html, body {
	font-family:Trebuchet MS, sans-serif;
	height:100%;
	margin:0px;
	font-weight: lighter;
}

#page {
	width:739px;
	margin:0px auto 0px auto;
}
#content {
	width:594px;
	float:left;
}
#content [class~="start"] {
	border:3px solid black;
	margin:10px 10px 20px 10px;
	padding:2px;
	float:left;
}
#bread {
	position:absolute;
	left:50%;
	margin-left:-360px;
	top:28px;
	color:white;
	font-size:0.9em;
}
a.white, a.white:link, a.white:visited, a.white:active {
	color:white;
	font-style: italic;
}
a, a:link, a:visited, a:active {
	text-decoration:none;
}
.referenz {
	float:left;
	border:none;
}
#content p {
	line-height:1.5em;
	font-size:0.9em;
}
#content p.next {
	clear:both;
}
#content p em {
	font-style: normal;
	color:#edd73c;
}
a.yellow, a.yellow:link, a.yellow:visited, a.yellow:active {
	color:#edd73c;
}
#side {
	width:145px;
	float:left;
	background:white url(images/side.png) bottom no-repeat;
	height:400px;
}
#bottom {
	clear:both;
	background: black url(images/bottom.png);
	height:32px;
	width:739px;
	font-size:0.9em;
}
#bottom a {
	display:block;
	float:left;
	margin:8px 0px 0px 10px;
}