/* CSS Document hotelconti */

body {
	background-color: #b37a04;
	color: #7b5404;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

#wrapper {
	margin: auto;
	width: 808px;
}
#header {
	height: 154px;
	width: 808px;
	background:url(../images/header_0.jpg) no-repeat;
}
#content {
	height: 316px;
	width: 808px;
	padding-left: 8px;
	padding-right: 8px;
	background:url(../images/contentline.jpg) repeat-y;
}
#leftbox {
	width: 396px;
	height: 316px;
	float: left;
}
#rightbox  {
	width: 396px;
	height: 316px;
	float:left;
}
#footer {
	width: 808px;
	height: 170px;
	background: url(../images/index_foot.jpg) no-repeat;
}
#news {
	height:91px;
	width: 268px;
	padding-top: 8px;
	margin-left: 272px;
}

#menu {
	height: 94px;
        width: 170px;
        padding: 22px 0 0 242px;
        float: left;
}
#menu2 {
	height: 94px;
        width: 170px;
	padding: 22px 0 0 0;
        float: left;
}
#menu3 {
	height: 94px;
        width: 150px;
	padding: 22px 0 0 0;
        float: left;
}

#langswitcher {
	width: 194px;
        height: 10px;
	padding-top: 22px;	
	padding-left: 580px;
	font-size: 9px;
}

#roomres {
        margin-top: 80px;
        padding: 2px 5px;
        color: #b37a04;
        font-weight: bold;
        background-color: #e8d7b3;
        border: 1px solid #b37a04;
        float: left;
}

/* ------ font-styles ------- */

h1 {
	color: #b37a04;
	font-size: 11px;
	font-weight:bold;
	text-align: center;
}
h2 {
	color: #b37a04;
	font-size: 11px;
	font-weight:normal;
	text-align: center;
}
a {
        color: #b37a04;
}
#home a {
        color: #8a8c8e;
}
#home a, #roomres a {
        text-decoration: none;
}

.specialtext {
        padding: 2px 5px;
        color: #b37a04;
        background-color: #e8d7b3;
        border: 1px solid #b37a04;
}

/* ------ format-styles ------- */
.unfloater {
        clear: both;
        font-size: 0;
        height: 0;
        width: 0;
}

/* ------ menu-styles ------- */
.menulook {  /* contains the menu */
        height: 120px;
        width: 190px;
	clear: both;
	text-transform: uppercase;
}

/* ------ navigation level 1 ---------*/
.menulook ul {
  margin: 0;
  padding: 0em;
  list-style-type: none;
}

.menulook ul li {
  color: #7b5404;
}

.menulook ul li#li_nav1_open{  /* special layout for open links */
	height: auto !important;
	height: 1.9em;
        color: #b55111;
}

.menulook ul li a{
  display: block;
  background-repeat: no-repeat;
  height: 1.9em;
  line-height: 1.9em;
  color: #7b5404;
  text-decoration: none;
  font-size: 9px;
  font-weight: bold;
}

.menulook ul li a:hover, .menulook ul li a:focus{
  color:  #b55111;
}

.menulook ul a#a_nav1_open, .menulook ul a:hover#a_nav1_open{
  color:  #b55111;
}
.menulook ul a#a_nav2_open, .menulook ul a:hover#a_nav2_open{
  color:  #b55111;
}
