
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #660000;
	background-image: url(../gfx/layout/bg_site.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

h1, h2 {
	color: #660000;
	font-size: 1.3em;
	margin-bottom: -0.3em;
}

h2 { padding-top: 1.5em; }

.wrapperHaeder {
	width: 100%;
	height: 12em;
	background-image: url(../gfx/layout/bg_wrapperHaeder_v2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.twoColElsLtHdr #container {
	width: 50em;
	text-align: left;
	margin-top: -3em;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 12em;
}

.subnavigation {
	width: 25em;
	height: 2em;
	padding-left: 30em;
}

.subnavigation li {
	display: inline;
}

.subnavigation #anfahrt {
	margin-left: -0.9em;
}

.subnavigation #kontakt {
	margin-left: 4.3em;
}

.subnavigation #impressum {
	margin-left: 3.8em;
}

.subnavigation ul {
	background-image: url(../gfx/layout/bg_link_subnavigation.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 2em;
	margin-top: -2em;
	padding-top: 0.38em;
}

.subnavigation a {
	color: #660000;
	text-decoration: none;
}

.subnavigation a:hover {
	text-decoration: underline;
}


.twoColElsLtHdr #header {
	overflow: hidden;
	background-image: url(../gfx/layout/bg_haeder.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 720px;
	height: 300px;
	padding: 0.6em;
}

.twoColElsLtHdr #header h1 {
	margin: 0;
	padding: 10px 0;
}

.wrapperContent {
	width: 56.5em;
	height: 100%;
	margin-top: -17px;
	background-image: url(../gfx/layout/bg_content.png);
	background-repeat: repeat-y;
	overflow: hidden;
}

.ContentHintergrund {
	width: auto;
	margin-left: 3px;
	margin-right: 7px;
	background-image: url(../gfx/layout/bg_content_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	overflow: hidden;
}

.twoColElsLtHdr #sidebar1 {
	float: left;
	width: 12em;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
}

.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-right: 10px;
}

#sectionLinks {
	position: relative;
	font-size: 0.9em;
	padding: 0px;
	margin-left: -3.5em;
}

#sectionLinks h3 {
	padding: 10px 0px 2px 39px;
	color: #660000;
}

#sectionLinks li { list-style-type: none; }
#sectionLinks ul { margin-bottom: 1px; }

#sectionLinks a {
	display: block;
	height: 23px;
	padding: 9px 10px 1px 20px;
	margin-top: -3px;
	color: #000000;
	text-decoration: none;	background-image: url(../gfx/layout/sidebar_a.jpg);
	background-repeat: no-repeat;
	
}

#sectionLinks a:hover {
	text-decoration: none;
	background-image: url(../gfx/layout/sidebar_ahover.jpg);
	background-repeat: no-repeat;
}

#sectionLinks a:focus {
	text-decoration: none;
	background-image: url(../gfx/layout/sidebar_ahover.jpg);
	background-repeat: no-repeat;
}


.twoColElsLtHdr #mainContent { 
	margin: 2em 1.5em 2em 13em; 
	padding-bottom: 10em;
}

.twoColElsLtHdr #footer {
	width: 60em;
	margin-top: -1.8em;
	margin-left: 1px;
	margin-bottom: 2em;
	background-image: url(../gfx/layout/bg_footer.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.twoColElsLtHdr #footer p {
	font-size: 0.9em;
	text-align: right;
	margin-top: 0;
	margin-right: 6em;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	color: #FF6;
}

.twoColElsLtHdr #footer a {
	color: #FF6;
	text-decoration: none;
}

.twoColElsLtHdr #footer a:hover {
	text-decoration: underline;
}

.fltrt {
	float: right;
	margin-left: 8px;
	border: 1px solid #660000;
	padding: 0.2em;
}

.fltlft {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	border: 1px solid #660000;
	padding: 0.2em;
}

.fltlft_spk {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	padding: 0.2em;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

