	body{
	background-color: #DAD8BA;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.tablebg_home { background-image: url(../img/bg_home.jpg); }
	
	.header	{
		font-family: verdana, arial, sans-serif;
		font-weight: bold;
		font-size: 13.5px;
		line-height: 16px;
		text-decoration: none;
		color: #333333;
		}		
	
	.headerorange	{
		font-family: verdana, arial, sans-serif;
		font-weight: bold;
		font-size: 13.5px;
		line-height: 16px;
		text-decoration: none;
		color: #BD4E08;
		}
						
	.subheader	{
		font-family: verdana, arial, sans-serif;
		font-weight: bold;
		font-size: 12px;
		line-height: 14px;
		text-decoration: none;
		color: #333333;
		}
		
	.subheaderorange	{
		font-family: verdana, arial, sans-serif;
		font-weight: bold;
		font-size: 12px;
		line-height: 14px;
		text-decoration: none;
		color: #BD4E08;
		}

	.text	{
		font-family: verdana, arial, sans-serif;
		font-weight: 400;
		font-size: 11px;
		line-height: 13px;
		text-decoration: none;
		color: #333333;
		}
		
	.texterror	{
		font-family: verdana, arial, sans-serif;
		font-weight: 400;
		font-size: 11px;
		line-height: 13px;
		text-decoration: none;
		color: #CC0000;
		}

	.textwhite	{
		font-family: verdana, arial, sans-serif;
		font-weight: 400;
		font-size: 11px;
		line-height: 13px;
		text-decoration: none;
		color: #FFFFFF;
		}

	.textorange	{
		font-family: verdana, arial, sans-serif;
		font-weight: 400;
		font-size: 11px;
		line-height: 13px;
		text-decoration: none;
		color: #BD4E08;
		}

	.textresrevation	{
		font-family: verdana, arial, sans-serif;
		font-weight: 400;
		font-size: 11px;
		line-height: 13px;
		text-decoration: none;
		color: #DAD8BA;
		}
		
	.texts	{
		font-family: verdana, arial, sans-serif;
		font-weight: 400;
		font-size: 10px;
		line-height: 12px;
		text-decoration: none;
		color: #666666;
		}
			
	.textsdu	{
		font-family: verdana, arial, sans-serif;
		font-weight: 400;
		font-size: 10px;
		line-height: 12px;
		text-decoration: none;
		color: #333333;
		}
		
	.textsorange	{
		font-family: verdana, arial, sans-serif;
		font-weight: 400;
		font-size: 10px;
		line-height: 12px;
		text-decoration: none;
		color: #BD4E08;
		}
		
	.tempmin	{
		font-family: verdana, arial, sans-serif;
		font-weight: 400;
		font-size: 10px;
		line-height: 12px;
		text-decoration: none;
		color: #0000FF;
	}
		
	.tempmax	{
		font-family: verdana, arial, sans-serif;
		font-weight: 400;
		font-size: 10px;
		line-height: 12px;
		text-decoration: none;
		color: #FF0000;
	}
		
		
	.textbold	{font-weight: bold;}
	.textitalic  {font-style: italic;}
	.textrot	{color: #990000;}


	A:link {color: #666666; text-decoration: underline;}
	A:visited {color: #666666; text-decoration: underline;}
	A:active {color: #BD4E08; text-decoration: underline;}
	A:hover {color: #BD4E08; text-decoration: underline;}
	
	A.navi:link {color: #FFFFFF; text-decoration: none;}
	A.navi:visited {color: #FFFFFF; text-decoration: none;}
	A.navi:active {color: #333333; text-decoration: none;}
	A.navi:hover {color: #333333; text-decoration: none;}
	
	A.navi_act:link {color: #333333; text-decoration: none;}
	A.navi_act:visited {color: #333333; text-decoration: none;}
	A.navi_act:active {color: #333333; text-decoration: none;}
	A.navi_act:hover {color: #333333; text-decoration: none;}
	
	A.search:link {color: #333333; text-decoration: none;}
	A.search:visited {color: #333333; text-decoration: none;}
	A.search:active {color: #BD4E08; text-decoration: none;}
	A.search:hover {color: #BD4E08; text-decoration: none;}
	
	
	.rand {
	background-color: #666666;
	}
	
	.bg_logo {
		background-color: #D25D00;
	}
	
	.bg_trenn_orange {
		background-color: #D78130;
	}
	
	.bg_layer {
		background-color: #BD4E08;
	}
	
	.bg_layer_act {
		background-color: #DBA37F;
	}
	
	.bg_rand_layer {
		background-color: #813D00;
	}
	
	.bg_top{
		background-color: #6E8489;
	}
	
	.bg_navi{
		background-color: #F2F2F2;
	}

	.bg_weiss{
		background-color: #FFFFFF;
	}
	
    .imgborder {
	    border-color:#333333; border-style:solid; border-width:1;
    }
	
	.cell_bg{
		background-color: #F2F2F2;
	}
	.trennlinie{
		background-image:url(../images/styleimg/trennlinie.gif);
		background-repeat:repeat-x;
	}
    
/* =========================== TOOLTIPPS ============================== */
div#container{
margin: 0px;
}

a.info{
position:relative; 
z-index:24;
background-color: #D25D00;
font-family: verdana, arial, sans-serif;
font-size: 11px;
line-height: 15px;
font-weight: normal;
color: #FFFFFF;
text-decoration: none;
}

a.info:hover{
z-index: 25;
background-color: #FFFFFF;
text-decoration: none;
}
a.info span{
display: none;
}
a.info:hover span{ 
display: block;
position:absolute;
top: 2em;
left: -14em;
width: 26em;
border: 1px solid #FFFFFF;
background-color: #D25D00;
font-family: verdana, arial, sans-serif;
font-size: 11px;
line-height: 15px;
font-weight: normal;
color: #FFFFFF;
text-decoration: none;
padding: 5px;
}

/* ************************************************** */

div#container_tischreservation{
margin: 0px;
}

a.info_tischreservation{
position:relative; 
z-index:24;
background-color: #D25D00;
font-family: verdana, arial, sans-serif;
font-size: 10px;
line-height: 12px;
font-weight: normal;
color: #FFFFFF;
text-decoration: none;
}

a.info_tischreservation:hover{
z-index: 25;
background-color: #FFFFFF;
text-decoration: none;
}
a.info_tischreservation span{
display: none;
}
a.info_tischreservation:hover span{ 
display: block;
position:absolute;
top: 0em;
left: 2em;
width: 26em;
border: 1px solid #FFFFFF;
background-color: #D25D00;
font-family: verdana, arial, sans-serif;
font-size: 10px;
line-height: 12px;
font-weight: normal;
color: #FFFFFF;
text-decoration: none;
padding: 5px;
}



/* =========================== SITEMAP =========================== */

#sitemap_box{
   float:left;
	width: 255px;
	margin-bottom: 30px;
}

.sitemap_level1 {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	color: #C34114;
}

.sitemap_level2 {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-decoration: none;
	font-weight: normal;
}

.sitemap_level3 {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 11px;
	text-decoration: none;
	font-weight: normal;
}


A.sitemap:link {color: #333333; text-decoration: none;}
A.sitemap:visited {color: #333333; text-decoration: none;}
A.sitemap:active {color: #333333; text-decoration: none;}
A.sitemap:hover {color: #C34114; text-decoration: none;}

/* ============================ HOME BO======================= */

.bg_box{
	background-color: #FFFFFF;
	opacity: .80;
	filter: alpha(opacity=80);
}

.rahmen_box {
	background-color: #5D5D5B;
}

/* ============================ END NEWS ======================= */

/* ============================ NEWS ======================= */

.bg_archiv_monat{
	background-color: #F2F2F2;
}

.trennlinie_grau {
	background-image: url(../images/trennlinie_grau.gif);
	background-repeat: repeat-x;
}

/* ============================ END NEWS ======================= */

/* =========================== FORM =========================== */

input, textarea {
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
	font-size: 11px;
	line-height: 13px;
	color: #333333;
}

input.radio { border-width: 0px; }

input.button {background-color: #D25D00; color: #F2F2F2;}

/* =========================== END FORM =========================== */

/*============================ PACKAGES BOOKING =================== */

.color_rand	{
	background-color:#666666;	
}

.color_bgtable {
	background-color:#FFFFFF;	
}

.color_bgtop {
	background-color:#D25D00;	
}

/*============================ END PACKAGES BOOKING =================== */

/*============================ SBB ONLINE FAHRPLAN ==================== */
.sbb_bg_header{
	background-color: #CCCCCC;
}

.sbb_bg_rand{
	background-color: #CECECE;
}

.sbb_button {
	font-family: verdana, arial, sans-serif;
	font-weight: 400;
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
	color: #666666;
	background-color: #F0F0F0;
	border-color: #A5A5B2;
	border-width: 1px;
	border-style: solid;
}
/*============================ END SBB ONLINE FAHRPLAN ================ */

/* ******************************* Mittagsmenu ******************************* */

/* MONTAG */
.bg_header_day1{
	background-color:#F59953;
}

.text_header_day1{
	font-family: verdana, arial, sans-serif;
	font-weight: 400;
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
	color: #333333;
}

.bg_day1{
	background-color:#F2F2F2;
}

/* DIENSTAG */
.bg_header_day2{
	background-color:#F59953;
}

.text_header_day2{
	font-family: verdana, arial, sans-serif;
	font-weight: 400;
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
	color: #333333;
}

.bg_day2{
	background-color:#F2F2F2;
}

/* MITTWOCH */
.bg_header_day3{
	background-color:#F59953;
}

.text_header_day3{
	font-family: verdana, arial, sans-serif;
	font-weight: 400;
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
	color: #333333;
}

.bg_day3{
	background-color:#F2F2F2;
}


/* DONNERSTAG */
.bg_header_day4{
	background-color:#F59953;
}

.text_header_day4{
	font-family: verdana, arial, sans-serif;
	font-weight: 400;
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
	color: #333333;
}

.bg_day4{
	background-color:#F2F2F2;
}



/* FREITAG */
.bg_header_day5{
	background-color:#F59953;
}

.text_header_day5{
	font-family: verdana, arial, sans-serif;
	font-weight: 400;
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
	color: #333333;
}

.bg_day5{
	background-color:#F2F2F2;
}

/* ******************************* END Mittagsmenu ******************************* */