*  { 
 	margin:0px; 
 	padding:0px;
}
body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;



}
div#wrapper {
	width:976px;
	position:relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/back2.jpg);

}

div#head1 {
	width:976px;
	padding-top: 0px;
	padding-left: 0px;

}





div#content {
	width:976px;
	z-index: 10;
}



div#links {
	float:left;
	width:600px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 40px;
	padding-bottom: 5px;
}

div#puffer {
	float:left;

}

div#rechts {
	float:left;
	width:250px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	border: 1px solid #999999;

	
}


div#menue {
	position:absolute;
	left:620px;
	top:236px;
	width: 310px;
	height: 47px;
}

div#screen {
	position:absolute;
	left:181px;
	top:65px;
}

div#footer {
	width: 976px;


}




/* Schriften u. Links */

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;
	margin-bottom:2px;
}


a{
	color:#DB0006;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:hover{
	color:#000000;

}


.clearer {
  clear: both;
}
