@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
html,body,form {
	margin: 0px;
	padding:0px;
}
body{
	background-color:#efefef;
}
img{border:none;}
hr{
	background:#EBEBEB;
	border: 0px solid #EBEBEB;
	height:1px;
}
a{
	color:#C00;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #333;
}

h1,h2,h3 ,h4,h5 ,h6 {
	font-family:"Times New Roman", Times, serif;
	padding:0;
	margin:3px 0;
	color:#C00;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
.c{clear:both;}
#header,#headerpic,#content,#footer{
	width:960px;
	margin:auto;
	background-color:#FFF;
}
#header{
	height:120px;
}
#headerpic{
	height:250px;
	background:#efefef;
}
#header h1{
	font-style:italic;
	font-size:36px;
	color:#000;
	margin-left:20px;
}
#header h2{
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	margin-left:20px;
	font-size:22px;
}
#header ul{
	padding:0;
	margin:25px 0 0 10px;
	list-style:none;
}
#header li{
	float:left;
}
#header li a{
	text-decoration:none;
	font-size:16px;
	display:block;
	padding: 0px 10px;
	border-right: 1px solid #666;
}
#header li a#activemenue{
	color:#666;
}
#header li a:hover,#header li a#activemenue:hover{
	color:#000;
}
div#langbox{
	float:right;
	margin-right:15px;
	margin-top:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
}
div#langbox img{
	margin-bottom:-2px;
}
a#apollinaris_werbung{
	clear:right;
	display:block;
	float:right;
	margin-top:10px;
	margin-right:15px;
}
#content{
	min-height:300px;
}
#contentbox1{
	margin:20px;
	display:inline-block;
	line-height:150%;
	width:920px;
}
#contentbox2{
	margin:20px;
	display:inline-block;
	width:735px;
	line-height:150%;
}
#footer{
	background:url(img/footer_bg.png) top repeat-x;
	padding-top:85px;
	height: 20px; 
	text-align:right;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
}
#footer span{
	float:left;
	text-align:left;
	margin-left:5px;
}
#wettershow{
	margin:15px;
	width:156px;
	height:190px;
	background:red;
	display:block;
}
#nosite{
	text-align:center;
	padding: 150px 0;
}
.imagehover img:hover {filter:alpha(opacity=70);opacity:.70;}
.box_warn {
	padding: 7px;
	color:#A30C22;
	background-color:#FFDFDF;
	border-top: 3px solid #A30C22;
	border-bottom: 3px solid #A30C22;
}
.box_ok {
	padding: 7px;
	color: #006633;
	background-color: #DDFFDD;
	border-top: 3px solid #006633;
	border-bottom: 3px solid #006633;
}
.box_hinweis {
	padding: 7px;
	color: #FF9933;
	background-color: #FFFFD2;
	border-top: 3px solid #FF9933;
	border-bottom: 3px solid #FF9933;
}
#submenue{
	float:left;
	width:180px;
	margin-top:5px;
	margin-left:5px;
}
#submenue a.subm1,#submenue a.subm2{
	display:block;
	text-decoration:none;
	padding:5px 10px;
	font-size:14px;
	margin-bottom:1px;
	border-left: 3px solid #333;
	border-bottom: 1px dotted #999;
}
#submenue a.subm1:hover,#submenue a.subm2:hover{
	color:#333;
	background-color: #F4F4F4;
	border-left: 3px solid #C00;
}
#submenue a.subm1#activesub,#submenue a.subm2#activesub{
	color:#333;
	background-color: #F4F4F4;
	border-left: 3px solid #C00;
}
#submenue a.subm2{
	font-size:11px;
	padding-left:30px;
}
#mdia{
	display:none;
	padding:20px;
	font-size:16px;
}
#mdia label{
	display:block;
	font-size:16px;
	color:#666;
	margin: 10px 0 5px 0;
}
#mdia input{
	display:block;
	font-size:15px;
	color: #000;
	width:98%;
	padding:5px;
	background-color:#CCC;
}
/* Startseite */
#welcomebox{
	width:325px;
	float:left;
	padding-right:20px;
}
#welcomebox h1{
	width:325px;
	font-size:22px;
	margin-top:5px;
}
#newsbox{
	width:300px;
	float:left;
	border-left: 1px solid #e7e7e7;
	padding-left:20px;
	padding-right:15px;
}
#newsbox h1{
	font-size:18px;
}
#reservierungsbox{
	width:225px;
	float:left;
	background-color:#D3D3D3;
	background-image:url(/img/startseite/onre-bg.png);
	background-position:bottom;
	background-repeat:repeat-x;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-left:5px;
}
#reservierungsbox h1{
	background:#EBEBEB;
	font-size:18px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px;
	font-weight:normal;
	text-align:center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#reservierungsbox h1 span{
	color:#ff0000;
}
#reservierungsbox form{
	margin:15px 5px;
}
#reservierungsbox label{
	padding-left:6px;
	font-size:14px;
	color: #515151;
}
#reservierungsbox label,input{
	width:96px;
	display:inline-block;
}
#reservierungsbox input{
	text-align:center;
}
#anreise,#abreise{
	width:70px;
	margin: 0 10px;
}
#einzelzimmer,#doppelzimmer,#erwachsene,#kinder{
	width:30px;
	margin: 0 15px;
}
#reservierungsbox div{
	color:#000;
	text-align:center;
	font-size:16px;
	line-height:150%;
	font-weight:bold;
}
#reservierungsbox div span{
	color:#FFF;
	font-size:20px;
	display:block;
	margin-bottom:5px;
	font-weight:normal;
}
#reservierungsbox div img{
	margin-bottom:-10px;
	margin-left:3px;
}
/* Speisekarte */
#speisekarte{
	background-color:#fef8e6;
	background-repeat:no-repeat;
	background-position:top;
	width:652px;
	padding: 180px 20px 20px 60px;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	color:#000;
	list-style-image:url(/img/restaurant/speisekarte-close.png)
}
#speisekarte ul{
	
}
#speisekarte ul li{
	line-height:40px;
	cursor:pointer;
}
#speisekarte ul li:hover{
	color: #963;
}
#speisekarte ul li div{
	color:#4f4f4f;
	font-size:18px;
	line-height:20px;
	background-color:#fef8e6;
	background-image:url(/img/restaurant/speisekarte-detail-center.png);
	background-repeat:repeat-y;
	width:545px;
}
#speisekarte ul li div strong{
	font-size:20px;
}
#speisekarte ul li div strong,
#speisekarte ul li div em{
	display:block;
	margin-left:20px;
}
#speisekarte ul li div em{
	margin-bottom:15px;
}
#speisekarte ul li div span{
	display:block;
	float:right;
	margin-right:20px;
	font-size:22px;
}
#speisekarte ul li div p{font-size:5px;height:5px;line-height:5px;}
.newsrow{
	border:1px dashed #ccc;
	border-radius: 5px;	
	padding:10px;
	margin-top:10px;
}
.newsdate{
	float:right;
	color:#999;
}

