/* a fix for IE6 only - see Star Hack in Stylin' with CSS to see how the comments and * html hide this hack from other browsers \*/
* html * {
	zoom:100%; 
/* triggers IE6 "haslayout" - google 'IE6 haslayout' for details*/
	}
/* without the above hack, IE6 does not draw the header until the page is resized */
/* the problem is triggered by the universal * selector below that resets the margins, but I need to do that, hence the hack */
* {
	margin:0;
	padding:0;
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#anfahrtsplan {
	width: 600px;
}

.float_left {float:left; margin: 0 .3em .3em 0;}      /* apply this class to any image or element with width - text will wrap it to the right */
.float_right {float:right;  margin: 0 0 .3em .3em;} /* apply this class to any image or element with width  - text will wrap it to the left */

/* DEFAULT TAG STYLES - font sizes, margins, padding, etc. */
/* NOTE: text colors follow below */
body {background-color:#FFF;}
#main_wrapper {background-color:#FFF;}
#header {
	background-color:#FFFFFF;
}
#nav {background-color:#BFBFAC;}
#content {
}
#promo {background-color:transparent;}
#footer {
	background-color:#FFFFFF;
}

h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: Arial, Helvetica, sans-serif;
	} 
/* TEXT COLORS and TEXT SIZES */
h1 {
	color:#CCCCCC;
	}

h2, h3, h4, h5 {
	color:#808073;
	}
h6 {
	color:#000000;
	}
p {
	color:#000;
	}
ul, ol, dl, blockquote, cite {
	color:#333333;
	}
#nav ul, #nav a {
	color:#990000;
	}
a {
	color:#808073;
	}
a:hover, #nav a:hover {
	color:#000;
	}	

/* FONT SIZES */
h1 {
	font-size:2em; /* 24pt */
	}
h2 {font-size:1.375em; /* 22pt */
	line-height:1.25;
	padding:.5em 0 0 0;	
	}
h3 {font-size:1.125em; /* 18pt */
	line-height:1.25;
	}
h4 {font-size:1.125em; /* 18pt */
	}
h5 {font-size:1em; /* 16pt */
	}
h6 {font-size:.875em; /* 14pt */
	}
p  {
	font-size:.8em; /* 12pt */
	line-height:1.25; /* on 15pt */
	margin-bottom:.75em; /* 12pts of space */
 	}
a {
	
	}
a:hover {
	text-decoration:none;
	}
/* basic list styling - more-styled lists in list.css */
ul, dl, ol {
	margin:0 1em .75em 1em; /* lists without specific classes */
	font-size:0.8em;
	line-height:2em;
}
li, dd {
		padding:0em 0; /* lists without specific classes */
		margin-left:1.75em;
		}
#header h1 {
		color:#FFFFFF;
		}
#header h3 {
	color:#FFFFFF;
	text-indent: 415px;
		}
#nav ul, #nav dl, #nav ol {
	margin:.5em 0em .75em 1em;
		}
#nav li {
	list-style-type:none;
	margin-left:0
	}
#nav_inner h3 {
	text-transform: uppercase;
	letter-spacing: 0.1em;
		}
#side_nav h4 {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 0.7em;
	margin-left: 0.2em;
	font-size: 0.7em;
	font-weight: bold;
	}

#seiten-headline h1 {
	color: #990000;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
		}
#seiten-headline table th td {
	border-bottom: 0;
	}
	
.pfad {
	font-size: 0.8em;
	color:#999999;
	text-decoration:none;
	margin-bottom: 1em;
	}
.clearfloats {clear: both;}

div#kontakt {
	width: 300px;
	}
div#kontakt ul {
	font-size: .90em;
	list-style-type:none;
	text-indent: 1em;
	}
div#kontakt li {
	margin: 0;
	margin-left: 1.2em;
	line-height: 1.2em;
	}
div#kontakt a {
	text-decoration:none;
	color: #999;
	}
div#kontakt a:hover {
	text-decoration:underline;
	color: #990000;
	}
div#kontakt table td th {
	border: 0;
	}
#promo ul, #promo dl, #promo ol {
		margin:.5em 1em .75em 1em; /* lists without specific classes */
		}
#promo li {
	list-style-type:none;
	margin-left:0
	}		
#footer p {
	margin:0;
	color: #FFFFFF;
	font-weight: bold;
	}
#footer a {
	color: #FFFFFF;
	font-weight: bold;
	}
#footer a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}
	.content_list ul,ol {
	line-height: 1.5em;
	}

code {font-size:1.25em;}
* html code {font-size:1.1em;} /* default size is smaller in IE */
	
cite {
	font-size:.85em;
	font-style:italic;
	}
blockquote {
	border-top:2px solid;
	border-bottom:2px solid;
	width:50%;
	margin:1em 0 1em 20%;
	padding:.3em 1em;
	}
blockquote p {
	margin-bottom:.1em;
	}
blockquote p:before { /* IDWIMIE 6 and 7 */
	content: open-quote;
	color:#cccc8f;
}
blockquote p:after {  /* IDWIMIE 6 and 7 */
	content: close-quote;
	color:#366;
}
blockquote cite {
	font-size:.85em;
	}
abbr, acronym {
	border-bottom:1px dashed #000;
	cursor:default;
	}
address {
	margin:0 1em .75em 1em;
	}
img {
	margin: 0 4px 4px 0;
	border:0;
	float: left;
	}
table caption {
	font-weight:bold;
	font-size:1em;
	margin-top:.6em;
	}
table {
	margin: .3em 1em 1em 1em;
	border-collapse:collapse;
	font-size:1.0em;
	}
table th	{
	padding: .3em .5em .3em .5em;
	border-bottom:2px solid #069;
	}
table td	{
	padding: .3em .5em .3em .5em;
	border-bottom-width: 0.5px;
	border-bottom-style: dotted;
	border-bottom-color: #069;
	}
.link_table {
	border: 0;
	font-size: 0.75em;
	width: auto;
	}
.link_table a:link {
	text-decoration:underline
	}
.link_table a:hover {
	text-decoration:none;
	color: #990000;
	}

/* THE ALSETT CLEARING METHOD */
	.clearfix:after {
 content: “.”;
 display: block; 
 height: 0;
 clear: both;
 visibility: hidden;
}
.clearfix {display: inline-table;}
/* backslash hack hides from IE mac \*/ LEAVE THIS COMMENT RIGHT HERE! 
* html .clearfix {height: 1%;}
.clearfix {display: block;}
#content_inner li {
	line-height: 1.7em;
}

.news p {
	font-size: 0.725em;
	color: #666666;
}
anlagen {
	width: 300px;
	line-height: 0.7em;
}


.news h6 {
	color: #000000;
	font-style: normal;
	font-size: 0.8em;
	text-transform: uppercase;
}
#form1 table {
border:0px
}
#main_wrapper #threecolwrap #twocolwrap #content #rootline li {
	line-height: 1.3em;
}


