/*	Das-Haus-Auf-Ruegen.de CSS
	Copyright: tmz of t-coding.com 2013 */
html,body{
	font-family:sans-serif;
	font-size:12px;
	height:100%;
	margin:0;
	padding:0;
	overflow-x:hidden;
}
/* Globale Seite */
#site{
	position:relative;
	min-width:1067px;
	width:1067px;
	min-height:100%;
	height:auto;
	margin:0px auto 40px;
	font-size:14px;
}
#top{
	position: fixed;
	min-width: 1072px;
	width: 1072px;
	min-height: 119px;
	height: 119px;
	margin: auto;
	background: #fff;
	z-index: 1000;
}
#topLogo{
	margin:10px;
	min-width:167px;
	width:167px;
	min-height:99px;
	height:99px;
	background:url('../imgs/top_logo_dhar_167w.png');
	overflow:hidden;
}
#topMenu{
	position:absolute;
	top:88px;
	left:187px;
	min-width:890px;
	width:890px;
	min-height:25px;
	height:25px;
	padding-top:5px;
	/*background:#bdb76b;*/
}
#topMenu ul ul{
	background:#eee;
}
#topMenu ul ul,#topMenu ul ul a{
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-khtml-border-radius:5px; 
	border-radius:5px;
}
#content{
	position:absolute;
	top:132px;
	min-width:1050px;
	width:1050px;
	min-height:300px;
	margin:auto;
	padding-left:4px;
	padding-right:4px;
	overflow:hidden;
	-moz-border-radius:10px; 
	-webkit-border-radius:10px; 
	-ms-border-radius:10px;
	-o-border-radius:10px;
	-khtml-border-radius:10px; 
	border-radius:10px;
	border:1px solid #000;
	box-shadow:5px -5px 5px #444;
}
/* Buchungskalender */
#Buchungskalender{
	margin:10px auto;
	position:relative;
}
/* Formular */
#kalForm select{
	box-shadow:2px -2px 2px #444;
}
/* Ferienwohnungen */
#Ferienwohnung1{
	max-height:370px;
	/*background:#f08;*/
	margin:10px auto;
	text-shadow:1px -1px 2px #444;
	overflow:hidden;
}
#Ferienwohnung2{
	max-height:370px;
	/*background:#999;*/
	margin:10px auto;
	text-shadow:1px -1px 2px #444;
	overflow:hidden;
}
#Ferienwohnung1 img,#Ferienwohnung2 img{
	margin-left:10px;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-khtml-border-radius:5px; 
	border-radius:5px;
	box-shadow:3px -3px 3px #444,-3px 3px 3px #444;
}
/* Kalender */
#Kalender1,#Kalender2{
	display:inline;
	position:relative;
	top:-270px;
	left:180px;
	overflow:hidden;
}
#Kalender1 td,#Kalender2 td{
	width:25px;
	height:25px;
	text-align:center;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-khtml-border-radius:5px; 
	border-radius:5px;
	box-shadow:2px -2px 2px #444,-2px 2px 2px #444;
	text-shadow:none;
}
/* Legende */
#kalLegende1,#kalLegende2{
	margin-left:70px;
	margin-top:20px;
	overflow:hidden;
}
#kalLegende1 td,#kalLegende2 td{
	text-shadow:1px -1px 2px #444;
	box-shadow:none;
	min-height:12px;
	max-height:12px;
	height:12px;
}
#kalLegende1 .border,#kalLegende2 .border {
	border:1px solid #000;
	min-width:15px;
	width:15px;
}
div[id^='kalSep']{
	position:relative;
	left:-3px;
	border:0;
	height:0; /* Firefox... */
	box-shadow:0 0 2px 0.5px #000;
	overflow:hidden;
}
/* Impressum */
#impTable{
	width:85%;
	margin:10px auto;
	position:absolute;
	left:260px;
	top:10px;
}
#impTable td{
	vertical-align:top;
	text-shadow:0.5px -0.5px 2.5px #444;
}
#impImage {
	position: relative;
	top: -12px;
	margin-left: 30px;
	height: 300px;
	width: auto;
}
/* Klassen */
.tMenu{
	margin:0 8px;
	font-size:16px;
	display:inline;
}
.tMenuInp{
	position:absolute;
	right:10px;
	top:8px;
	font-size:13px;
}
.kalTag{
	color:#000;
	border:0.1px solid grey;
}
.impInp{
	width:250px;
}
.inpShadow{
	box-shadow:2px -2px 2px #444;
}
#content h2{
	font-family:sans-serif;
	font-size:18px;
	font-weight:bold;
	letter-spacing:3px;
	text-shadow:2px -1px 2px #444;
	text-transform:uppercase;
	word-spacing:7px;
}
/* Submenu */
.menu a {
	float:left;
	/*color:#1e5285;*/
	color:#2c3f86;
	text-decoration:none;
	width:126px;
	height:28px;
	padding-top:8px;
	font-weight:bold;
}
.menu a:hover{color:#000;}
.menu{
	list-style:none;
	font:16px Arial,Verdana;
	text-align:center;
	width:890px;
	margin:0 auto;
}
.menu li{
	position:relative;
	float:left;
	width:125px;
	z-index:1000;
}
.menu ul{
	display:none;
	position:absolute;
	font:normal 13px sans-serif;
	top:36px;
	left:-5px;
	background:#fff;
	display:none;
	list-style:none;
}
.menu ul li{
	float:none;
	width:98px;
	text-align:left;
}
.menu ul li a{
	float:none;
	display:block;
	height:22px;
	padding-top:5px;
	position:relative;
	left:-30px;
	font-weight:normal;
}
.menu ul li a:hover{
	background:#ddd;
	color:#000;
}
#cP {
	position:relative;
	top:-9px;
	width:146px;
}
#Datenschutz {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 30px;
	font-family: monospace;
	text-shadow: none;
	text-align: justify;
}
#Datenschutz h1, #Datenschutz h2, #Datenschutz h3 {
	font-family: monospace;
	text-shadow: none;
	font-weight: bold;
	letter-spacing: 3px; 
	text-transform: uppercase;
	word-spacing: 7px;
}

#Datenschutz h1 {
	font-size:20px;
}
#Datenschutz h2 {
	font-size:18px;
}
#Datenschutz h3 {
	font-size:16px;
}
