﻿/******************************************************************************
 * RESET
 *****************************************************************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, em, img, ins, strong, sub, sup, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

a img, :link img, :visited img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
}

/******************************************************************************
 * TEMPLATE
 *****************************************************************************/
 
/* Mozilla-Hack, damit die Outline bei Links (buttons) nicht sichtbar ist */ 
*:focus { outline: none; }
*::-moz-focus-inner { border: none; }
 
body {
	background:     #FFFFFF url(/_media/img/tpl/bg_bg.png) repeat-x scroll center top;
	color:			#000000;
	height: 		100%;
	font-family:	Arial, "Bitstream Vera Sans", sans-serif;
	font-size:      12px;
}

#wrapper {
    margin: auto;
    width: 942px; 
}

#head {
    height:         28px;
    background:     #FFFFFF url(/_media/img/tpl/bg_head.png);
}

#header {
    padding-left:   15px;
height: 190px;
    padding-right:  15px;
    background:     #FFFFFF url(/_media/img/tpl/bg_header.png);
    padding-bottom: 10px;
}

#content{
    padding-left:   20px;
    padding-right:  20px;
    padding-top:    20px;
    padding-bottom: 20px;
    line-height:    1.5em;
    background:     #FFFFFF url(/_media/img/tpl/bg_content.png);
}    

#content_c {
    padding-bottom: 20px;
    padding-top:24px;
}

#content p{
    width: 680px;
}

#foot {
    padding-left:   15px;
    padding-right:  15px;
    text-align:     center;
    height:         28px;
    clear:          both;
    background:     #FFFFFF url(/_media/img/tpl/bg_foot.png);
}

#toolbar_head {
    float:right;
    padding-right: 10px;
}

.nachoben {
	padding-right: 2px;
}

#foot_left {
	float: left;
	width:875px;
}

#foot_right {
	
}

/** Links **/

.ext_link {
	color:			#994422;
	text-decoration:none;
}

.ext_link:hover {
	text-decoration:underline;
}

/** Schriftgrößen ändern **/

#fontsize_switch {
    float:right;
    padding-right: 2px;
}
.standard { font-size: 12px;cursor:pointer;}
.middle { font-size: 14px;cursor:pointer;padding-left: 8px;}
.big { font-size: 16px;cursor:pointer;padding-left: 8px;}

/** Menü **/

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_examples.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* commom style for all browsers */

.menu5 {
text-align:left; font-family: verdana, sans-serif; position:relative; font-size:1.0em;height:2.5em; margin:0 padding:0; list-style-type:none;float:right;
}
.menu5 ul {
padding:0; margin:0; list-style-type:none; /* for Firefox */
}
.menu5 li {
float:left; position:relative;
}
.menu5 li a, .menu5 li a:visited {
display:block; text-decoration:none; color:#000; float:left; padding-right:2.2em; height:3em; line-height:3em; color:#770000; 
}

.menu5 li a.drop, .menu5 li a.drop:visited {
font-weight:bold;
}
.menu5 li ul {
visibility:hidden; position:absolute; top:2.5em; left:0; height:0; overflow:hidden;
}
.menu5 table {
margin:-1px; border-collapse:collapse; font-size:1em; /* font size for IE5.5 */
}

/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
.menu5 li:hover a,
.menu5 li a:hover {
text-decoration:underline; border:0;
}
.menu5 li:hover ul,
.menu5 li a:hover ul {
visibility:visible; height:auto; width:9em; background:#fff; border:1px solid #ddd; left:0; top:2.5em; overflow:visible;background: rgba(254, 254, 254, 0.95);
}
.menu5 li:hover ul li a,
.menu5 li a:hover ul li a {
display:block; font-weight:normal; background:transparent; text-decoration:none; height:auto; line-height:1.5em; padding:0.5em; width:9em;
}
* html .menu5 li a:hover ul li a {
width:10em; w\idth:9em; /* hack for IE5.5 */
}
.menu5 li:hover ul li a.drop,
.menu5 li a:hover ul li a.drop {
font-weight:bold;
}
.menu5 li:hover ul li ul,
.menu5 li a:hover ul li a ul {
visibility:hidden; position:absolute; top:0; left:9.5em; height:0; overflow:hidden;
}
.menu5 li:hover ul li a:hover,
.menu5 li a:hover ul li a:hover {
text-decoration:underline;
}
.menu5 li:hover ul li:hover ul,
.menu5 li a:hover ul li a:hover ul {
visibility:visible; color:#000; border:1px solid #ddd; height:auto; background:#fff; width:9.5em;
} 
.menu5 li:hover ul li:hover ul.left,
.menu5 li a:hover ul li a:hover ul.left {
left:-9.3em;
}
.menu5 li:hover ul li:hover ul li a,
.menu5 li a:hover ul li a:hover ul li a {
display:block; height:auto;
}
.menu5 li:hover ul li:hover ul li:hover a,
.menu5 li a:hover ul li a:hover ul li a:hover {
text-decoration:underline;
}


/** Zweispalter **/

.zweispalter {
}

.zweispalter_links {
    float: left;
    width:656px;
}

.zweispalter_rechts {
}


/*   Slideshow **/


#slideshow {
    position:relative;
    height:150px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}


/**             Gerichte                **/

