/* Grundeinstellungen */

* {
	margin:0;
	padding:0;
	border:0;
}

body {
	color:#000066;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	}
	
/* Schrift, Farben etc. */
	
p, td, th, h2, h3, h4, blockquote, #inhalt ul {font-size: 80%;}

td {
	vertical-align:top;}

td p {font-size: 100%;}  /* loest die Groesse in Tabellen mit Absatz wieder auf 80 Prozent auf */

p, h1, h2, h3, h4 {margin-bottom: 10px;}

h1 {font-size: 90%;
	font-weight: bold;
	}
	
h3 {margin-top: 20px;
}    /* h2 fuer Titel auf erster Zeile, h3 fuer Titel innerhalb des Textes */

th {text-align: left;
	height: 20px;}

a, a:visited {
	text-decoration: none;
	color: #0000FF;
}

a:hover, a:active {color: #3366FF;}

table {margin-bottom: 10px;}

/* Box um alles herum */

#hauptbox {
	position:relative;
	width:950px;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	background-color: #fff;
}

/* Kopfzeile */

#kopf {
	position:relative;
	background-image:url(../images/hgneu.jpg);
	background-repeat:repeat-x;
	background-position:0px 0px;
	padding-left:25px;
	height:90px;
}

#kopf #logo {
	position: absolute;
	top: 0;
	right: 20px;
}

#inhaltsbox {
	border: 1px solid #99CCFF;
	border-left: none;
	border-top-color: #000066;
	position: relative;
	height: 510px;
	background-color: #fff;
}

#spaltelinks {
	float:left;
	height: 490px;  /* Hoehe inhaltsbox minus padding-top */
	width:190px;
	padding-top: 20px;
	padding-left: 5px;
	background-color: #0033CC;
}

/* Navigation  */
	ul#navi {position:static;}
	ul#navi li {
	list-style: none;
	font-weight: bold;
	width: 185px;
	}
	ul#navi a {
		color:#fff;
		display:block;
		font-size: 80%;
		text-decoration:none;
		padding: 3px;
		padding-left: 20px;
	}
		ul#navi a.aktionen, ul#navi a.aktionenaktiv {
		margin-top: 20px;
		border-top: 1px solid #99CCFF;
		border-bottom: 1px solid #99CCFF;
		}
		
	ul#navi a:hover, ul#navi .aktiv1 {
	color:#99CCFF;
	background-image: url(../images/tropf1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	} 
		ul#navi a.aktionen:hover, ul#navi a.aktionenaktiv {
			color:#fff;
			border-color: #990000;
			background-image: none;
			}

	
		ul#navi ul a {
		font-weight: normal;
		font-size: 75%;
		padding: 3px;
		padding-left: 25px;
		}
		
		ul#navi ul a:hover, ul#navi .aktiv2 {
		color:#99CCFF;
		background-image: url(../images/tropf2.gif);
		background-repeat: no-repeat;
		background-position: left center;
		}
	
			ul#navi ul ul a {
			font-weight: normal;
			font-size: 70%;
			padding: 1px;
			padding-left: 30px;
			}
			
			ul#navi ul ul a:hover, ul#navi .aktiv3 {
			color:#99CCFF;
			background-image: url(../images/tropf3.gif);
			background-repeat: no-repeat;
			background-position: left center;
			}

/* Inhalt */

#inhalt {
	position: relative;
	height: 460px;
	overflow: auto;
	padding: 20px;
	background-color: #fff;
}
	#inhalt #standort {
	margin-bottom:25px;
	padding-top:5px;
	font-size:65%;
	border-top: 1px solid #99CCFF;
	text-align: right;
	color:#000066;
}
	#inhalt #standort a {
	text-decoration:none;
	color: #3366FF;}
	
	#inhalt #standort a:hover {
	color: #0000FF;}
	
	#inhalt p {
	text-align: justify;
	}
	
	#inhalt p.inhalt_zentriert {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
	
	#inhalt img {
	margin-bottom: 3px;
	}
	#inhalt ul {
	padding-bottom: 7px; /* gibt zusammen mit li margin-bottom den standard */
	margin-left: 10px;
	}
	#inhalt ul li {
	margin-left: 15px;
	padding-bottom: 3px;
	padding-left: 0px;
	list-style-position: outside;
	}
	
	#inhalt blockquote {
	margin-left: 30px;}
	
/* hier der Fuss */
	
	#fuss {
	clear: both;
	margin-left: 190px;
	background-color: #fff;
	color:#3366FF;
	padding-top: 10px;  /* padding-bottom wird von p uebernommen */
}

	#fuss p {
	font-size: 65%;
	text-align: center;
}

	#fuss a, #fuss a:visited {color:#3366FF;}
	#fuss a:hover, #fuss a:active {color: #0000FF;
}

/* Formulare */

form table {background-color:white;}
form th {
font-weight: bold;
text-align: left;
background-color: #D7E9FF;
height: 2em;
padding: 2px;
vertical-align: middle;
}
form td textarea {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:100%;
}
form td {
font-size: 80%;
background-color:#D7E9FF;
height: 1.7em;
padding: 3px;
vertical-align: middle;
}
form td.td_heightauto {
height: auto;
}

/* Gemeinsam verwendete Einstellungen */

.rechts {
	text-align: right;}

.img_middle {vertical-align: middle;
			padding-right: 10px;}
			
.img_padding_15 {padding-right: 15px;
padding-bottom: 15px;
}

.float_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.float_right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.floatfix { display:table; } /* korrigiert das Problem mit Listen neben floatenden Elementen */
.clear_left {clear: left;}
.clear_right {clear: right;}
.div_clear_left {clear: left; height: 1px;}

.td_bild_text {  /* Tabellen mit gebreaktem Untertext, unten ausgerichtet */
text-align:center;
vertical-align:bottom;
padding:0px 8px 8px 0px; /* oben rechts unten links  */
}

.td_bild_text_s_top {  /* Tabellen mit gebreaktem Untertext, Small, oben ausgerichtet */
font-size: 65%;
text-align:center;
vertical-align:top;
padding:0px 8px 8px 0px; /* oben rechts unten links  */
}

.td_padding {  /* fuer Tabellen, deren inhalt durch ordentliches padding getrennt werden soll */
padding: 0px 12px 12px 0px; /* oben rechts unten links  */
}
.td_padding_3 {
padding: 0px 3px 3px 0px;
}
.texts {font-size:80%;} /* verkleinerter Text innerhalb p oder anderen text tags */
.textl {font-size:90%;} /* vergroesserter Text innerhalb p oder anderen text tags */

.textrot {color: #990000;}
.invisible {display: none;}
