@charset "UTF-8";
/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	background-color:#e0e5ea;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial,sans-serif !important;
	font-size: 13px;
	color: #666666;
	
	background-image: url(media/bg.jpg);
	background-repeat: repeat;
	background-position: top left;
	
	background-color:#FFFFFF;
	
	line-height: 20px;
	text-align:left;
	
}

#center{
	width: 760px;
	
	position:absolute;
  	left:50%;
	
	margin-left: -380px;
	
	
	}


#containerMain{
	width: 760px;	
	height: auto;
	
	background-color:#FFFFFF;
		
	
}

#header{
	width: 760px;
	height:200px;
	
	background-image: url(media/header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
	background-color:#FFFFFF;
	}	

#content{

	width: 710px;
	min-height: 500px;
	
	background-color: #ffffff;
	
	background-image: url(media/content.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	
	padding: 20px 25px 0px 25px;
	}
	
	
#content a{
	font-size: 12px;
	color: #002266;
	
	text-decoration: none;
	
	background-image:url(media/link.gif);
	background-repeat: no-repeat;
	background-position: left center;
	
	padding-left: 14px;
	
	}
	
#content a:hover{
	font-size: 12px;
	color: #002266;
	
	text-decoration: underline;
	
	}
	
.floatKiller{
	clear:both; 
	height:0px; 
	font-size:0px; 
	margin: 0px; 
	padding:0px;
	line-height: 0px;
}
	
	
#footer{
	width: 740px;
	height: 33px;
	
	padding: 30px 0px 0px 20px;
	
	background-image: url(media/footer.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
		
	font-size: 11px;
	color: #666;
	
	text-align:left;
	
	}
	

#footer a{
	font-size: 11px;
	color: #777777;
	
	text-decoration: underline;
	
	}
	
#footer a:hover{
	font-size: 11px;
	color: #002266;
	
	text-decoration: none;
	
	}
	
#copyright{
	width: 200px;
	height: 20px;
	
	margin: 0px 0px 0px 0px;
	
	text-align: left;
	float: left;
	}
	
	
	
	
	
		
ul{ 
	margin: 0px;
	padding: 0px;
	list-style-type: disc;
	color: #ff6600;
	
	}
	
ul li{
	margin: 0px;
	padding: 0px;
	}
	
.normaltext{
	color: #666666;
	}
	
.bold{
	color: #090;
	font-weight: bold;
	}
	
.gruen{
	color: #090;
	}
	
.kursiv {
	font-style: italic;
}
	
br{
	line-height: 20px;
	}
	
h1 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 17px;
	font-style:italic;
	color: #090;
	font-weight: normal;
	
	border-bottom: 1px dashed #090;
}
	


