/* -----------------------------------------------------------  */
/* -------------------- Rahmen-Layout-Styles -----------------  */
/* -----------------------------------------------------------  */

* {
margin: 0;
pading: 0;
}

body {
	font-size: 12px;
	font-family: Georgia,Helvetica,sans-serif;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center; /* horizontale Zentrierung fuer IE */
	color: #000000;
	background: url(../images/hg_seite.jpg) repeat #5b6a71 bottom;
	height: 100%;
	width: 100%;
}

html {
	height: 100%;
}

div#wrap {
	text-align: left;    /* Seiteninhalt wieder links ausrichten (Benoetigt der IE)*/
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 974px;
	background: url(../images/hg_wrap.gif) no-repeat bottom right;
	position:relative;
	min-height:100%;
	height:auto !important;
	height:100%;
}

div#header {
	height: 220px;
	background: url(../images/header.png) no-repeat;
	/*clear: both;*/
}


div#zusammen-float-left {
	width: 974px;
	/*height: 100px;*/
	float: left;
	padding-bottom:20px;
}

div#bilder {
	width: 260px;
	/*height: 100px;*/
	margin-left: 114px;
	float: left;
	display: inline; /* behebt den doppelten-margin BUG im IE6 */
}

div#content {
	width: 600px;
	float:right;
}

div#inhalt {
	width: 464px;
	margin: 0 114px 0 22px;
}

div#clear {
	clear: both;
	height:10px;
	background-color:#C6F;
}


div#footer {
	position:absolute;
	bottom:0; /* stick to bottom */
	height: 28px;
	width:746px;
	background: url(../images/footer.gif) repeat-x bottom;
	margin-left: 114px;
}

div#footer img {
	border: none;
	margin-left: 600px;
	
}



/* -----------------------------------------------------------  */
/* ------------------ Content Format-Styles ------------------  */
/* -----------------------------------------------------------  */

.button-sk {
	float: right;
	padding: 0;
	margin: 15px 250px 0 0;
	border: none;

}

div#sachsen-navi {
	margin-bottom: 15px;
}

div#sachsen-navi img {
	border: none;
}

div#sachsen-navi a {
	border: none !important;
}

div#inhalt h1 {
	margin-bottom: 10px;
	color: #464153;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
}

div#inhalt h2 {
	margin: 12px 0 6px 0;
	color: #464153;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
}

div#inhalt h3 {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6b503a;
}

div#inhalt p {
	padding: 0 0 13px 0;
	line-height: 19px;
	font-size: 13px;

}

.bild-float-right {
	float: right;
	margin-bottom: 35px;

}

.bild-float-left {
	float: left;
	margin-bottom: 35px;

}

.impressum-headlines {
	font-size: 16px;
	background-color: #6b503a !important;
	padding: 3px 5px 3px 5px !important;
	color:#FFF;
	margin-bottom: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;

}

div#inhalt a:link, div#inhalt a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #6b503a;
	color: #6b503a;
}

div#inhalt a:hover, div#inhalt a:active {
	text-decoration: none;
	border: none;
	color: #6b503a;
}

div#video p {
	padding: 15px 0 13px 0;
	line-height: 19px;
	font-size: 13px;
}

div#video a:link, div#video a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #6b503a;
	color: #6b503a;
}

div#video a:hover, div#video a:active {
	text-decoration: none;
	border: none;
	color: #6b503a;
}



/* -----------------------------------------------------------  */
/* ---------------------- Die Navigation-1 -------------------  */
/* -----------------------------------------------------------  */

ul#navi {
	padding: 0;
	margin: 105px 0 0 125px;
	color: White;
	float: left;
	height: 23px;
	width: 640px;
	display: inline; /* behebt den doppelten-margin BUG im IE6 */
}

ul#navi li {
	display:inline;
}

ul#navi li a {
	padding: .2em 0 .8em 0;
	color: White;
	text-decoration: none;
	float: left;
	/* border-right: 1px solid #fff; */
	margin: 0 1em 0 1em;
}

ul#navi li a:hover {
	border-bottom: 5px solid #464153;
}

.aktive a {
	border-bottom: 5px solid #464153; !important;
}




