/* Standardmäßiges CSS-Stylesheet für ein neues Webanwendungsprojekt */

BODY
{
    BACKGROUND-COLOR: FBCB78;
    scrollbar-DarkShadow-Color:#C2C8DE; 
	scrollbar-Track-Color:#FBD678; /* Hintergrundfarbe */
	scrollbar-Face-Color:#FBCB78; /* Scrollbalkenfarbe */
	scrollbar-Shadow-Color:#F2F1EF; /* Schatten */
	scrollbar-Highlight-Color:#ffffff; /* Schatten links für 3D Effekt*/
	scrollbar-3dLight-Color:#aaaaaa; /* Schatten links für 3D Effekt*/
	scrollbar-Arrow-Color:#00866C; /* Pfeile */
	margin:0px 0px 0px 0px;
	overflow : auto;

}

.adresse 
{
	font-family:Tahoma,arial,san-serif;
	font-size:11px;
    color:7A7979;
    letter-spacing:1px; 
white-space:nowrap;

}

.black, td
{
	font-family:Tahoma,arial,san-serif;
	font-size:14px;
    color:D94A04;
    line-height:18px;
}

.schwarz 
{
	color:Black;
	font-size:11px;
}

.schwarzf
{
	color:Black;
	font-weight:bold;
	font-size:11px;
}

.dgelb 
{
background-color:#FCD593;
color:D94A04;
font-size:12px;
font-family:Tahoma,arial,san-serif;	
}

.uber 
{
	font-family:Tahoma,arial,san-serif;
	font-size:16px;
    color:#D94A04;
    line-height:18px;
    font-weight:bold;
    
}

.pauschalen h1 { font-size:1.2em; font-weight:normal; background:#D94A04; color:#fff; padding:3px 4px; line-height:100%; }
body .pauschalen h1 a:visited, body .pauschalen h1 a:link { color:#fff; }
.pauschalen td { vertical-align:top; }

.mini 
{
	font-family:Tahoma,arial,san-serif;
	font-size:12px;
    color:D94A04;
    line-height:18px;
    
}

.reservierung 
{
	font-family:Tahoma,arial,san-serif;
	font-size:16px;
    color:D94A04;
    background-color:FDE0AE;
    text-align:center;

}

.reservierung_hover
{
	font-family:Tahoma,arial,san-serif;
	font-size:16px;
    color:ffffff;
    background-color:F8B94B;
    text-align:center;
}

.fehler
{
	font-family:Tahoma,arial,san-serif;
	font-size:15px;
	font-weight:bold;
	margin:2 2 2 2;
    color:red;
    background-color:white;
}

textarea_
{
	font-family:Tahoma,arial,san-serif;
	font-size:15px;
    	color:black;
    	background-color:FDE0AE;
}

.form_ 
{
	font-family:Tahoma,arial,san-serif;
	font-size:14px;
    color:black;
    background-color:FDE0AE;
    border:solid 1px F8BA4E;
}

hr 
{
	border:none;
	border-top:1px solid #FDE0AE;
	height:1px;
}

#h { height:246px; background-repeat:no-repeat; background-position:center top; text-align:center;}
#h #mm { margin:0 auto; width:885px; position:relative; white-space:nowrap; }
#h ul { list-style-type:none; width:885px; padding:0; margin:0; position:absolute;  left:0;top:206px; height:40px; background:url(images/bg-m.png); }
#h ul li { display:inline; padding:0; margin:0; list-style-type:none; }
#h ul a { display:inline-block; color:#fff; font-family:Arial,Helvetica, Sans-Serif; font-weight:bold; font-size:13px; padding:12px 11px; border-right:1px solid #ec8c40; }
#h ul a:hover, #h ul a:focus, #h ul .sel:visited, #h ul .sel:link {background-color:#df4513; color:#fcd592; text-decoration:none;}
#h #logo { position:absolute; left:0; top:25px; }

#heaeder 
{
	position:relative;
	width:785px;
	height:125px;
	background-image:url(images/bg_header.jpg);
}

#headerfoto 
{
	position:absolute;
	left:0px;
	top:4px;
}

#headerlogo 
{
	position:absolute;
	left:240px;
	top:10px;
}

#header3maederl 
{
	position:absolute;
	left:670px;
	top:8px;
}

#menuli 
{
	position:absolute;
	left:0px;
	top:98px;
}

#menure 
{
	position:absolute;
	left:807px;
	top:98px;
}

#menu1 
{
	position:absolute;
	height:22px;
	top:98px;
	left:7px;
	margin:0px;
	padding:0px;
	background-color:#fbd678;
	white-space:nowrap;
	width:800px;

}

ul#menu1[id] 
{
	top:98px;
padding-top:4px;
}



#menu1 li 
{
	display:inline;
	padding-left:6px;
}
ul#menu1[id] li {
	padding-left:4px;
}

#menu1 li a:link, #menu1 li a:visited 
{
	text-decoration:none;
	font-size:14px;
	color:#de3704;
	padding:4px 4px 4px 4px;
	height:20px;
	/*background-image:url(images/pfeil_menu.gif);
	background-repeat:no-repeat;
	background-position:1 12;*/
}

#menu1 li a:hover, #menu1 li .sel:link, #menu1 li .sel:visited
{
	color:white;
	background-color:#f18e52;
	font-size:14px;
	padding:4px 4px 4px 4px;
	height:20px;

}

#submenu 
{
	list-style-type:none;
	margin:0px;
	padding:0px;
	margin-left:10px;
}

#submenu li 
{
	
	margin-bottom:4px;
}

#submenu li a:link, #submenu li a:visited 
{
	text-decoration:none;
	font-size:12px;
	padding:0px 2px 2px 22px;
	display:block;
	width:137px;
	background-image:url(images/submenuhg.gif);
	background-repeat:no-repeat;
}

#submenu li a:hover, #submenu li .sel:link, #submenu li .sel:visited
{
		background-image:url(images/submenuhg_over.gif);
	background-repeat:no-repeat;

}

.sitemap li
{
	padding:4px;
}

.sitemap ul 
{
	margin-top:8px;
}

#angres 
{
	border: solid 1px #fde0ae;
	margin-left:4px;
	background-color:#fcd189;
	background-image:url(images/bgangres.jpg);
}

#angres td INPUT, #angres td SELECT 
{
	font-size:10px;
}

A:link	{	
	text-decoration:	none;
	color:	#C34202;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#C34202;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#C34202;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#D94A04;
	}

.err { white-space:nowrap; background: white; padding:4px; border: solid 1px red; display:inline-block; margin-bottom:2px; margin-right:2px;}

