body,html {
	background-color: Silver;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #04624C;
	font-size:12px;
}

#wrapper{
	width: 710px;
	height: 473px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	
}
#fotobereich{
	position: absolute;
	width: 710px;
	height: 473px;
	z-index: 1;
	top: 70px;
	background-image: url(../images/hg.jpg);
	background-repeat: no-repeat;
}

#fotobereich2{
	position: absolute;
	width: 710px;
	height: 473px;
	z-index: 1;
	top: 70px;
	background-image: url(../images/hg2.jpg);
	background-repeat: no-repeat;
}

#halbkreis{
	position:absolute;
	width:210px;
	height:204px;
	z-index:2;
	top: 359px;
}


#menue{
	position: absolute;
	width: 200px;
	height: 115px;
	z-index: 3;
	top: 355px;
	background-color: transparent;
	padding-top:18px;
	padding-left:50px;
}

#menue ul{
	padding:0;
	margin:0;
	list-style : none;
}

#menue li{
	color: #04624C;
	font-size: 14px;
	font-weight: bold;
}

#menue a{
	color: #04624C;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#menue a:hover{
	color:white;
}

#menue a:active{
	color:white;
}

#thumbs{
	position: absolute;
	z-index: 3;
	top: 500px;
	background-color: transparent;
	margin-left:450px;
	
}

#thumbs a{
	cursor: hand;
}

#unterlink a{
	font-size: 12px;
	color:#04624C;
}

#unterlink a:hover{
	color:white;
}

#unterlink a:active{
	color:white;
}

.text{
	margin-left:260px;
	margin-right:20px;
	font-size:12px;
}

h1{
	font-weight: bold;
	font-size:12px;
	margin-left:260px;
}

#blenden{
	margin-top:53px;
	margin-left: 580px;
}

.submit{
	font-size:12px;
	font-weight:bold;
	height:20px;
	width:70px;
	vertical-align: middle;
	padding-left:0px;
	text-align:center;
}

.textfelder{
	border: 1px solid #04624C;
	font-size:12px;
	background-color: white;
	color:#04624C;
	padding-left:5px;
}

.textfelder_err{
	border: 1px solid #6640AD;
	font-size: 12px;
	background-color: white;
	color: #04624C;
	padding-left: 5px;
}

#shoplink{
	color: #8F233C;
	font-size: 12px;
	font-weight: bold;
	text-decoration: blink;
}

#mail{
	text-decoration: underline;
	font-size:12px;
	color: #04624C;
}

#aktiv{
	text-decoration: underline;
}
