@charset "utf-8";
* { 
margin : 0; 
padding : 0; 
} 
img { 
border : none; 
} 
.clear { 
clear : both; 
} 
body { 
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
font-size: 11px; 
color: #000; 
background: url(../images/_web/background-blue-wood.jpg) #76a8c5;
} 
a { 
text-decoration : none; 
color : #000; 
} 
a:hover { 
text-decoration : underline; 
} 
h1 a:hover{
	text-decoration: none;
}
#main { 
width : 825px; 
margin : 5% auto; 
position : relative; 
background: #fff;
border: 1px solid #000;
} 
#page {
padding: 0px 10px 50px 0px;
}
#shaddow-bottom {
	position: absolute;
	background: url(../images/_web/shaddow-bottom.png);
	left: 0px;
	bottom: -5px;
	height: 5px;
	width: 100%;
}
#shaddow-right {
	position: absolute;
	background: url(../images/_web/shaddow-right.png);
	right: -5px;
	height: 100%;
	width: 5px;
}

.blueline {
	position: absolute;
	top: 57px;
	left: 10px;
}
#logo {
	position: absolute;
	top: 20px;
	right: 10px;
}
#footer {
	position: absolute;
	left: 13px;
	bottom: 7px;
	width: 800px;
	color: #747474;
	font-size: 9px;
}
#footer a {
	color: #747474;
}
#footer  #wintergarten-ev {
	position: absolute;
	bottom: 0px;
	right: 0px;
}