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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #99ffff;
	font-weight: normal;
}

#wrapper {width:1024px;
		  background-color:#FFFFFF;
		  margin:auto}
		  
#header { background-image:url(../images/layout/header.jpg);
		  background-repeat:no-repeat;
		  width:1024px;
		  height:120px;}
		  
#menue { padding-left:10px;
	text-align:left;
	height:28px;
	width:1014px;
	background-color:#00FF33;
}
		
#content {
	width:1024px;
	margin: auto;
}

#text {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#bildfloat_rechts {
	padding-left: 10px;
	padding-bottom: 10px;
	float: right;
}

#footer { height:15px;
	 	  width:1024px;
		  background-color:#00FF33;
		  text-align:center;
}

.footer_txt {
	font-size: 10;
	color: #FFFFFF;
}
