/*	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:0 auto;
	font-size:14px;
}
#top{
	position:fixed;
	min-width:1072px;
	width:1072px;
	min-height:181px;
	height:181px;
	margin:auto;
	background: #fff;
	z-index: 1000;
}
#topLogo{
	margin:10px;
	min-width:167px;
	width:167px;
	min-height:167px;
	height:167px;
	-moz-border-radius:90px; 
	-webkit-border-radius:90px; 
	-ms-border-radius:90px;
	-o-border-radius:90px;
	-khtml-border-radius:90px; 
	border-radius:90px;
	box-shadow:5px -5px 5px #444;
	background:url('https://das-haus-auf-ruegen.de/imgs/top_logo_gabi.png') #000;
	overflow:hidden;
}
#topMenu{
	position:absolute;
	top:128px;
	left:187px;
	min-width:890px;
	width:890px;
	min-height:25px;
	height:25px;
	padding-top:5px;
	text-shadow:0.5px -0.5px 2px #444;
}
#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;
}
#header{
	position:absolute;
	top:182px;
	min-width:1067px;
	width:1067px;
	min-height:320px;
	height:320px;
	margin:auto;
	overflow:hidden;
}
#headerSlideshow{
	min-width:1062px;
	width:1062px;
	min-height:340px;
	height:340px;
	margin:20px auto;
	overflow:hidden;
}
#headerSlideshow img{
	-moz-border-radius:10px; 
	-webkit-border-radius:10px; 
	-ms-border-radius:10px;
	-o-border-radius:10px;
	-khtml-border-radius:10px; 
	border-radius:10px;
	box-shadow:5px -5px 5px #444;
}
#content{
	position:absolute;
	top:522px;
	min-width:1063px;
	width:1063px;
	min-height:300px;
	margin:auto;
	padding-left:4px;
	overflow:hidden;
}
/* Impressum */
#Impressum{
	position:relative;
	margin:10px auto;
}
#impTable{
	width:85%;
	margin:10px auto;
	position:absolute;
	left:260px;
	top:0px;
}
#impTable td{
	vertical-align:top;
	text-shadow:0.5px -0.5px 2.5px #444;
}
#impImage{
	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:#000;
	text-decoration:none;
	width:120px;
	height:28px;
	padding-top:8px;
}
.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:120px;
	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;
}
.menu ul li a:hover{
	background:#ddd;
	color:#000;
}
