
* {margin: 0; padding: 0;}

body {
	/*background: #b0e0e6;*/
	background: #FFF;
}

#page {

}
#header {
	display: none;
	width: 1000px;
	height: 120px;
}
#logo {
	display: none;
	float: left;
	width: 150px;
	height: 120px;
}
#nav {
	display: none;
	float: right;
	margin-top: 60px;
	width: 840px;
	height: 60px;
}

#nav1 {
	display: none;
	position: static;
	width: 840px;
	height: 38px;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	padding-left: 5px;
}
#nav1 ul{
	padding-top: 10px;
}
#nav1 li{
	display: inline;
	margin-right: 20px;
}
#nav1 li a{
	/*font-family: Arial;*/
	font-size: 14px;
	color: black;
	
}
#nav1 li a:hover,#nav1 a#active{
	color: #8b4513;
}

#nav2 {
	display: none;
	position: static;
	width: 850px;
	height: 20px;
	padding-left: 5px;
}
#nav2 ul{
	padding-top: 5px;
}
#nav2 li{
	display: inline;
	margin-right: 20px;
}
#nav2 li a{
	/*font-family: Arial;*/
	font-size: 14px;
	color: black;
	
}
#nav2 li a:hover,#nav2 a#active2{
	color: #8b4513;
}

/*------------------- Contents ---------------------------------------*/

#contents {
	width: 1000px;
}
#contentImage {
	display: none;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	background: transparent;
	width: 150px;
	height: 420px;
}

#contentInhalt {
	float: right;
	margin-top: 10px;
	width: 835px;
}
h1{
	font-size: 0.9em;
	margin-bottom: 10px;
	font-weight: bold;

}
p{	font-size: 0.8em;
	font-weight: normal;
	text-align: left;
	margin-bottom: 25px;
}
/*Kontakt*/
.karten{
	border: solid 1px;	
}
.kartenGross{
	border: solid 1px;
	margin-bottom: 10px;	
}


/*--------------------- Footer ---------------------------------------*/
#footer {
	width: 1000px;
	height: 48px;
	border-top: 1px solid #bbb;
	/*background-image: url("../img/bg_list.gif");*/
}
.footerText{
	float:left;
	padding-left: 5px;
	margin-top: 5px;
	font-size: 12px;
	color: #666;	
}

.antifloat{
	clear: both;
	visibility: hidden;
}

#sit{
	display: none;
	width: 50px;
	margin: 5px auto;
}

