body {
	background-color: #BAB1A5;
	/* Goddamn internet explorer crap-browser shit-hack */
	background-image:url(bilder/bg.gif);
	background-position:center;
	background-repeat:repeat-y;
	/* EOH */
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #4D5765;
}

#wrapper {
	position: relative;
	width: 748px; 
	height: 100%;
	margin-left: auto; 
	margin-right: auto;
}

#test {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
}

#leftShadow {
	position: absolute; 
	background-image:url(bilder/leftfr.gif); 
	width: 20px;
	height: 100%;
}

#rightShadow {
	position: absolute; 
	background-image:url(bilder/rightfr.gif); 
	width: 20px; 
	right: 0px;
	height: 100%;
}

#contents {
	position: absolute; 
	background-color:#FFFFFF; 
	width: 708px; 
	left: 20px;
	top: 0px;
	height: 100%;
}

#toc {
	position: absolute;
	width: 183px;
	bottom: 0px;
	top: 197px;
	padding-left: 10px;
	padding-top: 0px;
	font-family: Verdana, Helvetica;
	font-size: 10px;
	line-height: 18px;
}

#main {
	position: absolute;
	top: 197px;
	left: 180px;
	background-color:#FFFFFF;
	width: 500px;
	margin: 4px 4px 4px 16px;
	font-family: Verdana, Helvetica;
	font-size: 10px;
	line-height: 16px;
}

a.toc_header {
	text-decoration: none;
	font-weight: bold;
	color: #4D5765;
}

#fake_toc_header {
	font-weight: bold;
}

a.toc_sub {
	text-decoration: none;
	color: #4D5765;
}

#toc_top {
	list-style-type: none; 
	padding-left: 0px; 
	margin-left: 0px; 
	margin-top: 4px;
}

#toc_sub {
	list-style-type: none;  
	padding-left: 12px; 
	margin-left: 0px;
}

#textSection {
	 margin-bottom: 24px;
}

#imageHeader {
	margin-bottom: 2px;
}

#logo {
	height: 197px;
	padding-left: 2px;
}

#smallHeader {
	font-weight: bold;
	margin-bottom: 0px;
}

#lead {
	margin-bottom: 8px;
	font-size: 12px;

	font-family: Verdana, Helvetica;
}

#bild {
	float: right;
	clear: right;
	padding: 4px;
	font-weight: bold;
	text-align: center;

}

a {
	color: #7B6F5E;
}

