body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #B9B9BB;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 150%;
}

h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #A30223;
	padding-top: 15px;
}

a, a:hover {
	color: #A30223;
	text-decoration: underline;
}

#Blatt {
	background-image:url(../img/Blatt_HG.gif);
	background-repeat:no-repeat;
	width:995px;
	margin-right:auto;
	margin-left:auto;
}

#MetaNavi {
	width: 678px;
	height: 17px;
	text-align:right;
	color:#FFFFFF;
	margin-left:168px;
	font-size: 12px;
}

#MetaNavi a {
	color: #FFFFFF;
	text-decoration: none;
}

#Kopf {
	width: 873px;
	height: 200px;
	margin-left:60px;
}

#Seite {
	/*background-color: #FFFFFF;*/
	margin: 20px 56px 0 56px;
	padding: 0 6px 4px 4px;
}
#Seitenblock {
	overflow:hidden;
	background-image:url(../img/Seite_HG.gif);
	background-repeat:repeat-y;
}

#HMenu {
	width: 176px;
	float: left;
}

#HMenuIn {
	background-color: #A30223;
	height: 468px;
}

#HMenuIn ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
}
#HMenuIn li {
	border-bottom: 1px solid #FFFFFF;
}

#HMenuIn li ul li {
	border-bottom: none;
}
#HMenuIn li ul {
	margin-left: 10px;
	margin-top: 1px;
}
#HMenuIn ul a {
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	padding: 3px 5px;
}
#HMenuIn ul a:hover, #HMenuIn ul a.sel {
	background-color:#003E75;
}

#MWSpalte {
	width: 176px;
	float: right;
}

#MWSpalteIn {
	background-color: #FFFFFF;
}

#Pfad {
	border-top: 1px solid #A30223; 
	border-bottom: 1px solid #A30223; 
	padding-left: 10px;
	color:#A30223;
	margin-bottom: 20px;
}

#Inhalt {
	margin-left: 190px;
	margin-right: 190px;
}

/*
*  Mehrwert
*/
#MWKasten {
	margin: 1px;
	border: 1px solid #A30223;
	border-collapse: collapse;
	width: 175px;
}

#MWKasten th {
	background-color: #003E75;
	margin: 0;
	padding: 3px;
	text-align: left;
	color:#FFFFFF;
}

#MWKasten td {
	background-color: #FFFFFF;
	margin: 0;
	padding: 1px;
}

#MWAbstand {
	margin: 1px 0px 1px 0px;
	padding: 1px 0px 1px 0px;
}

/*
*  News
*/
#News {
	overflow:hidden;
}

#NewsTitel {
	font-size: 1.3em;
	font-weight: bold;
	color: #A30223;
	padding-top: 15px;
}

#NewsUntertitel {
	font-weight: bold;
	padding-bottom: 15px;
}

#NewsInhalt {
	padding-bottom: 15px;
}

/* Bildkasten ***********************************/

#BildKasten {
	background-color: #EEEEEE;
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: left;
	padding: 2px;
	margin: 10px;
}

#BildKasten img {
	border: 1px solid #A00000;
}

#BildKasten.left {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 0px;
}
#BildKasten.right {
	float: right;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 0px;
}
.left {
	float: left;
}
.right {
	float: right;
}

#Pager {
margin-top: 15px;
margin-bottom: 15px;
}