.gericht_container {
    clear:both;
    margin-left:20px;
    padding-bottom:15px;
    width:600px;
}

.gericht_titel {
    float: left;
    font-weight: bold;
}

.gericht_sublogo {
    clear:left;
    float:left;
    font-weight:bold;
    margin-bottom:15px;
    margin-top:15px;    
}

.gericht_preis {
    float: right;
    font-style: italic;
    color:      #444444;
}

.gericht_beschreibung {
    clear: both;
    width: 460px;
    padding-bottom:10px;
}

.gericht_divider{
    width: 200px;
    float: right;
}

/** Aktuelles **/

.aktuelles_date {
	padding-bottom: 15px;
    color:  #999999;
}

.aktuelles_head {
    font-weight: bold;
    font-size:   1.2em;
	color: #660000;
    padding-top: 10px;
}

.aktuelles_text_subheader {
    font-weight: bold;
}


.aktuelles_text {
	padding-bottom:20px;
    width: 780px;
}

.aktuelles_text ul{
    padding-left: 15px;
}
/** Zweispalter **/

.aktuelles_paneltrailer {
    padding-top: 10px;
}

.boxes{
    display: none;
}

/* Wartungsseite **/

#special_wartung_box {
    width: 500px;
    background-color: #ffffff;
    margin: auto;
    margin-top: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid black;
    text-align: center;
}

/* Hotel */

#hotel_multi_left {
	width: 650px;
	float: left;
}

#hotel_uebersicht{
	border-collapse:separate;
	border-spacing:	10pt;
	width:			350px;
}

#hotel_uebersicht tr{
	padding-bottom: 25px;
}

/* Startseite */

#start {
	height:495px;
}

#start_links {
	float: left;
	width: 600px;
	margin-right:80px;
}

#start_rechts {
	float: right;
}

#start_skylogo {
	margin-top:22px;
}

/* Catering */

#catering_list {
	padding-left: 20px;
}

#catering {
	height:358px;
}

#catering_links {
	float: left;
	width: 620px;
	margin-right:25px;
}

#catering_rechts {
	float: right;
	margin-right:8px;
}

.catering_foto_rechts {
	margin-bottom: 40px;
}

/* Bowling */

#bowling_list {
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#bowling {
	height:358px;
}

#bowling_links {
	float: left;
	width: 620px;
	margin-right:25px;
}

#bowling_rechts {
	float: right;
	margin-right:8px;
}

/* Kontakt */

.kontakt_logo {
	padding-bottom: 15px;
	padding-top: 15px;
}

#kontakt_error {
	width: 600px;
	border: 1px solid #cccccc;
	background: #efefef;
	margin-bottom: 20px;	
	color: #aa0000;
	padding-left: 10px;
}

#kontakt_message {
	width: 600px;
	border: 1px solid #cccccc;
	background: #efefef;
	margin-bottom: 20px;	
	color: #00aa00;
	padding-left: 10px;
}

ol.forms {
	float: left;
	list-style: none;
	width: 100%;
}

ol.forms li {
	clear: left;
	float: left;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	width: 444px;
}

ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	line-height: 1.5em;
	padding-right: 20px;
	text-align: right;
}

ol.forms input { 
	float:right;
	border: 1px solid #cccccc;
	width: 225px;
	height: 25px;
	margin-right:100px;
}
ol.forms textarea {
	border: 1px solid #cccccc;
	float:right;
	margin-right:100px;
	width:225px;
}

ol.forms li.buttons {
	padding-left: 116px;
	width: 89%;
}

/* Gästebuch */

#gaestebuch_upload_form {
	width:650px;
	padding-left:5px;
}

.gaestebuch_upload_form_entry {
		clear: both;
		padding-top:10px;
}

#gaestebuch_upload_form input{
	width:260px;
		float: right;	
		clear: both;
}

#gaestebuch_upload_form img{
	float:right;
padding-bottom:10px;
padding-right:102px;	
}

#gaestebuch_upload_form textarea{
	width:260px;
		float: right;	
}

.gaestebuch_upload_form_button {
	margin-top: 20px;
	float: right;	
	clear: both;
}

.gaestebuch_message {
	font-weight: bold;
	color:	#007700;
	padding:	3px;
}

.gaestebuch_message_false {
	font-weight: bold;
	color:	#aa0000;
	padding:	3px;
}

.guestbook_entry {
	margin-bottom:15px;
	margin-left:  5px;
	margin-top: 5px;
	width: 650px;
}

.guestbook_entry_header {
	font-size:			10px;
	margin-bottom:		10px;	
	padding:			3px;
	border:				1px solid #eeeeee;
}

.guestbook_entry_text {
	padding-left:			3px;
}

#guestbook_pager {
	width:   720px;
	margin-bottom:20px;
	padding-left:5px;
}

#recaptcha_widget_div {
	float: right;
}

.gaestebuch_error {
	width: 600px;
	border: 1px solid #cccccc;
	background: #efefef;
	margin-bottom: 2px;	
	color: #aa0000;
	padding-left: 10px;
}

.gaestebuch_message {
	width: 600px;
	border: 1px solid #cccccc;
	background: #efefef;
	margin-bottom: 20px;	
	color: #00aa00;
	padding-left: 10px;
}

