

html,head,body,div{
	margin: 0px;
	padding: 0px;
}

a, body, .content{
	font-family: verdana;
	text-align: justify;
	font-size: small;
	color: #663301;
	text-decoration: none;
}







#impressum{
	position: absolute;
	width: 130px;
	left:180px;			
	top:793px;
	z-index: 10;

}


#navigation{
	position: absolute;
	top:212px;
	z-index: 10;
	left:167px;
}

input,textarea,select{
	
	background-color: #b47017;
	border: 1px #663301 solid;
	
}

td.shop{
	padding-bottom: 30px;
	border-collapse: collapse;
	vertical-align: top;
	text-align: justify;
	margin: 9px;
	color: #663301;
}

div.link{
	float:left;	
	width: 97px;
	height: 23px;
	background-color: #b47017;
	z-index: 20;
	border: 1px #663301 solid;
	border-bottom: none;
	border-left: none;
	vertical-align: bottom;
	text-align: center;
	padding-top: 7px;
}
div.link:hover{
	float:left;	
	width: 97px;
	height: 23px;
	color:#663301;
	background-color: #c98218;
	z-index: 20;
	border: 1px #663301 solid;
	border-bottom: none;
	border-left: none;
	vertical-align: bottom;
	text-align: center;
	padding-top: 7px;
}

.contentbox{
	background-image: url(../img/tagtraumhintergrund.jpg);
	background-repeat: no-repeat;
	position: relative;
	left:50%;
	margin-left: -500px;
	z-index: 10;
	width:1000px;
	height: 940px;
	color: #fff;
	padding: 10px;
	overflow: auto;

}

.cbox{
	position: absolute;
	left:167px;
	top:237px;
	z-index: 10;
	width:670px;
	height: 529px;
	color: #fff;
	margin-top: 6px; 
	padding: 10px;
	overflow: auto;
	border: 1px #663301 solid;	
	
}
