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

body {
font-size: 0.8em;
font-family: Arial, Helvetica, sans-serif;
background:url(_img/template/header_bg.jpg);
background-repeat: repeat-x;
background-position: 0px 81px;
}

br.clear {
clear: both;
}

img {
border: none;
}

#container {
width: 940px;
margin: 0 auto 0 auto;
}

#content01 {
width: 940px;
height: 81px;
margin: 0 auto;
padding: 0;
background: #fff;
}

img.menue_oben {
float: left;
}

img.logo {
float: right;
margin: 15px 0;
}

img.content02c_bild {
margin: 8px 0 0 0;
}







	#content02a {
	float:left;
	width: 180px;
	height: 188px;
	margin: 0;
	padding: 0;
	background: transparent;
	}

	#content02b {
	float:left;
	width: 578px;
	height: 188px;
	margin: 0;
	padding: 0;
	background: #eaeaea;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	}

	#content02c {
	float:left;
	text-align: center;
	
	width: 179px;
	height: 188px;
	margin: 0;
	padding: 0;
	background: #C3C3C3;
	border-right: 1px solid #fff;
	}

	#content03a {
	float:left;
	width: 180px;
	margin: 10px 0 10px 0;
	padding: 0;
	background: #fff;
	}


#navlist li
{
display: inline;
/* for IE5 and IE6 */
}

#navlist
{
width: 180px;
/* to display the list horizontaly */
font-family: sans-serif;
margin: 0;
padding: 0;

}

#navlist a
{
width: 160px;
/* extend the sensible area to the maximum with IE5 */
display: block;


text-decoration: none;
color: #000;
padding: 5px 10px;
margin: 0 0 5px 0;
background: #ccc;
}

#navlist a:hover {
color: #fff;
background-color: #666;
}




#navlist a.aktiv {
color: #fff;
background-color: #255D92;
}

	#content03b {
	float:left;
	width: 518px;
	margin: 10px 0 10px 0;
	padding: 0 30px;
	background: #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	}

	#content03c {
	float:left;
	width: 159px;
	height: 400px;
	margin: 1px 0 10px 0;
	padding: 10px;
	background: #ccc;
	border-right: 1px solid #fff;
	}

#content04 {
clear: both;
font-size: 0.9em;
color: #666;
width: 940px;
margin: 0 0 10px 0;
padding: 10px 0;
border-top: 3px solid #ccc;
}
















h1, h2, h3, h4, h5, h6, p {
line-height: 1.5em;
color: #666;
margin: 0 0 15px 0;
}

h1 {
font-size: 1.2em;
}

h2, h3, h4, h5, h6 {
font-size: 1em;
}

p {
}

p.blocksatz {
text-align: justify;
}

p.hinweis {
font-size: 0.9em;
text-align: justify;
}

p.kontaktdaten {
font-size: 0.7em;
color: #000;
}

a:link {
color: #369;
text-decoration: underline;
}

a:visited {
color: #369;
text-decoration: underline;
}

a:active {
color: #369;
text-decoration: underline;
}

a:hover {
color: #369;
text-decoration: none;
}

a.extern {
background: url('_img/template/icon_extern.gif');
background-repeat:no-repeat;
background-position: 0 2px;
padding-left: 15px;
}

a.pdf {
background: url('_img/template/icon_pdf.gif');
background-repeat:no-repeat;
background-position: 0 2px;
padding-left: 15px;
}

ul {
color: #666;
list-style-type: square;
margin: 0 0 15px 30px;
}

li {
margin: 0 0 15px 0;
}







form {
padding: 0;
margin: 0;
}



input, textarea, select {
font-size: 1em;
font-family: Arial, Helvetica, sans-serif;
margin: 0 0 15px 0;
padding: 5px;
width: 340px;
background:url(_lib/bg_div.gif) 0 0 repeat-x;
background-color: #dedede;
border: 1px solid #999;
}

input.fehler, textarea.fehler, select.fehler {
width: 340px;
border: 1px solid #999;
background: #fcc;
}



input.submit {
text-transform: uppercase;
font-weight: bold;
font-size: 0.8em;
color: #fff;
padding: 5px 0;
width: 170px;
border: 1px solid #000;
background: #369;
}

textarea
{

height: 100px;

}