/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* reset */

html { height: 100.1% } 
body {
	 font-family: Verdana, Helvetica, sans-serif;
	 background-color: #f6f6f6;
	 font-size: 0.9em;
	 color:#fff;  
	 padding:0px;
	 margin:0px;
	 top:0px;
	 text-align: center;
	 background:#262626 url(../images/bg.jpg) center repeat-y;
}

#bg1 {
	 background:#262626 url(../images/weiss.jpg) center top no-repeat;
height:100%;
}
   
   /* Standardrahmen zurücksetzen */
   fieldset, img { border:0; }
   
   /* Anpassung für Safari Browser. font-size:100% ist für den Safari in Formularen zu groß */
   select, input, textarea { font-size: 99% }

   h1 { font-weight:bold; font-size:1.6em; }
   h2 { font-weight:bold; font-size:1.2em; }
   strong { font-weight:bold; }
   
#box { 	
	 text-align: left;
	 vertical-align: middle;	
	 margin: 0px auto;
	 padding: 0px;
	 width: 750px;
	 border: 0px;
}

/* HEADER */
#header {
	background: url(../images/header_bg.jpg) repeat-x;
	height:171px;
	width:750px;
	margin-top:0px;
	padding:0;
	float:left;
}

img { border:0px; }

div#impressum
{
	position:absolute;
	top:50px;
	padding-left:27px;
}
div#impressum a
{
	text-decoration:none;
}
div#impressum a:hover
{
	text-decoration:underline;
	border-bottom:1px dotted #fff;
	color:#fff;
}

div#impressum a.active
{
	text-decoration:underline;
	border-bottom:1px dotted #fff;
	color:#fff;
}

span.info
{
	color:#93ffff;
}

/* ########## LINKS ########### */

a {
   color: #fff;
   text-decoration: underline;
}

a:hover {
   color: #000;
   text-decoration: none;
}

a.help {
   cursor: help;
   font-weight: bold;
   color: #090;
} 

/* Navigation*/
#navi {
	background: url('../images/menu_bg_i.jpg') repeat-x;
	width:100%;
	height:40px;
	float:left;
}

.menu { float:left; }

a.menu {
   color: #fff;
   background: url('../images/menu_bg_i.jpg') repeat-x;
   line-height:20px;
   float:left;
   width:20%;
   padding-top:12px;
   text-align:center;
   font-size:0.8em;
	font-weight:bold;
}
a.menu:hover, a.active {
   color: #fff;
   background: url('../images/menu_bg_a.jpg') repeat-x;
   float:left; 
   /* xcs */
}


/* INHALTSBOX MIT HINTERGRUND */

ul li  {
	padding-left:10px;
	height:30px;
}

ul li span {
	width:50px;
	float:right;
	font-size:0.75em;
	padding-right:90px;
}
h1 { padding-bottom:25px; }

#content {
	background: url(../images/content.jpg) center no-repeat;
	min-height:481px;
}

#left {
	float:left;
	width:407px;
	padding:25px;
	padding-top:90px;
	line-height:20px;
	 line-height: 1.5em;
}

#left a {
   color: #fff;
   text-decoration: underline;
padding:2px;
}

#left a:hover {
   color: #000;
	background:#fff;
   text-decoration: none;
border-bottom:1px dotted #000;
font-weight:bold;
}

#right {
	float:left;
	width:293px;
	padding-top:100px;
}

#cerakote {
	color: #fff;
	padding:0;
	margin-top:0px;
	line-height:20px;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}
#vdb {
	background: #fff;
	padding:0;
	margin-top:0px;
	line-height:20px;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}


#anschrift {
	color: #700303;
	padding-left:22px;
	margin-top:18px;
	line-height:20px;

}

#zeiten {
	color: #fff;
	background: #588b25;
	padding:15px;
	margin-top:10px;
	line-height:20px;
}

/* PFAD */
#path {
	margin-left:17px;
}



