*  { 
 	margin:0px; 
 	padding:0px;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: scroll;
	background-image: url(../images/back02.jpg);

}
div#wrapper {
	width:922px;
	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:922px;
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
}
div#content {
	margin-left: 30px;
	width: 850px;
	z-index: 10;

}

div#text {
	float:left;
	width:225px;
	z-index: 12;
	padding:0px;
	background-repeat: repeat;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;



}

div#news {
	float:left;
	width:460px;
	z-index: 12;
	border: 1px solid #FFFFFF;
	padding:0px;
	background-color: #FFFFFF;
	margin-left: 40px;


}

div#menue {
	position:absolute;
	left:40px;
	top:214px;
	width: 148px;



}

div#rechts {
	position:absolute;
	left:803px;
	top:18px;



}

div#footer {
	width: 922px;
	height: 23px;
	background-image: url(../images/footer.jpg);


}



/* Schriften u. Links */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom:12px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	margin-top: 0px;
	margin-bottom:12px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #8A7453;

}


a{
	text-decoration: underline;
	color:#9A0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
a:hover{
	color:#8A7453;

}

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:#CCCCCC;

}

div#text a{
	color:#9E0605;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 0px;
}
div#text a:hover{
	color:#CCCCCC;

}

.clearer {
  clear: both;
}
