@charset "iso-8859-1";
/*------------------- CSS RESET ---------------------
---------------------------------------------------*/
* {padding: 0;margin: 0;font-size: 100%;font-weight: normal;}

ul,
ol {list-style: none;}

b,
strong {font-weight: bold;}

img,
a img {border: none;}



/*------------------- Schrift ---------------------
---------------------------------------------------*/
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	font-size: small;
}
h3 {
	font-size: medium;
	font-weight: bold;
	color: #666;
}
h2 {
	font-size: medium;
	color:#008257;
	font-weight: bold;
}

/*------------------- Layout ---------------------
---------------------------------------------------*/
#container {
	width: 1000px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border: thin solid #666;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
}
#content {
	background-color: #FFF;
	width: 1000px;
}



#head {
	height: 165px;
	width: 1000px;
	background-image: url(Bilder/head.gif);
}

#inhalt {
	width: 480px;
	float: left;
	padding-top: 50px;
	padding-right: 200px;
	padding-left: 60px;
}

#inhalt_v2 {
	width: 680px;
	float: left;
	padding-top: 50px;
	padding-left: 60px;

}

#zweispalter {
	width: 260px;
	float:left;
	padding-right:50px;
	}

#teambox {
	width: 620px;
	margin-bottom: 50px;
	height:auto;
	clear:both;
}


#navi {
	height: 425px;
	width: 160px;
	float: left;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 100px;
}
#footer {
	background-color: #008257;
	height: 25px;
	width: 980px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	padding-left: 20px;
	padding-top: 5px;
	clear: both;
	color: #FFF;
}


/*------------------- Navi HAUPT---------------------
---------------------------------------------------*/



ul#menu li {
	font-size: 13px;
	margin-top: 10px;
}

ul#menu li a:link,
ul#menu li a:visited {
	font-family: 'Trebuchet MS', 'Arial';
	color:#008257;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 1px 1px 1px;
	font-style: normal;
}


ul#menu li a:hover,
ul#menu li a:focus {
	font-weight: bold;
	color:#333;
	text-decoration: underline;
}

ul#menu li a.active {
	color: #333;
	text-decoration: underline;	
	
}


/*------------------- Navi Footer---------------------
---------------------------------------------------*/




#footer a:link,
#footer a:visited {
	font-family: 'Trebuchet MS', 'Arial';
	text-decoration: none;
	font-style: normal;
	color: #FFF;
}


#footer a:hover,
#footer a:focus {
	color:#FFF;
	text-decoration: underline;
}

#footer a.active {
	color: #333;
	text-decoration: underline;	
	
}

ul#Liste {padding-left: 15px;}

ul#Liste li{
	color:#000;
	text-decoration: none;
	list-style-image:none;
	list-style-type: disc;
	


}
	
	
	
	/*------------------- Dateien---------------------
---------------------------------------------------*/



ul#dateien li {
	font-size: 16px;
	margin-top: 10px;
}

ul#dateien li a:link,
ul#dateien li a:visited {
	font-family: 'Trebuchet MS', 'Arial';
	color:#008257;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 1px 1px 1px;
	font-style: normal;
}


ul#dateien li a:hover,
ul#dateien li a:focus {
	font-weight: bold;
	color:#333;
	text-decoration: underline;
}

ul#dateien li a.active {
	color: #333;
	text-decoration: underline;	
	
}

