body {
	margin: 0px 0px 0px 0px;
	min-width:840px;
	background-color:#cce8f7;
background-image:url('../img/bg3.jpg');
background-repeat:repeat-y;
background-position:top;
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
}

#wrapper_bg {
border-top: 1px solid #06520a;
border-bottom: 0px solid #d5a04b;
margin: 0px 0px 0px 0px;
background-image:url('../img/bg1.jpg');
background-repeat:repeat-x;
background-position:top; 
}

#wrapper {
border-top: 0px solid #d5a04b;
border-bottom: 0px solid #d5a04b;
margin: 0px 0px 0px 0px;
background-image:url('../img/bg2_v2.jpg');
background-repeat:no-repeat;
background-position:top; 

}

.header {
background-image:url('../img/logo.gif');
background-repeat:no-repeat;
background-position:top; 
}

.content {
width:798px;
text-align:left;
background-image:url('../img/bg_content.gif');
background-repeat:no-repeat;
background-position:top; 
}
.leftcol { 
padding: 0px 25px 70px 25px;
width:548px;
line-height:150%;
}
.rightcol { 
padding: 0px 0px 70px 0px;
width:250px;
}

.sidebox {
padding: 0px 12px 10px 12px;
margin: 0px 0px 0px 0px;
background-image:url('../img/bg_side_1.jpg');
background-repeat:repeat-x;
background-position:top; 
background-color:#e9e4d5;
line-height:150%;
}

.sidebox2 {
padding: 10px 0px 10px 0px;
margin: 0px 0px 0px 0px;
background-image:url('../img/bg_side_1.jpg');
background-repeat:repeat-x;
background-position:top; 
background-color:#e9e4d5;
line-height:150%;
}

div.sidebox2 img {
margin-bottom:10px;
}

.sideboxborder {
padding: 6px 6px 0px 6px;
margin: 0px 10px 0px 0px;
background-image:url('../img/bg_side_2.jpg');
background-repeat:repeat-x;
background-position:top;
border-bottom:6px solid  #e0dac5;
background-color:#e0dac5;
}


/*  
---------------------------------------
NAVIGATION
*/

ul#nav
{
padding: 0;
margin: 0px 6px 0px 6px;
list-style-type: none;
color: #e3e3e3;
background-color:#CC9933;
width:786px;
}

ul#nav li 
{ 
display: inline; 
}

ul#nav li a
{
color: #dfdfdf;
padding: 0px 15px 0px 17px;
text-decoration: none;
background-image:url('../img/nv_bg.gif');
background-repeat:repeat-x;
font-weight:bold;
float:left;
background-color:#024f06;
}
ul#nav li.first a
{
background-image:url('../img/nv_bg_first.gif');
padding-left:40px;
}

ul#nav li.last a
{
padding-right:41px;
}

ul#nav.navdeutsch li.first a
{
background-image:url('../img/nv_bg_first.gif');
padding-left:32px;
}

ul#nav.navdeutsch li.last a
{
padding-right:34px;
}





ul#nav li a:hover
{
background-image:url('../img/nv_bg_on.gif');
color: #FFF;
}
ul#nav li.first a:hover
{
background-image:url('../img/nv_bg_first_on.gif');
color: #FFF;
}





/*  
---------------------------------------
LANGUAGE TABS
*/


.langtab {
float:right;
font-size:9px;
font-weight:bold;
line-height:normal;
font-family:verdana, Helvetica, sans-serif;
}
.langtab ul {
    margin:0;
    padding:0;
    list-style:none;
    }



.langtab li {
 float:left;
    margin:0px 0px 0px 0px;
    padding:0 0 0 9px;
}
.langtab li a {
float:left;
display:block;
text-decoration:none;
padding:6px 12px 10px 3px;

}

	
.langtab li.tab1 {
    background:url("../img/langtab_left.gif") no-repeat left bottom;
    }	

.langtab li.tab1 a {
      background:url("../img/langtab_midsep.gif") no-repeat right bottom;
    }	


.langtab li.tab2 {
      background:url("../img/langtab_mid.gif") no-repeat left bottom;
    }	

.langtab li.tab2 a {
    background:url("../img/langtab_right.gif") no-repeat right bottom;
    }	


.langtab li a.on {
color:#fff3df;
}

.langtab li a.off {
color:#c2ac88;
}



/*  
---------------------------------------
QUICK RESERVE FORM AND TABLE
*/

.quick_reserve {
margin-top: 15px;
}

.quick_reserve td {
padding:6px 0px 0px 0px;
}

.quick_reserve .label {
font-weight:bold;
font-size:11px;
text-align:right;
padding-right:5px;
}

.quick_reserve input {
width:60px;
}


.quick_reserve .submit {
padding:15px 0px 0px 0px;
}

/*  
---------------------------------------
FOOTER FORMATTING
*/

.footer {
margin: 0px 0px 0px 0px;
padding: 10px 0px 30px 0px;
background-image:url('../img/bg_footer.jpg');
background-repeat:no-repeat;
background-position:bottom; 
}

