@charset "utf-8";

/*Obertypen festlegen*/

* { 
	font-size:13px;
	font-family:Arial,sans-serif;
	margin:0;
	padding:0;
	list-style:none;
}
body {
	background:#f8f8f8;
}			
h1 {
	float:left;
	margin:2px 0 0 13px;
	font-weight:normal;
}			
h2	{ 
	padding:0 0 0px 14px;			
	border:1px #cccccc solid;
	background:#eeeeee url(../img/title-bar-vertical.png) no-repeat;
	font-size:46px;	
	font-weight:normal;
	color:#33415d; 					  
}			
p {
	margin-bottom:12px;
}

/*Links schön machen*/

a:link,a:visited	{ text-decoration:none; }
a:link	{ color:#002bb8; }
a:visited { color:#5a3696; }
a:hover,a:focus		{ 
	text-decoration:underline; 
}

/*Logo + Navigationsleiste rechts neben dem Logo*/

#header-top {
	background:#33415d;
}
#header-inner-top {
	width:779px;
	margin:0 auto; 
}			
a#logo:link, 
a#logo:visited {
	font-size:30px;
	color:yellow;
}
a#logo:hover, 
a#logo:focus {
	font-size:30px;
	text-decoration:none;								
}
ul#nav-top {
	text-align:right;
	padding:1em 0;
}			
ul#nav-top li {
	display:inline;
	margin:0px 0px 0px -4px; 
	padding:0;
}
ul#nav-top a {
	padding:1em 1em;
}
ul#nav-top a:link,
ul#nav-top a:visited {
	color:#dee0e5;
}			
ul#nav-top a:hover,
ul#nav-top a:focus {
	background:#475470;
	color:yellow;
}

/*Navigationsleiste Wochentage*/

#header-bottom {				
	background:url(../img/nav-bottom.png);
	padding:1px 0;
}
ul#nav-bottom {
	width:777px;
	margin:0 auto; 
	padding:4px 0 6px 0;
	border-left:1px solid #646f84; 
	border-right:1px solid #babec9; 				
}			
* html ul#nav-bottom { padding:4px 0 7px 0; } 				
ul#nav-bottom li {
	display:inline;
	margin:0px -4px 0px 0px;
	padding:0;
}
ul#nav-bottom a {
	font-size:17px;
	font-family:Verdana,sans-serif;
	padding:4px 17px 6px 17px;
	border-left:1px solid #babec9;			
	border-right:1px solid #646f84;
	color:#f9f9f9; 			
}			
* html ul#nav-bottom a { p\adding:4px 17px 7px 17px; }			
a#Sonntag:link,	
a#Sonntag:visited, 
a#Sonntag-active:link, 
a#Sonntag-active:visited { 
	padding-left:18px;
	padding-right:18px;
}							
ul#nav-bottom a:hover,
ul#nav-bottom a:focus {
	background:#dee0e5;
	border-left:1px solid #dee0e5;
	border-bottom:1px solid #dee0e5;				
	color:#33415d;
}
a#bottom-active:link, 
a#bottom-active:visited, 
a#bottom-active:hover, 
a#bottom-active:focus, 
a#Sonntag-active:link, 
a#Sonntag-active:visited, 
a#Sonntag-active:hover, 
a#Sonntag-active:focus {	
	background:#dee0e5;
	border-left:1px solid #dee0e5;
	border-bottom:1px solid #dee0e5;				
	color:#33415d;	
	text-decoration:underline; 
}			

/*Inhaltsteil*/

#content {
	background:#dee0e5;	
}
#content-container {
	width:779px;
	margin:0 auto;
	padding:10px 0; 
}
.content-box {
	margin:0;
	padding:10px 10px 0 10px;
	border-left:1px #cccccc solid;				
	border-right:1px #cccccc solid;				
	border-bottom:1px #cccccc solid;				
	background:#f9f9f9;
}			
			
/*Tabelle*/

.prettytable {
	margin:0;
	background:#f9f9f9;
	border:1px #cccccc solid;
	border-collapse:collapse;
	empty-cells:show;
}	
.prettytable th, .prettytable td {
	border:1px #cccccc solid;
	padding:0.3em;
} 
.prettytable th {				
	background:#eeeeee;
}
.billig { 
	background:#b3ffb2; 
	font-weight:bold;
}
				
/*Footer*/

#footer-Container {
	height:39px;
	background:url(../img/footer.png);
}
#disclaimer {
	width:779px;
	margin:0 auto; 
	padding-top:20px;
	padding-bottom:35px;
	color:#888888;
}
