@charset "utf-8";
/* CSS Document */
html, body {
	height:97%;
}

* html .outer {
	height:100%;	
}
body {
	background:url(hg_body.gif) 10px 50px /*HG-Farbe*/ #ffffff /* /HG-Farbe*/;	/*	Hier die Farbe des Hintergrundes ändern	 */
	color:#561800;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
}

.outer {
	background:url(hg_content.gif) repeat-y;
	margin:0px auto;
	min-height:100%;
	padding:0px 1px;
	width:600px;	
}
/*	-----------------	HEADLINES	-------------	*/
h1 {
	color:#d23b00;
	font-size:200%;
	font-style:italic;	
}
h2 {
	color:#d23b00;
	font-size:130%;
}
h3 {
	color:#561800;
	font-size:110%;
}
h4,h5, h6 {
	color:#561800;
	font-size:100%;
}
/*	-----------------	/ HEADLINES	-------------	*/

.content {
	background:url(falke.gif) no-repeat top center;
	width:550px;
	padding:0 25px 35px 25px;
}

.footer {	
	border-top:1px solid #888;
	margin:0px auto;
	padding:0px;
	width:600px;	
}
.footer p {
	float:left;
	margin:0px;
	padding:0px;
}
p.adresse {
	padding:0px 0 0px 20px;
}
p.adresse span {
	font-weight:bold;
}
.footer a, .footer a:link, .footer a:active, .footer a:visited {
	color:#561800;
	display:block;
	float:left;
	padding:0px 6px 0px 6px;
}
.footer a:hover, .footer a:focus {
	color:#d23b00;
	text-decoration:none;		
}
.adresse a, .adresse a:link, .adresse a:active, .adresse a:visited {
	border-left:none;
	display:inline;
	padding:0;
	float:none;
}