/*
---------- Index ------------------------------
1. Info about standards
2. Servicemenue
3. Header with foto and logo
4. Mainmenue
5. Languagemenue
6. Submenue 
	
*/


/**************************************************************/
/*                                                            */
/*  1. Info about standards                                   */
/*                                                            */
/**************************************************************/

/*
---------- Important colors ------------------------------
Normal text = #4a4440
Yellow for text = #eba83a
Colored text = #c0682d
Grey for text = #919191
*/


/**************************************************************/
/*                                                            */
/*  2. Servicemenue                                           */
/*                                                            */
/**************************************************************/

#all{
position: absolute;
top: 0px;
}

body {
marin: 0px;
padding: 0px;
background: none;
background-color: #ffffff;
margin: 0px;
}

#topnavi{
visibility: hidden;
}

#topnavi_content{
visibility: hidden;
}

/**************************************************************/
/*                                                            */
/*  3. Header with foto and logo                              */
/*                                                            */
/**************************************************************/
#foto_logo {
position: absolute;
visibility: hidden;
height: 0px;
width: 0px;
}



/**************************************************************/
/*                                                            */
/*  4. Mainmenue                                              */
/*                                                            */
/**************************************************************/
#navi_bg{
visibility: hidden;
}

#nav{
visibility: hidden;
}



/**************************************************************/
/*                                                            */
/*  5. Languagemenue                                          */
/*                                                            */
/**************************************************************/
#language_outside{
visibility: hidden;
}

#language{
visibility: hidden;
}


/**************************************************************/
/*                                                            */
/*  6. Submenue - Dropdown                                    */
/*                                                            */
/**************************************************************/

#nav li {
float: left;
position: relative;
text-align: left;
cursor: default;
border-style: none;
padding-right: 35px;
width: auto !important;
width: 50px;
}

#nav li ul {
display: none;
position: absolute;

left: 0;

margin-left: -10px;
top: 0px;
width: 155px;
padding: 0px 0px 0px 0;
z-index: 5;
}


/*contentarea /////////////////////////////////////////////////////*/


h1 {
font: 24px Georgia, sans-serif;
padding:0px;
margin: 0px;
color: #c0682d;
}


h5 {
padding:0px;
margin: 0px;
font: 10px/18px Verdana, Arial, Helvetica, sans-serif;
color: #919191;
}


#content_top{
position: relative;
clear: both;
width: 710px;
top:0px;
background-repeat: no-repeat;
z-index: 1;
}

#path{
position: relative;
top: 0px;
left: 30px;
z-index: 2;
}

#path_arrow{
position: relative;
float:left;
height: 0px;
width: 0px;
margin: 3px 2px 0px 5px;
background-image: url(../images/breadcrumb-arrow.gif);
background-repeat: no-repeat;
}

*html #path_arrow{ /* for ie 6 + 7 */
margin: 3px 0px 0px 2px;
}

#headline{
position:relative;
left: 35px;
top: 0px;
z-index: 2;
}

#content_middle{
position: relative;
float:left;
top: 30px;
}

#content{
float:left;
position:relative;
top: 0px;
width: 710px;
z-index: 5;
}


/**************************************************************/
/*                                                            */
/*  6. Footer                                                 */
/*                                                            */
/**************************************************************/
#content_bottom{
width: 710px;
height: 135px;
background-repeat: no-repeat;
float:left;
}

#arrow {
position: relative;
width: 41px;
height: 48px;
left: 20px;
top: -7px;
float: left;
}


span.backbutton_content
{
position: relative;
top: 20px;
display: block;
margin: 0px 0px 0px 35px;
clear: left;
}

span.backbutton_newsletter{
position: relative;
top: 20px;
display: block;
margin: 40px 0px 0px 0px;
clear: left;
}

span.backbutton_reservation{
position: relative;

display: block;
margin: 0px 0px 0px 30px;
float: left;
}


