html {
	  height:100%;
	  margin:0;
	  padding: 0;
		overflow: auto;
		width: 100%;
}

body {
	  height:100%;
	  width: 100%;
	  margin:0;
	  padding: 0;

		background-color: #ffffff;
		background-image: url(img/bg.jpg);
		background-repeat:repeat-x;
	
		font-family: "Tahoma";
	
}


.null{
	margin: 0 -10px 0 0;
	padding: 0 0 0 0;
	width: 100%;

}

#null2{
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	z-index: 2;
}



#site{
	width: 960px;
	margin: auto;
	border-width: 1px;
	border-style: solid;
	background-color: #ffffff;
	height: 585px;
}
#logo{
	background-color: #e5dfaf;
	width: 200px;
	height: 115px;
	vertical-align: middle;
	text-align: center;
	float: left;
}
#header{
	background-image:url(img/header.jpg);
	width: 758px;
	height: 115px;
	float: left;
	margin-left: 2px;
}
#bgrot{
	width: 960px;
	height: 30px;
	margin:auto;
	background-color:#990000;
	float: left;
}
#nav{
	background-color: #e5dfaf;
	width: 180px;
	height: 440px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	text-align: left;
}
#main{
	background-color: #ddeeff;
	width: 758px;
	height: 440px;
	float: left;
	margin-left: 2px;
}

#content{
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	height: 420px;
	overflow: auto;
	text-align: left;
	vertical-align: top;
}

#content2{
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	height: 420px;
	overflow: hidden;
	text-align: left;
	vertical-align: top;
}

.logo{
	margin-top: 10px;
}

#vollbild{
	width:800px;
	height:550px;
	border: dashed;
	border-color: #000000;
	/*visibility:hidden;*/
	float: none;
}

img{
	border: none;
}








.navlink{
	z-index: inherit;
	font-size: 9pt;
	
}

.navlink a{
	display: block;
	margin-top:4px;
	padding: 1px 0 2px 15px;
	color: #666666;
	text-decoration: none;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 7px;
	border-right-width: 1px;
}

.navlink a:hover{
	display: block;
	color: #666666;
	text-decoration:underline;

}

.navlink1 a:hover, .navlink1_active{
	background-color: #bbbbbb;
}

.navlink1{
	background-color: #cfcfcf;
}

.navlink2 a:hover, .navlink2_active{
	background-color: #c0c0c0;
}

.navlink2{
	background-color: #dddddd;
}

.navlink3 a:hover, .navlink3_active{
	background-color: #c5c5c5;
}

.navlink3{
	background-color: #eeeeee;
}









.unterlinks{
	padding-left: 25px;
	padding-right: 15px;
}
.unterlinks a{
	display: block;
	margin-top:5px;
	padding-left: 10px;
	color: #666666;
	text-decoration: none;
	border-style: dotted;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
}

.unterlinks a:hover{
	display: block;
	margin-top:5px;
	color: #666666;
	text-decoration: underline;
	
}

.domain{
	color:#ffffff;
	text-align:right;
	padding-right:10px;
	padding-top: 3px;
	font-size: 12pt;
}

#bg1{
	position: absolute;
	left: 50%;
	margin-left: -188px;
	top: 50%;
	margin-top: -101px;
	width: 100%;
	height: 100%;
	background-color: #ddeeff;
	z-index: 0;
}

iframe{
	width: 750px;
	height: 430px;
	margin-top: 10px;
	border: none;
	float: right;
	background-color: transparent;
}

.preis{
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}


