/* Grundeinstellungen für die Site */
body {
/* Schriftgrößen skallierbar, daher Grundschriftgröße 101% der Browsereinstellung */
	font-size: 101%;
/*	left: 0px;
	top: 0px;                             */
	/*background-color: #C2F0FE;*/
	background-color: #e1ebf5;
	margin: 0px;
	padding: 0px;
}
#kopf {
	position: absolute;
	height: 120px;
	width: 960px;
	left: 0px;
	top: 40px;
	background-color: #FFFFFF;
}
#navi {
	position: absolute;
	height: 1800px;
	width: 200px;
	left: 0px;
	top: 160px;
	/*background-color: #6699FF;*/
	background-color: #6e8296;
	overflow: hidden;
}
#inhalt {
	position: absolute;
	height: 1800px;
	width: 600px;
	left: 200px;
	top: 160px;
	background-color: #FFFFFF;
	overflow: hidden;
}
#sidebar {
	position: absolute;
	height: 1800px;
	width: 160px;
	left: 800px;
	top: 160px;
	/*background-color: #66CCFF;*/
	background-color: #b4c8dc;
	overflow: visible;
}
#gsogleiste {
	position: absolute;
	height: 50px;
	width: 444px;
	left: 342px;
	top: 8px;
	/*background-color: #66CCFF;*/
	background-color: #4b8faf;
	border: 1px solid #000000;
}
#gsogleiste h1{
	margin-top: 12px;
	font-size: 1.3em;
	text-align: center;
	/*background-color: #66CCFF;*/
	background-color: #4b8faf;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#navi h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
	color: #FFFFFF;
}
#navi h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Für die "Überschriften" in der Navigation */
#navi .hd{
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	/*background-color: #0099CC;*/
	background-color: #4b8faf;
	display: block;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	font-size: 0.9em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin: 0px 5px;
	font-weight: bold;
}
/* Für die "Überschriften" in der Navigation, nur die erste. Unterschied zu .hd : border-top */
#navi .hdoben {
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	/*background-color: #0099CC;*/
	background-color: #4b8faf;
	display: block;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	font-size: 0.9em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin: 0px 5px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
#navi ul {
/* links und rechts Abstand zum Mutterelement */	
	margin: 0px 5px;
}
#navi li {
	list-style-type: none;
	border-bottom: 1px solid #000000;		
}
/* Nav: HOME ohne Unterstrich (Rahmen)*/
#navi .li_home {
	list-style-type: none;
	border-bottom: 0px;	
}
#navi a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	text-decoration: none;
	/*background-color: #6699FF;*/
	background-color: #6e8296;
/* Abstände zum Mutterelement. display:block zur durchgehenden Schrithintergrundfarbe (background-color) */	
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	display:block;
	text-align: right;
}
#navi a:hover {
	color: #000000;
	background-color: #95b0cc;
	display:block;
	border-right-width: 6px;
	border-right-style: solid;
	border-right-color: #000000;
	padding-right: 4px;
}
#inhalt h1 {
	margin-left: 20px;
	margin-top: 25px;
	margin-bottom: -10px;
	color: #660000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
#inhalt h2 {
	color: #660000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-bottom: -15px;
	margin-left: 20px;
}

#inhalt h3 {
	color: #330000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin-bottom: -15px;
	margin-left: 20px;
	margin-top: 20px;
}
#inhalt p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	/* Zeilenabstand*/	
	line-height: 1.4em;
	margin-right: 20px;
	margin-left: 20px;
}
.bildunter {
	font-size: 0.9em;
	font-weight: bold;
}
.bildunter2 {
	font-size: 0.9em;
	font-weight: normal;
	font-style: italic;
}
#inhalt a {
	color: #215DA3;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#inhalt a:hover	{
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline overline;
}

#inhalt p.wo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: left;
	margin-right: 10px;
	margin-left: 20px;
	font-weight: bold;
	color: #999999;
	margin-top: 5px;
}
#sidebar h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-top: 10px;
	margin-left: 10px;
}
#sidebar p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin-left: 10px;
}

#sidebar ul {
/* links und rechts Abstand zum Mutterelement */	
	margin: 0px 5px;
}
#sidebar li {
	list-style-type: none;
	border-bottom: 1px solid #000000;		
	border-top: 1px solid #000000;
}
#sidebar a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	text-decoration: none;
	/*background-color: #6699FF;*/
	background-color: #6e8296;
/* Abstände zum Mutterelement. display:block zur durchgehenden Schrithintergrundfarbe (background-color) */	
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	display:block;
	text-align: left;
}
#sidebar a:hover {
	color: #000000;
	/*background-color: #66ccff;*/
	background-color: #95b0cc;
	display:block;
	text-decoration: underline overline;
}
#sidebox {
	width: 140px;
	border: 1px solid #6e8296;
	margin-bottom: 10px;
	margin-left: 7px;
	/*background-color: #C2F0FE;*/
	background-color: #e1ebf5;
	overflow: visible;
}
#sidebox h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	/*background-color: #0099cc;*/
	display: block;
	margin-bottom: 0px;
	line-height: 1.5em;
	color: #FFFFFF;
/* Vererbung vom Elternelement (#sidebar h1)aufheben*/
	margin-left: 0px;
}
/* Hintergrundfarben für H1 in der Sidebox */

.h1rot {background-color:#660000;}
.h1ruen {background-color:#009900;}
.h1blau {background-color:#000099;}
.h1cyan {background-color:#3399cc;}
.h1magenta {background-color:#cc33cc;}
.h1yellow {background-color:#ffcc33;}

#sidebox p {
	margin-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}
/* Format vom Mutterelement (sidebar) geerbt
#sidebox a {
	color: #215DA3;
	font-family: Arial, Helvetica, sans-serif;
	/*text-decoration: underline;*//*
	margin-left: 0px;
	display: block;
}
#sidebox a:hover	{
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	
}*/

#tabellen1 table {
	border: 1px solid #999999;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#tabellen1 td, th {border: 1px solid #CCCCCC; padding: 5px;}

#tabellen_sl table {
	border: 0px solid #999999;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#tabellen_sl td {
	border: 0px solid #CCCCCC;
	padding: 3px;
	vertical-align: top;
}
#tabellen_smv table {
	border: 0px solid #999999;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#tabellen_smv td {
	border: 1px solid #CCCCCC;
	padding: 5px;
	vertical-align: top;
}



.versteckt {
	position: absolute;
	left: -2000px;
	top: -2000px;
}
#inhalt ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	margin-right: 20px;
}
#inhalt .ol_abc {
	list-style-type: lower-alpha;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
}
#inhalt .ol_123 {
	list-style-type: decimal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
}
/* Bilder positionieren */
.bldrand {
	float: left;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-top: 4px;
	border: 1px solid #666666;
}
.bldrand_frei {
	float: none;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-top: 4px;
	border: 1px solid #666666;
}
.bldohnerand {
	float: left;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-top: 4px;
}
#navi dfn {
	left: -2000px;
	top: -2000px;
	position: absolute;
}
.cursorneu {
	cursor: hand;
}
#inhalt h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	line-height: 10px;
	margin-left: 20px;
	margin-right: 20px;
}
#inhalt #rahmen {
	padding: 20px;
	font-weight: bold;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
}

