*{
	margin: 0 auto;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color:#ffffff;;
	padding:0px 0 0 0;
}

.clearer{
	clear: both;
}

a img{
	border: 0px none;
}

h1{
	color:#666666;
	font-size:1.6em;
	padding:0 0 10px 0;
	font-weight:bold;
}

wrap{
	width:900px;
	min-width:900px;
	max-width:900px;
}

#header{
	border-bottom:1px solid #329CB7;
	border-right:1px solid #329CB7;
	border-bottom:1px solid #BBD6DD;
	border-right:2px solid #BBD6DD;
	width:900px;
	min-width:900px;
	max-width:900px;
	height:120px;
	min-height:120px;
	max-height:120px;
	padding-top: 20px;
}

#headerimage{
	padding:0px 0 0 0px;
}

#menu ul{
	min-width:858px;
	max-width:858px;
	width:858px;
	min-height:20px;
	max-height:20px;
	height:20px;
	background:#eeeeee url(../images/menubg.png) ;
	list-style:none;
	padding:10px 0 8px 40px;
	border-left:1px solid #329CB7;
	border-left:2px solid #BBD6DD;
	border-right:2px solid #BBD6DD;
	border-bottom:1px solid #BBD6DD;
}

#menu ul li{
	float:left;
	padding:0 30px 0 0px;
	font-weight:bold;
}

#menu ul li a{
	text-decoration:none;
	color:#329CB7;
	font-size:1.6em;
	display: block;
	padding:0 0px 0 0;
	text-align: center;
	text-transform: uppercase;
}

#menu ul li.aktiv a{
	font-weight:bold;
	color:#666666;
}

#content{
	min-width:820px;
	max-width:820px;
	width:820px;
	min-height:440px;


	border-left:1px solid #329CB7;
	border-left:2px solid #BBD6DD;

	padding:30px 40px;
	color:#666666;
	text-align:left;
	font-size:1.2em;
}

#content p{
	line-height: 130%;

}

#content ul,ol{
	padding-left: 1.2em;
}

#footer{
	width:900px;
	min-width:900px;
	max-width:900px;
	color:#666666;
	font-size:1.2em;
	min-height:40px;
	max-height:40px;
	height:40px;
	padding:10px 0 0 0;
	border-left:1px solid #329CB7;
	border-left:2px solid #BBD6DD;
	position: relative;
}

#kontakt{
}

#footerlogo{
	position: absolute;
	top: 12px;
	right: 0;

}


