/* CSS Document */
#top{
	margin: 0px;
	padding: 0px;
	width: 100%;
	border: 5px solid grey;
	position: absolute;
	visibility: visible;
	left: 0px;
	top: 0px;
	height: 100px;
	background-color: white;
	background-image: url(top.gif);
	background-repeat: no-repeat;
}
#topnav{
	margin: 0px;
	padding: 0px;
	width: 100%;
	border: 5px solid grey;
	position: absolute;
	visibility: visible;
	left: 0px;
	top: 105px;
	height: 35px;
	background-color: lightgrey;	
}
#main{
	position: absolute;
	left: 0px;
	top: 145px;
	border: 5px solid grey;
	background-color: #FFFFFF;
	height: 100% auto;
	width: 540px;
	padding-right: 10px;
	padding-left: 50px;
}
#rechts{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 210px;
	border: 5px solid grey;
	position: absolute;
	left: 600px;
	top: -5px;
	background-color: silver;
	padding-left: 5px;
	padding-right: 5px;
}
#werbung {
    margin: 0px;
	padding: 0px;
	height: 100%;
	width: 170px;
	border-top: 5px solid grey;
	position: absolute;
	left: 825px;
	top: -5px;
	padding-left: 10px;
	padding-right: 10px;
	}
	
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: lightyellow;
	left: 0px;
	top: 0px;
	font-size: 13px;
}
H1,H2,H3{
	font-size:16pt;
	font-weight:bold;
	margin-bottom:6px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	}
h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.locator {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #00AA00;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
}
.toc1 ul li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: black;
	text-decoration: none;
	list-style-type: none;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	border-right-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: black;
	
}
.toc23 ul li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: black;
}
link {
	text-decoration: none;
}
a {
	color: black;
	text-decoration: none;
}
hr {
	height: 1px;
	border: 1px dotted #000000;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #666666;
}
.doc{
	padding-top: 4px;
	padding-bottom: 4px;
}