/* CSS Document */

body {
	background-color:#fff;
	background-image:url(../bilder/backgrounds/body_blau_4.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#000033;
	margin:0;
}

* {
	padding:0;
	margin:0
}

.bild	{ 	
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;				
}

#container {
	width:800px;
	margin:0 auto 0 auto;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

#kopf {
	height:69px;
	background-image:url(../bilder/backgrounds/logo_12.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

/*------------Navigation im Kopfbereich--------------------------------------*/

#nav {
	margin:0 20px 0 0 !important;
	margin:0 10px 0 0;
	padding:0;
	float:right;
}

#nav li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}

#nav li a {
	display:block;
	padding:5px 10px 14px 10px;
	margin:0 0px 0 0px;
	color:#666;
	text-decoration:none;
	font-weight:bold;
}

#nav li a:hover, .active {
	background-image:url(../bilder/backgrounds/hover_gelb.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	color: #032C03;
}


/*------------Balken und Navigation im Balken -----------------------------------------*/

#balken {
	width:230px;
	background-image:url(../bilder/backgrounds/sidebar3.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#fff;
	padding:30px 20px 20px 20px;
	float:left;
	color:#003300;
	margin:20px 0 0 10px;

}


#balken ul {
		list-style: none;
		margin-left: 0;
		padding-left: 0px;
		
}

#balken li {
		font-size: 100%;
		margin-bottom: 0.3em;
		padding-left: 5px;
		line-height: 1.5em;
		border-bottom: 1px solid #6B8836;
		border-left: 1px solid #6B8836;
}

#balken a
	{	display: block;
		text-decoration: none;
		color: #40492A;
		font-weight: normal;
		padding-left: 2px;				
	}

#balken a:link, #balken a:visited {
		text-decoration: none;
		color: #40492A;
		background-color: transparent;
}

#balken a:hover {
		text-decoration: none;
		border-left: 0px solid #778899;
		padding-left: 10px;
		font-weight: bold;
		color: #032C03;
		background: #FFC338;
		
}

#balken a.aktiv	{
		text-decoration: none;
		padding-left: 10px;
		font-weight: bold;
		color: #032C03;
		background-color:#ffff99;				
	}

#balken a {
	color:#5F7037;
	text-decoration:none;
}



#balken h1 {
	font-family:Century Gothic, "Trebuchet MS", Tahoma, Verdana;
	font-size:120%;
	color:#003300;
	font-weight:normal;
	border-bottom:1px solid #eee;
	line-height:30px;
	font-weight: bold;
}

#balken p {
	font-size:90%;
	line-height:19px;
	margin:10px 0 10px 0;
	border-bottom:1px solid #eee;
}


#design
	{
	font-size: 0.7em;
	color: #fff;
	padding-left: 20px;
	}



.clear {
	clear:both;
}



/*------------Inhalt------------------------------------------------------------------------*/

#inhalt {
	margin:0 0 0 290px;
	padding:30px 5px 20px 10px;
	border-left: 1px solid #eee;
	
}

#inhalt h1 {
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:24px;
	text-transform:uppercase;
	letter-spacing:1px;
	margin:10px 0 20px 0;
	color:#000033;
}
#inhalt h2 {
	font-size:20px;
	color:#000033;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	margin:10px;
}

#inhalt h3 {
	font-size:18px;
	color:#000033;
	font-family:"Trebuchet MS", Tahoma, Verdana;

}

#inhalt p {
	line-height:20px;
	word-spacing:2px;
	padding:0 0 0 0px;
	text-indent:0px;
	margin:20px 0 20px 0;
	color: #000033;
}
#inhalt ul {
	margin:15px 0 15px 0px;
	padding:0;
	border-top:1px solid #eee;
}
#inhalt li {	line-height:15px;
	margin:10px 0 10px 0;
	padding:0 0 10px 15px;
	list-style:none;
	border-bottom:1px solid #eee;
	background-image:url(../bilder/backgrounds/li.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#inhalt a {
	color:#444;
	padding:2px;
	text-decoration:underlined;
}
#inhalt a:hover {
	background-color:#FFC338;
	color:#032C03;
}

.box_mitte
	{	background: #E6F9F7;
		width: 94%;
		margin: 0;
		padding: 10px;
		color: #000033; 
		border-left: 1px solid #fff;
		border-top: 1px solid #fff;
		border-right: 1px solid #40492A;
		border-bottom: 1px solid #40492A;				
	}

a:hover {
	text-decoration:none;
	background-color:#FFE33E;
	color: #032C03;
}

/*------------Fussbereich der Seite-------------------------------------*/

#fuss {
	padding:20px;
	border-top:2px solid #537773;
	color:#ccc;
	text-align:center;
}
#fuss a {
	color:#999;
}

/*------------ Tabellendefinition ----------------------------------------------*/

table.stats	{
		text-align: center;
		font-weight: normal;
		font-size: 100%;
		color: #fff;
		width: 100%;
		background-color: #D3E0F3;
		border: 0px;
		border-collapse: collapse;
		border-spacing: 0px;
	}

table.stats td {	
		background-color: #DDE6F5;
		padding: 4px;
		font-size: 0.9em;
		text-align: left;
		color: #000033;
		border-bottom: 1px #537773 solid;
	}

table.stats td.kopfzeile

	{	background-color: #B9CEEB;
		color: #fff;
		padding: 4px;
		text-align: left;
		border-bottom: 2px #fff solid;
		
		font-weight: bold;
	}

table.stats a:link

	{	text-decoration: underlined;
		
	}

table.stats a:hover

	{	text-decoration: none;
		color: #FAFA96;
		background: #6B883;
}


