@charset "utf-8";
/* CSS Document */

* {
	margin: 0em;
	padding: 0em;
	}
	
html,body{
	position:absolute;
	top: 0em;
	left: 0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #a37063;
	width:100%;
	height:100%;
	overflow:hidden;
	}
	
h1{
	font-size:1.2em;
	font-weight:bold;
	font-color:#a37063;
	margin-left:3.1em;
	margin-top:1.6em;
	margin-bottom:1.5em;

}

	
#containerAlles {
	position:relative;
	width: 1000px;
	height:40em;
	margin-left:auto;
	margin-right:auto;
	top:0em;
}

#header{	
	position:fixed;
	height:112px;
	width: 980px;
	background-image:url(/images/header72dpi.jpg);
	background-repeat:no-repeat;
	margin-left:0.8em;
	margin-top:0.8em;		
}

#header img{
	position: relative;
	float:right;
	clear:left;
	margin-right:0.2em;
	border:none;
}

#header ul{
	position:relative;
	float:left;
	clear:right;
	margin-top: 5.75em;
	margin-left:9em;
	width:56.1;
}
	
#header ul li{
	display:inline;
	margin-right:10em;
}

#header ul li a{
	color: #FFFFFF;
	text-decoration:none;
}

#header ul li a:hover{
	color: #d1b8b1;
	text-decoration:none;
}

#inhalt	{
	position:fixed;
	top:9.75em;
	width:65.1em;
	margin-right:0.8em;
	margin-left:0.8em;
	margin-bottom:0.8em;
	border-left:solid 5.3em #007982;
	border-right:solid 5.3em #007982;
	/*min-height:31em;*/
	height:100%;
	background-color: #FFFFFF;
	background-image:url(/images/hg.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	overflow:auto;
}	

#spalte2{
	position:relative;
	float:right;
	clear:left;
	width:43.5em;
}

#spalte3{
	position:relative;
	float:right;
	clear:left;
	width:16em;
	padding-bottom:
}

#spalte3impressum{
	position:relative;
	float:right;
	clear:left;
	width:18em;
}

#footer{
	width:94.7em;
	margin-left:1em;
	background-color:#a37063;
	color:#FFFFFF;
	height:1.7em;
	padding-top:0.3em;
	text-align:center;
	/*top:51.5em;*/
	position:fixed;
	bottom:0px;
	font-size:0.8em;
	
}

.strong{
	font-weight: 800;
}

.spalte1{
	margin-left:3.7em;
	width: 17.5em;
}

.spalte2{
	margin-left:3.7em;
	width: 17.5em;
}

.bilderrahmen{
	border:solid 0.2em #a37063;
}



