body {
	background-color:#b7b7b7;
	background-image:url(Bilder/rahmen/bg.jpg);
	background-repeat:repeat-x;
}

A {	TEXT-DECORATION: underline;
	color: #ffffff;
	}

A:active {	TEXT-DECORATION: underline;
			color: #ffffff;}

A:visited {	TEXT-DECORATION: underline;
			color: #ffffff;
			}

A:link {	
	TEXT-DECORATION: underline;
	COLOR: #ffffff;}

A:hover {	TEXT-DECORATION: underline; 
			COLOR: #ffffff;}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:bold;
	color: #ffffff;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
	color: #ffffff;
}

H3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #7d100b;
	margin-bottom:-13px;
}

H4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #7d100b;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height:23px;
	color: #ffffff;
}

.head {
	margin:0px auto;
	width:900px;
	height:100px;
	margin-bottom:10px;
	background-image:url(Bilder/rahmen/bg_head.jpg);
	background-repeat:repeat-x;	
}

.content {
	margin:0px auto;
	width:900px;
	height:450px;
	margin-bottom:10px;
	background-image:url(Bilder/rahmen/bg_content.jpg);
	background-repeat:repeat-x;	
}

.textcontent {
	width:540px; 
	height:410px; 
	margin-top:20px;
	margin-left:20px;
	float:left;
}

.footer {
	margin:0px auto;
	width:900px;
	height:100px;
	margin-bottom:10px;
	background-image:url(Bilder/rahmen/bg_footer.jpg);
	background-repeat:repeat-x;	
}
