* {
	margin: 0;
	padding: 0;
}

BODY {
	background: url('../images/bg-site.gif') repeat-x #f4e7e3;
}

#all {
	position: relative;
	margin: 0 auto;
	width: 930px;
	background: url('../images/bg-header.gif') no-repeat left top;
}

#logo {
	position: absolute;
	top: 35px;
	left: 15px;
	width: 225px;
	height: 156px;
	background: url('../images/logo.gif') no-repeat left top;
}

#logo A {
        display: block;
        padding: 156px 0 0 0;
        overflow: hidden;
        width: 225px;
        height: 0px !important;
        height /**/: 156px;
}

#nav {
	position: absolute;
	left: 15px;
	top: 233px;
	width: 225px;
	border-top: 1px solid #ECECEC;
}

#nav UL {
	list-style-type: none;
}

#nav UL LI {
	width: 225px;
	border-bottom: 1px solid #ECECEC; 
	display: block;
	height: 35px;
}

#nav A {
	text-decoration: none;
	display: block;
	color: #80807E;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	height: 36px;
	line-height: 35px;
	padding-left: 15px;
}

#nav A:hover {
	color: #40403F;
	padding-left: 30px;
	background-color: #e9f0d8;
}

#nav A.active {
	font-weight: bold;
}

#locales {
	width: 915px;
	text-align: right;
	position: absolute;
	top: 12px;
	left: 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;	
	color: #80807E;
}

#locales A {
	color: #80807E;
	text-decoration: none;
}

#locales A.active, #locales A:hover {
	color: #40403F;
}

#visual {
	position: absolute;
	left: 270px;
	top: 32px;
}

#visualhome {
	position: absolute;
	left: 270px;
	top: 32px;
	height: 201px;
	width: 297px;
	background: #6e8c24;
	padding-left: 348px;
}

#content {
	background: url('../images/bg-header.gif') no-repeat left top #FFF;
	width: 645px;
	padding: 233px 15px 15px 270px;
}  

#path {
	position: absolute;
	left: 270px;
	top: 220px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #BFBFBD;
	/* width: ; */
}

#path A {
	text-decoration: none;
	color: #BFBFBD;
}

#contentwrapper {
	min-height: 400px;
        height: auto !important;
        height: 400px;
	border-top: 1px solid #EFEFEF;
	padding: 10px 0px 10px 5px;
	background: #FAFAFA;
}

#content H1 {
/*	background-color: #Fee891; */
	width: 100%;
	margin-bottom: 20px;
	font-size: 16px;
	color: #80807D;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	background: url('../images/bg-headline.gif') left 3px repeat-x;
}	

#content H1 SPAN {
	background: #FAFAFA;
	padding-right: 4px;
}

#content .paragraph {
	font-family: Arial, Helvetica, sans-serif;
}

#content .intro {
	font-family: Georgia, Times, serif;
	background: #6e8c24;
}

#content .intro p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
	line-height: 150%;
	padding-left: 35px;
	padding-right: 30px;
	margin-bottom: 13px;
}

#content P, .paragraph P, .paragraph UL {
	font-size: 16px;
	color: #5D5C57;
	line-height: 150%;
	padding-left: 35px;
	padding-right: 30px;
	margin-bottom: 25px;
}

#content h2, .intro h2 {
	font-size: 24px;
	font-weight: normal;
	color: #ffffff !important;
	line-height: 130%;
	padding-left: 35px;
	padding-right: 50px;
	margin-bottom: 0px;
}

#content h3, .intro h3 {
	font-size: 48px;
	font-weight: normal;
	color: #ffffff;
	line-height: 130%;
	padding-left: 35px;
	padding-right: 50px;
	margin-bottom: 0px;
}

#content h4, .intro h4 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #c5d1a7;
	line-height: 130%;
	padding-left: 35px;
	padding-right: 30px;
	margin-bottom: 10px;
}

#content h4 A, .intro h4 A{
	text-decoration: none;
	color: #c5d1a7;
}

#content .paragraph A {
	text-decoration: none;
	color: #5D5C57;
}

#content UL, .paragraph UL {
	list-style-type: none;
}

#content LI, .paragraph LI {
	background: url('../images/bullet.gif') left 8px  no-repeat;
	padding-left: 14px;
	font-size: 16px;
	color: #5D5C57;
	line-height: 150%;
}

#anfahrt {
	padding-left: 35px;
	padding-right: 30px;
}

#footer {
	width: 900px;
	color: #8b857e;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 6px 15px 0 15px;
	background: url('../images/bg-footer.gif') no-repeat left top;
	/* for clearimg purposes: */
	overflow: hidden;
}

#footer A {
	color: #8b857e;
	text-decoration: none;
}

#footer .copyright {
	float: left;
}

#footer .impressum {
	float: right;
}


.spacer {
	height: 1px;
	margin-left: 30px;
	margin-bottom: 15px;
	border-bottom: 1px solid #EFEFEF;
}


table {
	padding-left: 35px;
	font-size: 11px;
	line-height: 130%;
	color: #5d5c57;
}

td {
	padding: 5px 5px 10px 0px;
	border-top: 1px solid #efefef;
}

td strong {
	font-size: 16px;
}

H5 {
	margin-bottom: 20px;
	font-size: 16px;
	color: #80807D;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	margin-bottom: 5px;
}	

.euro {
	text-align: right;
	padding: 6px 5px 0px 3px;
	color: #8f8d86;
}

.zeit {
	text-align: right;
	padding: 6px 5px 0px 3px;
	color: #8f8d86;
	width: 100px;
}

.noline {
	padding-top: 10px;
	border-top: 0px solid #efefef !important;
}