/* Basisangaben */
body { 
	background-color: white; 
	background-image: url("images/background.jpg"); 
	background-repeat: repeat-x; 
	border-width: 0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#topabstand {
	background-color: #fffe97; 
	height: 15px 
	}
	
#base { 
	background-color: white;
	width: 980px;
	}
	
#header1 { 
	background-image: url("images/header01.jpg");
	background-repeat: no-repeat;
	width: 100%;
	height: 128px;
	}
	
#header2 { 
	background-image: url("images/header02.jpg");
	width: 100%;
	height: 39px;
	}
	
#contentbase { 
	width: 100%;
	}
	
#left { 
	width: 200px;
	float: left;
	}
	
#middle { 
	width: 580px;
	float: left;
	}
	
/*
#content_top { 
	background-image: url("images/content_top.jpg");
	height: 232px;
	}

	
#content {
	text-align: left;
	padding: 15px 0 0 40px;
	}
*/
	
#right { 
	width: 170px;
	float: left;
	padding: 0 15px 0 15px;
	text-align: left;
	}	
	
#footer {
	padding: 15px 0 0 0;
	background-image: url("images/footer.jpg");
	background-repeat: no-repeat;
	width: 100%;
	height: 45px; }
	
/* Mininavigation */
#mininav {
	text-align: left;
	padding: 95px 0 0 660px;
}
#mininav a {
	color: grey;
	height: 20px;
	
}

/* linke Navigation */
/* navigation erstes level*/
ul#navlist
  { margin: 0; padding: 0; width: 100% }

#navlist li { 
	
  text-align: left; 
  list-style-type: none;
  width: 200px;
	height: 26px;
  }
#navlist li a { 
	color: black; 
	text-decoration: none; 
	display: block;
	padding-left: 5px;
	line-height: 26px;
	background-image: url("images/a_back.gif");
	background-repeat: no-repeat;

	}

#navlist li a:hover {
	text-decoration: underline;
	}
  
#navlist li a#sublist { 
	color: black;
	padding-left: 15px;
	}
	
#navcontainer ul li a#current { 
	font-weight: bold; 
	}
	
#navcontainer ul li a#sublist { }
#navcontainer ul li a#subcurrent { 
	padding-left: 15px;
	font-weight: bold;
	}


/* Contentstyle */
#header2 h2 {
	color: white;
	font-size: 12px;
	padding: 5px 0 0 305px;
	margin: 0;
		text-align: left;
	}
	
/* mailformular*/
legend  { color: white; font-weight: bold; background-color: #c5240c; padding: 3px 10px }
fieldset { border: solid 1px silver }
label        { color: black; margin-top: 3px; margin-left: 10px; width: 150px; float: left }
input   { background-color: white; margin-bottom: 5px; border: solid 1px black }
select  { background-color: white; margin-bottom: 5px; border: solid 1px black }
textarea  { background-color: white; margin-bottom: 5px; border: solid 1px black }
.button {  color: black; background-color: silver; margin-top: 10px; margin-left: 180px; border: solid 1px }
form br { /* Alle Zeilenumbrüche in Formularen auswählen */   clear: left; /* das floating der labels und inputs aufheben */ }

/* Sonstiges */

.list_td { border-bottom: 1px solid gray }


	
