body {
  text-align: center;
  background: #E2E9EA;
  font-family:  Verdana, Arial, sans-serif;
  font-size:  12px;
  color:  #333333;
  margin: 0px;
}

H1 {
	font-size:	20px;
	font-weight: normal;
	color: #162461;
	margin-top: 25px;
	margin-bottom: 25px;
}

H2 {
	font-size:	13px;
	font-weight: bold;
	color: #162461;
	margin-top: 25px;
	margin-bottom: 25px;
}

A {
	color: #162461;
	text-decoration: underline;	
}

A:hover {
	color: #162461;
	text-decoration: none;
}

.bodytext {
	text-align: justify;
}

#top {
  width:  100%;
  margin: 0 auto;
  height: 125px;
  text-align: center;
  background: #FFFFFF;
}

#bild {
  width:  100%;
  margin: 0 auto;
  height: 350px;
  text-align: center;
  background: #B2C2C5;
}

#inhalt {
  width:  100%;
  margin: 0 auto;
  text-align: center;
  background: #E2E9EA;
}

#fuss {
  width:  100%;
  margin: 0 auto;
  height: 20px;
  text-align: center;
  clear: both;
  margin-top: 5px;
}

.bereich {
	display:inline-block;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: #ffffff;
}

.bereich_top {
	display:inline-block;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: url("img/bg_top.jpg") no-repeat;
}

.bereich_fuss {
	display:inline-block;
	width: 900px;
	margin: 0 auto;
	text-align: right;
	font-size: 10px;
	color: #666666;
}

.bereich_fuss A {
	color: #666666;
	text-decoration: underline;
}

.bereich_fuss A:hover {
	color: #666666;
	text-decoration: none;
}

.bereich_bild {
	display:inline-block;
	width: 900px;
	margin: 0 auto;
	height: 350px;
	text-align: left;
}

#subnav {
	width: 250px;
	float: left;
	background: #FFFFFF;
}

#content {
	width: 650px;
	float: right;
	background: #FFFFFF;
	padding-bottom: 25px;
}

.abstand {
	margin: 0px;
	margin-left: 40px;
	margin-right: 40px;
}

#logo {
	width: 250px;
	float: left;
}

#nav1 {
	margin-top: 105px;
	width: 650px;
	height: 125px;
	text-align: right;
	float: right;
}

.mnu1 {
	color: #162461;
	text-decoration: none;
}

.mnu1:hover {
	color: #162461;
	text-decoration: underline;
}

.mnu1-act {
	color: #162461;
	text-decoration: underline;
}

.mnu1-act:hover {
	color: #162461;
	text-decoration: none;
}

#nav2 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mnu2 {
	display: block;
	padding: 18px;
	width: 214px;
	height: 13px;
	border-right: 1px solid #95a6b8;
	border-bottom: 1px solid #95a6b8;
	color: #e0e0e0;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

.mnu2:hover {
	text-decoration: none;
	color: #e0e0e0;
	background: #162461;
}

.mnu2-act {
	display: block;
	padding: 18px;
	width: 214px;
	height: 13px;
	border-right: 1px solid #95a6b8;
	border-bottom: 1px solid #95a6b8;
	color: #e0e0e0;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	background: #162461;
}

.mnu2-act:hover {
	text-decoration: none;
	color: #e0e0e0;
	background: #162461;
}

#nav3 {
  margin: 0;
  padding: 0;
  margin-top: 75px;
  margin-bottom: 25px;
  list-style-type: none;
  border-top: 1px solid #95a6b8;
}

.mnu3 {
	display: block;
	width: 225px;
	height: 22px;
	padding-left: 25px;
	padding-top: 4px;
	border-bottom: 1px solid #95a6b8;
	color: #162461;
	text-decoration: none;
}

.mnu3:hover {
	background: #e7e9ef;
	text-decoration: none;
}

.mnu3-act {
	display: block;
	width: 225px;
	height: 22px;
	padding-left: 25px;
	padding-top: 4px;
	border-bottom: 1px solid #95a6b8;
	color: #162461;
	text-decoration: none;
	background: #e7e9ef;
	font-weight: bold;
}

.mnu3-act:hover {
	background: #e7e9ef;
	text-decoration: none;
}


#nav4 {
  margin: 0;
  padding: 0;
  list-style-type: none;
	border-bottom: 1px solid #95a6b8;
}

.mnu4 {
	display: block;
	width: 215px;
	height: 18px;
	padding-left: 35px;
	padding-top: 4px;
	color: #162461;
	text-decoration: none;
        font-size: 10px;
}

.mnu4:hover {
	background: #e7e9ef;
	text-decoration: none;
}

.mnu4-act {
	display: block;
	width: 215px;
	height: 18px;
	padding-left: 35px;
	padding-top: 4px;
	color: #162461;
	text-decoration: none;
	background: #e7e9ef;
	font-weight: bold;
        font-size: 10px;
}

.mnu4-act:hover {
	background: #e7e9ef;
	text-decoration: none;
}


label, input, select { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;
  width: 200px; /* Breite.*/
 
}

form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}

fieldset {
  padding: 10px;
  border: 1px solid #CCCCCC;
}

.contenttable TD {
	border: 1px solid #e0e0e0;
	padding: 5px;
}

.contenttable TH {
	border: 1px solid #e0e0e0;
		padding: 5px;
}

.contenttable {
	border-collapse: collapse;
}

.contenttable TD P {
	text-align: left;
}


.news-list-date, .news-single-timedata {
	font-weight: normal;
	font-size:	11px;
	float: right;
}

.news-list-item H3, .news-single-item H2 {
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	color:  #333333;
}

.news-list-item H3 A {
	color:  #333333;
	text-decoration: none;
}

.news-list-item H3 A:hover {
	color:  #333333;
	text-decoration: none;
}

.news-list-item IMG {
	margin-right: 10px;
	margin-bottom: 10px;
        margin-top: 0px;
	float: left;
}


.news-list-date, .news-single-timedata {
	font-weight: normal;
	font-size:	11px;
	float: right;
}

.news-list-item H3, .news-single-item H2 {
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	color:  #333333;
}

.news-list-item H3 A {
	color:  #333333;
	text-decoration: none;
}

.news-list-item H3 A:hover {
	color:  #333333;
	text-decoration: none;
}

.news-list-item IMG {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	float: left;
}

.news-list-item, .news-single-item {
	border: none;
	width: 580px;
}

.mehr {
	padding-left: 5px;
}
H3 {
  font-size:  11px;
}

.news-list-date, .news-single-timedata {
	display: none;
}

.clearer {
    clear: both; 
    margin-bottom: 15px;
    border-bottom: 1px solid #efefef;
}