.footer ul {
width:790px;
}
.footer ul {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
    list-style:none;
    }
.footer li {
margin: 0px 0px 0px 0px;
padding: 0px 6px 0px 8px;
display:inline;
border-left:1px solid #426416;
    }
.footer li:first-child {
border-left:0px solid #426416;
    }
	
.footer a:link {color: #426416; text-decoration: none;}
.footer a:visited {color: #426416; text-decoration: none;}
.footer a:hover {color: #7f4525;text-decoration: underline;}
.footer a:active {color: green; text-decoration: none;}
	
	
	
.copyright {
margin: 0px 0px 0px 0px;
padding: 10px 0px 80px 0px;
background-color:#cce8f7;
color:#666666;
font-size:11px;
}



/*  
---------------------------------------
LINK FORMATTING
*/


a:link {color: #268bcc; text-decoration: underline;}
a:visited {color: #5c489c; text-decoration: underline;}
a:hover {color: #7f4525;text-decoration: underline;}
a:active {color: green; text-decoration: none;}






/*  
---------------------------------------
TEXT FORMATTING  old blue color: 5F88AE
*/

h1 {
padding:25px 0px 10px 0px;
margin:0px 0px 0px 0px;
color:#7f4525;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:26px;
font-weight:normal;
line-height:100%
}

h2 {
padding:0px 0px 0px 0px;
margin:15px 0px 10px 0px;
color:#426416;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
font-weight:normal;
}

h3 {
font-variant:small-caps;
padding:0px 0px 0px 0px;
margin:5px 0px 15px 0px;
color:#7f4525;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
font-weight:normal;
}

h4 {
padding:0px;
margin:0px;
color:#426416;
font-size:12px;
font-weight:bold;
line-height:100%;
display:inline;
}

.greenbold {
padding:0px;
margin:0px;
color:#426416;
font-size:12px;
font-weight:bold;
}

.note {
font-size:10px;
}



/*  
---------------------------------------
TABLE / DIV FORMATTING
*/
table.rates {
font-size:11px;
margin:0px 0px 10px 0px;
}

.rates_head td {
background-color:#436318;
color:#ffffff;
padding:2px 0px 2px 10px;
border-bottom:2px solid #ffffff;
font-size:11px;
}

.rates_odd td {
background-color:#f3f2ed;
padding:2px 0px 2px 10px;
border-bottom:2px solid #ffffff;
}

.rates_even td {
background-color:#eeeade;
padding:2px 0px 2px 10px;
border-bottom:2px solid #ffffff;
}

.rates_spacer td {
padding:0px;
height:1px;
font-size:1px;
}


.acc_panel {
	position:absolute;
	margin:10px 0px 0px 530px;
	z-index: 100;
}

div.acc_links {
	position:absolute;
	margin:-10px 0px 0px 0px;
	padding:0px 10px 0px 10px;
	line-height:180%;
	font-weight:normal;
	font-size:12px;
}

div.acc_links img {
margin:5px 3px 0px 0px;

}


div.controlbar {
background-color:#ffffff;
padding:0px 0px 0px 0px;
border-bottom:1px solid #cccccc;
border-top:0px solid #cccccc;
text-align:left;
font-weight:bold;
margin-top:0px;
}

div.controlbar select {
font-size:16px;
font-family:georgia, Times New Roman, Times, serif;
color:#426416;

}

.comments {
font-size:12px;
font-style:italic;
font-family:georgia, Times New Roman, Times, serif;
color:#426416;
padding:25px 35px 0px 10px;
clear:both;
}


/*  
---------------------------------------
IMAGE FORMATTING
*/

img {
border:0px;
}

.img_calendar {
margin:0px 3px 0px 3px;
cursor:pointer;
}

.footer_logo {
margin:0px 2px 0px 2px;
}

.thumb a {
margin:25px;
padding:25px;
}










/*  
---------------------------------------
FORM FORMATTING
*/
.required {
color:					#990000;
}

form {
margin:			0px
}


select {
font-family:	tahoma, arial, ms sans serif, verdana, sans-serif;
font-size: 		12px;
}

.inputwidth {
width:			200px;
}




/*  
---------------------------------------
FORM & FORM TABLE
*/


table.resform tr {
border-bottom:1px solid red;
}
table.resform td {
padding:3px 15px 3px 3px;
font-size:12px;
line-height:100%;
}

table.resform td:first-child {
text-align:right;
font-weight:bold;
}

table.resform td input[type=text] {
border:1px solid #837676;
background-color:#f2f0e7;
height:20px;
width:260px;
}

textarea {
border:1px solid #837676;
background-color:#f2f0e7;
width:260px;
font-size:12px;
font-family: tahoma, arial, verdana;
}


table.resform td.table_space {
height:15px;
}

table.resform td div.note {
font-size:9px;
font-weight:normal;
}


#img_calendar {
margin:0px 3px 0px 3px;
cursor:pointer;
}


.small {
font-size:10px;
}












/*  
---------------------------------------
OTHER FORMATTING
*/

