html, body {
	margin: 0;
	padding: 0;
	background: url(back.gif) repeat-y left top;
} 
body {
	overflow:-moz-scrollbars-vertical !important;
} 
body.white {
	background: url(back2.jpg) repeat-y left top;
}
/* links */
a {color: #052; text-decoration: underline;}
a:visited {color: #052; text-decoration: underline;}
a:hover {color: #052; text-decoration: underline;}
a:active {color: #052; text-decoration: underline;}

#pagewidth { 
	width:760px; 
	margin: 0;
	padding: 0;
	text-align: left;   
	font: 12px/20px arial,helvetica,sans-serif;
	color: #052;
	} 
.klein { 
	font: 10px/14px arial,helvetica,sans-serif;
	color: #052;
	}
#header { 
	height: 150px; 
	margin: 0 0 0 30px;
	width: 100%;
	background-color: transparent; 
	} 
img {
	border: none;
	} 
#leftcol {
	float: left;
	width: 230px;  
	margin-top: 22px; 
	background-color: transparent;
	}	
#maincol{ 
	float: left; 
	width: 440px; 
	margin-top: -27px !important;
	margin-top: -16px;
	margin-left: 30px;
	background-color: transparent;
	}
	


ul#navlist {
	width: 170px;
	padding: 0;
	margin: 0 0 0 30px;
	font: bold 12px arial,helvetica,sans-serif;
	background-color: transparent;
}

ul#navlist li {
	list-style: none;
	margin: 0;
	border: 0;
}

ul#navlist li a {
	display: block;
	width: 170px;
	padding: 7px 0 3px 0px;
	background: transparent;
	text-decoration: none;
	text-align: left;
	color: #052;
}
ul#navlist li ul li a {
	display: block;
	width: 160px;
	margin: 0 0 0 -30px;
	padding: 7px 0 3px 0px;
	border-bottom: 1px solid #052;
	background: transparent left;
	text-decoration: none;
	text-align: left;
	color: #052;
}
ul#navlist li a:link {color: #052;}
ul#navlist li a:visited {color: #052;}
ul#navlist li a:active {background: #ebf8e5;}
ul#navlist li a:hover {background: #ebf8e5;}

ul#navlist li a.aktiv {background: #ebf8e5;}
ul#navlist li ul li a.aktiv {background: #ebf8e5;}

h1 {
	font:bold 16px arial,helvetica,sans-serif;
}
h2 {
	font:bold 13px/20px arial,helvetica,sans-serif;
	margin: 0 0 5px 0;
}
h3 {
	font:bold 12px/20px arial,helvetica,sans-serif;
	margin: 22px 0 0 0;
	padding:20px 0 0 20px;
	background: url(bullet2.gif) no-repeat 0px 23px;
	border-top: 1px dashed #ff9879;
}

.fliesstext{
	font:12px/15px arial,helvetica,sans-serif;
	font-weight: normal;
}

.sticky {background-color: #fff;}

#anfahrt {
float:right;
margin-top: 59px !important;
margin-top: 48px;
} 

fieldset { 
  border-top: 1px solid #bdeba0;
  border-left: 1px solid #bdeba0;
  border-bottom: 1px solid #bdeba0;
  border-right: 1px solid #bdeba0;
  padding: 1em 1em 1em 1em;
} 

fieldset:hover {
  border: 1px solid #bdeba0;
} 

input {
  color: #052;
}
input[type=submit],input[type=button] {
	background: url(fade-butt.gif);
	color: #052;
	font-size: 11px;
	padding: 1px;	
}

input[type=submit]:active,input[type=button]:active {
	background: url(fade-butt.gif);
	border: 3px double #bdeba0;
}

input[type=submit]:hover,input[type=button]:hover { 
  color: #bdeba0; 
}

input[type=text]:hover {
  background: #bdeba0;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/*printer styles*/ 
@media print{ 
/*hide the left column when printing*/
#leftcol{display:none;} 
}
