*  { 
 	margin:0px; 
 	padding:0px;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: scroll;
	background-image: url(../images/back02.jpg);
	background-color: #0D0D0D;

}
div#wrapper {
	width:924px;
	position:relative;
	background-image: url(../images/back01.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}
div#head {
	width:924px;
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
}
div#content {
	width:924px;
	z-index: 10;
}

div#puffer01 {
	float:left;
	width:60px;

}
div#puffer02 {
	float:left;
	width:60px;

}
div#puffer03 {
	float:left;
	width:40px;

}

div#links {
	float:left;
	width:210px;
	z-index: 12;
}
div#mitte {
	float:left;
	width:330px;
	z-index: 12;
}
div#rechts {
	float:left;
	width:150px;
	z-index: 12;
}
div#menue {
	position:absolute;
	left:443px;
	top:139px;
	width: 326px;
}
div#flashhead {
	position:absolute;
	left:314px;
	top:180px;
}
div#footer {
	width: 924px;
	height: 71px;
	background-image: url(../images/footer.jpg);
}
div#linksfooter {
	float:left;
	width:210px;
	z-index: 12;
	margin-left: 60px;
	margin-top: 35px;
}



/* Schriften u. Links */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom:12px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom:12px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #cccccc;

}


a{
	color:#D00000;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:hover{
	color:#999999;

}

div#menue a{
	color:#FFFFFF;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}
div#menue a:hover{
	color:#C90103;

}

div#text a{
	color:#9E0605;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 0px;
}
div#text a:hover{
	color:#CCCCCC;

}

div#linksfooter a{
	color:#666666;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
div#linksfooter a:hover{
	color:#CCCCCC;

}


.clearer {
  clear: both;
}

