input.calendar {
  width: 74px;
}
button.calendar {
  background: url(../calendar-icon.gif);
  border: 0;
  cursor: pointer;
  float: left;
  height: 20px;
  margin-right: 6px;
  width: 20px;
}
button.calendar:hover,
button.calendar.active {
  background-position: left bottom;
} 

* {
	margin:0; padding:0;
}
html, body {
	font-family:Tahoma; font-size:11px; color:#FFF; line-height:18px;
}
	
/* AUFBAU LAYOUT*/
.maincontainer{
	left:0;
	overflow:auto;
	position:absolute;	
	top:0;	
	width:100%;
}
.main_content{
	margin:0 auto; 
	position:relative;
	width:594px; 
}
.topbox{
	
	background-color:#000; 
	color:#FFFFFF;
	width:423px;  	
}
.bottombox{
	background-color:#000; 
	height:210px;
	margin-top:25px; 	
	position:relative;
	width:423px; 
}

.content{
	padding:30px 10px 30px 20px;
}

.logo{
	height:65px; 
	padding-top:30px;
}
.navibox{	
	left:447px; 
	position:absolute; 
	top:135px;
	width:148px; 
}

.navi{
	list-style-type:none; 
	padding:0px;
}
.kontaktbox{	 
	background-color:#000; 
	height:270px; 	
	margin-top:20px;
	top:0px; 
	width:150px;  
}

/* HINTERGRUNDGRAFIK */
#explo_homepage_slideshow { 
	display:none;
	left: 0; 
	position: absolute; 
	top: 0; 
}
#explo_homepage_slideshow img { 
	display:none;
	left: 0;
	position: absolute; 
	top: 0; 
}
#explo_slideshow_spacer{ 
	display:none; 
}

/* STYLES */
a, img{
	border:0px; 
	outline:none;
}
h2{
	color:#46B6FD; 
	font-size:11px; 
	font-weight:bold; 
	padding-bottom:5px;
}
.center{
	text-align:center;
}
a{
	color:#46B6FD;
}
a:visited{
	color:#46B6FD;
}
a:active{
	color:#46B6FD;
}
a:hover{
	color:#46B6FD;
}
/* FORMULAR */
select{
	background-color:#333; 
	border:1px solid #b9b8b8;
	color:#fff; 
	font-size:inherit; 
	padding:1px; 
}
input{
	background-color:#333; 
	border:1px solid #b9b8b8;
	color:#fff; 
	font-size:inherit; 
	padding:1px;
	width:90%;
}
label, input[type=submit] {
	cursor:pointer;
}

