@import url("navigation.css");
body {
	background-color: #DEDFDF;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; !important
	font-size: 11px;
}
h1 {
	font-size: 12px;
	line-height: 23px;
	margin: 0px;
	color: #45324C;
}

h2 {
	font-size: 13px;
	line-height: 20px;
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
	color: #4573B3;
}

h3 {

	font-size: 12px;
	color: #333333;
	font-weight: bold;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 5px;
	/*
	font-size: 12px;
	line-height: 13px;
	color: #333333;
	*/
}
h4 {
	font-size: 11px;
	line-height: 15px;
	margin: 0px;
	color: #333333;
}

#main_body {
	margin: 0px auto;
	width: 959px;
	text-align: left;
}
#body {
	background-image: url(../img/site_bg.jpg);
	background-repeat: repeat-y;
	min-height: 1px;
	width: 959px;
	float: left;
}

#navi { 
	width: 256px;
	padding: 0px;
	margin: 0px;
	float: left;
	white-space: nowrap;
	font-size: 12px;
}

#search_form {
	margin: 0px;
	padding: 0px;		
	padding-top: 3px;
	padding-left: 9px;
	width: 233px;
	height: 20px;
	background-color: #DEDFE0;
	color:black;
	border-style: solid;
	border-width: 1px;
	border-color: #C2C4C6;
	border-bottom: none;
	float:left;
	font-size: 11px;
}

/* Angaben für IE 6 */
#search_button {
	margin: 0px;
	padding: 0px;	
	margin-left: -3px;
	margin-right: -3px;
	float: left;
}
/*
Hack Für IE 6
Dieser Code wird vom IE 6 nicht interpretiert und gilt nur für alle anderen Browser die 
CSS richtig umsetzen. Es werden also alle nötigen Angaben angepasst
*/
html>body #search_button {
	margin-left: 0px;
	margin-right: 0px;
}


#line_left {      
	height: 20px;
	width: 3px;
	padding: 0px;
	margin: 0px;
	float: left;
}

/* Für IE <= 6 */
#content {      
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 546px;
	padding: 20px;
	padding-right: 26px;
	padding-left: 26px;
	margin: 0px;
	float: left;
	background-image: url(../img/kopf_folgeseite.jpg);
	background-repeat: no-repeat;
}
/* Für alle anderen */
html>body #content {      
	width: 506px;
	padding: 20px;
	margin: 0px;
	float: left;
	background-image: url(../img/kopf_folgeseite.jpg);
	background-repeat: no-repeat;
}
/* Für IE <= 6 */
#content_start {      
	/*border: 1px solid black;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 546px;
	/*height: 500px;*/
	padding: 20px;
	padding-right: 26px;
	padding-left: 26px;
	/*padding-left: 274px;*/
	margin: 0px;
	float: left;
	background-image: url(../img/einstiegsbild.jpg);
	background-repeat: no-repeat;
}
/* Für alle anderen */
html>body #content_start {      
	width: 506px;
	padding: 20px;
	margin: 0px;
	float: left;
	background-image: url(../img/einstiegsbild.jpg);
	background-repeat: no-repeat;
}



#line_right {      
	height: 20px;
	width: 3px;
	padding: 0px;
	margin: 0px;
	float: left;
}


#banner {      
	width: 150px;
	padding: 0px;
	margin: 0px;
	float: left;
	white-space: nowrap;
}

div.banner_content {
	border-top: 2px solid;
	border-top-color: #DEDFDF;
	margin: 0px;
	padding: 0px;
}


img.banner {
	border: none;
	border-bottom: 1px solid;
	border-bottom-color: #9FA0A2;
	border-right: 1px solid;
	border-right-color: #9FA0A2;
	margin-top: 0px;
	padding: 0px;
}


#controls {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float:left;
	vertical-align:bottom;
	padding-left:283px;
	padding-bottom:10px;
	visibility: visible;
}


#footer {
	width: 959px;
	height: 30px;
	padding-top: 8px;
	background-color: #DEDFDF;
	font-size: 11px;
	margin:auto;
}	
html>body #footer {
	height: 22px;
}

.clearing {
	clear: both;
}

img {
	border: 0px; !important
	margin: 0px; !important
	padding: 0px; !important
}

hr {
	height:1px; 
	border-top:1px dotted #000000; 
	border-left:0; 
	border-right:0; 
	border-bottom:0;
	border-color: #CECECE;
}

td {
	font-size: 11px;
}

th {
	font-size: 11px;
}

select {
	font-size: 11px;
}

input {
	font-size: 11px;
}

textarea {
	font-size: 11px;
}

a:link, a:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: undlerlined;
}
a:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}


ul {
	list-style-image: url(../img/liste.gif);
}

img.content_image {
	border: 0px;
	margin-bottom: 3px;
}

/*
p {
	line-height: 12px;
}*/

