* html * {
	zoom:100%; /* triggers IE6 "haslayout" - google 'IE6 haslayout' for details*/
}



* {
	margin:0;
	padding:0;
	}
	
body {
	background-position: left top;
	background-color: #FFFFFF;
	background-image: url(../images/body_bg_2_50.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #666666;
	}


#wrapper_layout {
	position: relative;
	height: 1000px;
	width: 980px;
	margin-top: 55px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/wrapper_layout_3_980_250.jpg);
	background-repeat: no-repeat;

}

#wrapper_inhalt {
	width: 780px;
	height: 1000px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: 250px;
	width: 780px;
	background-position: left top;
}
#header img {
	position: relative;
	left: -150px;
	top: -90px;
}

#nav {
	float: left;
	width: 12em;
}
#nav ul {
	background-color: #FFFFFF;
	width: 80%;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	height: auto;
	margin-top: 30px;
}
#nav li {
	height: 30px;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #811B19;
	text-align: left;
	font-weight: bold;
	line-height: normal;
	padding-top: 10px;
}
#nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}


#content {
	background-color: #FFFFFF;
	float: left;
	width: auto;
	padding-left: 1.0em;
	
}
#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #811B19;
	margin-bottom: 0.9em;
}
#content h2 {
	font-size: 0.9em;
	font-weight: bold;
	color: #666666;
	margin-bottom: 0.9em;
	display: inline;
}
#content h3 {
	font-size: 0.8em;
	font-weight: bold;
}



#content p {
	width: 540px;
	text-align: justify;
	font-size: 0.8em;
	margin-bottom: 0.9em;
}
#content  address   {
	font-size: 0.8em;
	font-style: italic;
	padding-left: 80px;
}

#content a {
	color: #811B19;
	text-decoration: none;
}


#footer {
	clear: left;
	height: auto;
	width: 100%;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

#footer p {
	background-color: #898F93;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	float: right;
}
#nav .first {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #811B19;
}





	
.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 */
#content .img {
	text-align: left;
	
}
#content a img {
	border: 0px solid #FFFFFF;
}

#content a:hover {
	color: #666666;
}
.termine {
	text-align: left;
}
#content.termine p {
	text-align: left;
	font-size: 0.8em;
}
#content ul {
	text-decoration: none;
	list-style-position: inside;
	list-style-type: circle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	padding-bottom: 0.8em;
}
#content .tipps {
	padding-left: 60px;
}
