/*******************************************************/
/* CSS DEfinition - Parkhotel Wehrle */
/*******************************************************/

/*******************************************************/
/* General elements*/
body {
	background-color:rgb(50,50,50); 
	text-align:left; 
	padding:0px; 
	margin:0px;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;	
	color:rgb(220,220,220);
}

/*******************************************************/
/* Box definitions */
#top_spacer {height:40px;}
#bottom_spacer {height:40px;}
#width_container {width:100%; height:auto; overflow:auto;}
#container {width:823px; height:auto; margin:0px auto; margin-top:0px; padding:0px;}
#header {width:100%; height:44px; background-image:url(../images/bgr_header.jpg); background-position:right; background-repeat:no-repeat;}
#top_menu {width:823px; height:16px; padding:0px 0px 6px 0px; background-color:#5A5A5A;}
#sub_menu {width:783px; height:16px; padding:3px 0px 3px 40px; background-color:rgb(195,195,195);}
#right {width:154px; height:44px; float:right;}
#backlink {width:154px; height:16px; float:right; padding:3px 0px 3px 0px; background-color:rgb(208,206,207); text-align:center; font-family:Verdana, Arial, sans-serif;12px; color:rgb(50,50,50);}
#top_pic {width:823px; height:175px; overflow:hidden;}
#spacer {width:823px; height:47px; overflow:hidden; background-color:rgb(90,90,90); text-align:right;}
#mainbody {width:823px; height:auto; overflow:hidden; background-color:rgb(178,176,177); background-image:url(../images/logo_vertical.jpg); background-position:top right; background-repeat:no-repeat;}
#mainpic {width:669px; height:auto; background-color:rgb(90,90,90); padding:0px 0px 0px 0px; border-bottom:15px solid; border-bottom-color:rgb(90,90,90);}
#pano {width:669px; height:auto; background-color:rgb(90,90,90); padding:55px 0px 100px 0px; text-align:center;}
#heading1 {width:649px; height:36px; background-color:rgb(90,90,90); padding:0px 0px 0px 20px; vertical-align:middle; font-size:22px;}
#maintext1 {width:469px; height:auto; background-color:rgb(90,90,90); padding:0px 10px 10px 190px;}
#subbody1 {width:450px; height:auto; background-color:rgb(90,90,90); text-align:right; padding:20px 110px 0px 109px;}
#subbody2 {width:436px; height:auto; background-color:rgb(185,185,185); padding:10px 7px 10px 7px; color:rgb(95,95,95); text-align:left;}
#mainbody_spacer {width:669px; height:15px; background-color:rgb(90,90,90);}
#lauf {width:443px; height:47px; overflow:hidden; background-color:rgb(90,90,90); float:left;}
#lauftext {width:420px; height:30px; overflow:hidden; background-color:rgb(90,90,90); padding: 10px }
#spacerX {float:right} 
/************************************************/
/* Top Menu definition */
#mainmenu_top {text-align:left; font-family:Verdana, Arial, sans-serif; font-size:12px; color:rgb(50,50,50);}
#mainmenu_top a{color:rgb(50,50,50); text-decoration:none;}
#mainmenu_top a:hover{text-decoration:underline;}

/************************************************/
/* Sub Menu definition */
#submenu {text-align:left; font-family:Verdana, Arial, sans-serif; font-size:12px; color:rgb(50,50,50);}
#submenu a{color:rgb(50,50,50); text-decoration:none;}
#submenu a:hover{text-decoration:underline;}

/************************************************/
/* Backlink definition */
#backlink a{color:rgb(50,50,50); text-decoration:none;}
#backlink a:hover{text-decoration:underline;}


/* ================================================================
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/final_drop2.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.

Neu überarbeitet von DetC Joachim Schulte
=================================================================== */
/* style the outer div to give it width */
.menu {
width:823px;
font-size:0.85em;
padding-bottom:0px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:137px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:137px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none;
color:#fff;
width:126px;
height:22px;
border:1px solid #5A5A5A;
border-width:1px 1px 0 0;
background:#5A5A5A;
padding-left:10px;
line-height:21px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:137px;
w\idth:126px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#9B9B9B;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#9B9B9B;
}
.menu ul ul :hover > a.drop {
background:#C3C3C3;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#B2B2B2;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#AEAEAE;
}
.menu ul ul ul :hover > a {
background:#C3C3C3;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:23px;
left:0;
width:137px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:22px;
t\op:23px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:137px;
top:0;
width:137px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-137px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#C0C0C0;
color:#000;
height:auto;
line-height:1em;
padding:5px 10px;
width:116px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:137px;
w\idth:116px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff;
background:#5B5B4B;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#5B5B5B;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {
visibility:visible;
}

