body 
{
	background: #9fc5dc url('../files/bg_yrepeat.jpg') top center repeat-y;
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	font: small "Trebuchet MS", helvetica, verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #444;
}

.clearer {
	clear:both;
	font-size:-1000em;
	height:1px;
}



#wrapper 
{
	display: inline;
	margin: 170px 0 0 -470px;
	position: absolute;
	top: 0; 
	padding:0;
	left: 50%; 
	text-align:left;
	width:1000px;
}

#header 
{
	margin: 0 0 0 -590px;
	position: absolute;
	top: 0; 
	padding:0;
	left: 50%; 
	text-align:left;
	width:1200px;
	height:170px;
	background-image: url('../files/header.gif');
}

#trenner
{
	position: absolute;
	top: 160px;
	width: 100%;
	border-top:  1px solid black;	
	border-bottom:  1px solid black;
	font-weight: bold;	
	background-image: url('../files/schnee.jpg');
}

#footer {
	text-align: center;
	font-size: 0.9em;
	margin: 2em 10em 1em 10em;
	border-top: 1px dashed #B5B099;
	padding: 0.5em;
	clear: both;
}
#footer a {
	color: #9A9480;
}
#footer a:hover {
	color: #413E36;
}

hr 
{
	background-color:#C3BBA4;
	height:1px;
	border:0;
}


#nav {
	margin: 30px 0 0px 0px;
	width:180px;
	float:left;
	padding-right: 20px;
}

#content {
	width:750px;
	float:left;
	margin-top:15px;
}

#content img {
	margin-bottom:0;

}

h1,h2,h3,h4,h5,h6 {
	color:#E2A611;
}

h2
{
	font-size: 1.2em;
}

.flLeft {
	float:left;
	margin-right:10px;
	margin-bottom:-15px;
} 
.flRight {
	float:right;
	margin-left:10px;
	margin-bottom:-15px;
} 

form input, textarea {
	border:1px solid black;
	margin-bottom:2px;
}

.tableback
{
	font-weight: bold;
}

#nav a {
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	display:block;
	background-color: #9fc5dc;
	color: black;
	font-weight: bold;
	text-decoration: none;
}

#nav a:visited {
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	display:block;
	background-color: #9fc5dc;
	color: black;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover {
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	display:block;
	background-color: #9fc5dc;
	font-weight: bold;
	text-decoration: none;
	color: white;
}

.unterkuenfte
{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #E2A611;
    padding: 5px;
    font-weight: bold;
}