html {height: 100%; margin-bottom: 1px; }

body {
	background-color: white;
	color: black;
	margin:0 auto;  /* main-Box zentrieren in IE 5 und hoeher */
	text-align:center; /* main-Box zentrieren in IE 5 und hoeher */
	font-family: verdana, helvetica,sans-serif;
	font-size: 0.9em;

}

h1 {
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: bold;
	color: #333399;
	text-align: left;
	border-bottom: 0px solid #333399;
}

h2 {
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: bold;
	color: #333399;
}

h3 {
	font-size: 1.1em;
	line-height: 1em;
	font-weight: bold;
	color: #000033;
	border-top: 1px dotted #003399;
	margin-top: 2.5em;
	padding-top: 0.5em;
	clear: right;
}

h3 img {
	float:right;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
}

.bild {
	border-top: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
}


p {
	line-height: 1.1em;
	margin: 0em; /* der Text war mit 1.2 eingerueckt - bea */
}
a {
	color: #0033FF;
}
a:visited {
	color: #003399;
}
a:hover {
	color: #000033;
	text-decoration: underline;
}


#main {
	background-image: url(img/bg_main.jpg);
	border: 1px solid #0066CC;
	width: 900px; /* oder auch z.B. 800px */
	margin: 20px auto;  /* main-Box vertikal zentrieren, Rand oben + unten 20px */
	text-align:center; /* main-Box vertikal zentrieren in Opera, NN, Mozilla */
}

#Kopfzeile {
	background-color: #e0e0e0;
	background-image: url(img/kopf.jpg);
	height: 118px;
	border-bottom:0px solid black;
	text-align:left;
}
#Kopfzeile h1, #Kopfzeile p {
 padding:0; margin:0;
 }

#Zeileoben {
	border-bottom: 1px solid black;
	background: #C7E4FF url(img/bg_oben.jpg) no-repeat left top;
	height: 26px;
	
}
#Zeileoben h1 {
	text-align:left;
	padding-left:220px;
	margin:0;
	font-size: 1.4em;
	line-height: 1.3em;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Verdana";

	letter-spacing: 0.3em;
}



#nest {
	text-align: left;
}

#Navigation {
	background: #C7E4FF;
	width: 200px; float:left;
	border-right:0px solid black;
}

#Navigation h1, #Navigation p , #Navigation h3 {
	padding:0; 
	margin:0;
	border: 0;
	line-height: 1em;
}


#Inhalt{
	 background: url(img/wappen.jpg) no-repeat left top;
	margin:0; 
	margin-left:200px;
	padding:20px; 
}

#fusszeile {
	clear:both;
	padding:1px 10px 5px 10px;
	border-top: 1px solid #0066CC;
	text-align:right;
	background: #C7E4FF;
}


#fusszeile a {
	display: inline;
	margin: 0.4em; 
	padding: 0.2em 1em;
	text-decoration: none; 
	font-weight: normal;
	font-size: 0.7em;
  }



/* Autoformatierung Tabelle */
.AutoTabelle{
	border-collapse:collapse;
	border:1px solid #000;
}
.AutoTabelle td,.AutoTabelle th {
	border:1px solid #000;
	padding:5px;
}
.AutoTabellecolouredrow{
	background:#EEEEEE;
}
.AutoTabellerowhover{
	background:#ffc;
}
.AutoTabelleactive{
	background:#fc6;
}

/* Kennzeichnung von Links */

#Inhalt a {
	padding-right: 14px;
	background: url(img/link-intern.gif) no-repeat right;
}
#Inhalt a.extern {
	padding-right: 14px;
	background: url(img/link-extern.gif) no-repeat right;
}
#Inhalt a.mail {
	padding-right: 14px;
	background: url(img/link-mail.gif) no-repeat right;
}

#suchform {
padding:0;
margin:0;
}
#formsuche {
margin-top:3px;
margin-right:20px;
float:right;
height: 23px;
overflow: hidden;
border: 0px solid #C7E4FF;
}

#formsuche .textfeld {
font:normal 10px arial, sans-serif;
background-color: #62A3D9;
border: 1px solid #C7E4FF;
width: 100px;
color: #FFF;
}


/* Formular Anregungen */

.FormTabelle{
	border-collapse:separate;
	border:1px solid #000;
	background-color: white;
}
.FormTabelle td {
	border:0px solid #cdcdcd;
	border-top:1px solid #cdcdcd;
	padding:5px;
}
.FormTabelle th {
	background-color: #E5E5E5;
	border:0px solid #cdcdcd;
	border-top:1px solid #000;
	padding:5px;
}



