
html, body {
	width: 100%;
	height: 100%;
}

body {
	margin: 0; 
	padding: 0;

}

form {
	display: inline;
}

div#content_links, div#content_rechts, div#links_content, input, textarea, div#mitte_subnavi, div#mitte_subcontent {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.7em;
	line-height: 1.4em;
}

img {
	border: 0;
}
img.rahmen {
	border: 1px solid #ccc;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #444;
}
a:hover {
	text-decoration: underline;
}

a.normal {
	color: #000068;
	font-weight: normal;
}

a.navi {
	margin-right: 20px;
}

a.aktiv {
	color: #011371;
}

#start_oben {
	height: 172px;
	padding-top: 80px;
	text-align: center;
}
#start_mitte {
	clear: left;
	background-color: #eee3b6;
	text-align: center;
	height: 204px;
}
#start_unten {
	clear: left;
	text-align: center;
	padding-top: 40px;
}


#main {
	clear: left;
	width: 100%;
	height: 100%;
	background-color: #eee3b6;
	background-image: url(images/bg_site.gif);
	background-repeat: repeat-x;
}

#fixebreite {
	width: 981px;
	height: 100%;
}

#links {
	width: 161px;
	height: 100%;
	float: left;
	background-color: #eee3b6;
	color: #000068;
}
#links_oben {
	background-color: #011371;
	height: 70px;
}
#links_content {
	padding-left: 13px;
	font-size: 0.9em;
}

#mitte {
	padding: 0; margin: 0;
	width: 650px;
	height: 100%;
	float: left;
	background-color: #fff;
	background-image: url(images/bg_site.gif);
	background-repeat: repeat-x;

}

#mitte_navi {
	clear: left;
	height: 35px;
	padding-top: 35px;
	padding-left: 20px;
}
#mitte_subnavi {
	clear: left;
	padding-left: 20px;
	height: 25px;
}
#mitte_content {
	clear: left;
	border-bottom: 10px solid #011371;
	/*height: 330px;*/
	height: 46%;
	padding-bottom: 30px;
	overflow: auto; 
}
#mitte_subcontent {
	clear: left;
	text-align: right;
	padding-right: 25px;
	padding-top: 3px;
}

#headline {
	padding-left: 25px;
	padding-bottom: 20px;
	padding-top: 10px;
}
#content_links {
	float: left;
	width: 270px;
	padding-left: 60px;
}
#content_rechts {
	float: left;
	width: 270px;
	padding-left: 25px;
}

#rechts {
	float: left;
	height: 100%;
	background-color: #fffae6;
	background-image: url(images/bg_site.gif);
	background-repeat: repeat-x;
	width: 161px;
}


.c_left {
	float: left; 
	clear: left;
	width: 70px;
}

.c_right {
	margin-left: 80px;
}

input, textarea {
	width: 134px;
	margin-bottom: 1px;
	font-size: 1em;
}
*html input, textarea { margin:0; }

.inp_plz { width: 39px; margin-right: 1px; } 
*html .inp_plz { width: 37px; }
.inp_ort { width: 90px; } 
.checkbox { width: 10px; }
.textbox { width: 250px; }

ul { 
	margin: 0;
	padding: 0;
	margin-top: 5px;
	margin-left: 19px; 
}

div.bild {
	font-size: 0.9em;
}