.clearfix {
      clear: both;
}

html, body {
	margin: 0;
	padding:0;
	height: 1px;
}

a {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

body {
	background-color: #0e4479;
	font-family : Verdana;
	font-size: 12px;
	color: #fff;
}

#headerDiv {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	background-color: #0f447a;
	height: 51px;
	background-image: url("../img/toplogo.gif");
	background-position: center 12px;
	background-repeat: no-repeat;
	left:0;
}

#navDiv {
	position: absolute;
 	left: 0;
	top: 0;
 	width: 225px;
 	background-color: #0e4479;
 	background-image: url("../img/fsZeil3xSpal1.gif");
 	background-position: right;
 	background-repeat: repeat-y;
}

/* Distanzhalter nach links für Abstand, der durch right: 17px entstanden ist */
.leftPadding {
	float: left;
  	width: 17px;
  	height: 100%;
}

/* Distanzhalter nach oben, um den Header auszusparen */
.topPadding {
	height: 100px;
	font-size: 14px;
	color: #fff;
	position: relative;
	  /* Abstand vom obersten Rand (top = 0) */
}

/* Distanzhalter nach unten, um den Footer auszusparen */
.bottomPadding {
	height: 20px; /* Abstand vom untersten Rand (bottom = 0) */
}

#contentDiv {
 	margin-left: 245px; /* Abstand von der linken Seite (= Breite Navigation) */
 	margin-top:100px;
 	margin-right:25px;
 	position: static;
 	z-index: -3;
 	background-color: #0e4479;
 	border: 1px solid silver;
}

h1 {
    font-size: 14px;
    color: #fff;
}

.header-left {
	background-image: url("../img/wlinks.jpg");
	height: 51px;
	width: 172px;
	float:left;
}

.header-right {
	background-image: url("../img/wrechts.jpg");
	height: 51px;
	width: 172px;
	float:right;
}

.bar {
	background-image: url("../img/bgzfm.gif");
	height: 34px;
}

.navibar {
	background-image: url("../img/bgzf.gif");
	height: 34px;
	background-repeat: no-repeat;
	background-position: 53px 0;
	color: #fff;
	font-size: 14px;
	padding: 3px 0 0 10px;
}

.navi_head {
	background-image: url("../img/tbutton2.gif");
	background-repeat: no-repeat;
	padding: 4px 30px 8px 40px;
}

.contbar {
	background-image: url("../img/tbutton1.gif");
	height: 23px;
}

.contbar-left {
	background-image: url("../img/tbutton.gif");
	float:left;
	width: 22px;
	height: 23px;
}

.contbar-text {
	float: left;
	font-size: 14px;
	color: #fff;
	padding: 3px 10px 10px 10px;
}

.contbar-right {
	background-image: url("../img/tbutton.gif");
	float:right;
	width: 22px;
	height: 23px;
}

#navDiv > ul > li:hover {
	text-decoration: none;
}

.content {
	padding-left: 10px;
	padding-right: 10px;
}

#navDiv > ul > li > a {
	margin-left: 35px;
	display: block;
}

#navDiv > ul > li a:hover {
	text-decoration: none;
}

#navDiv > ul > li.active a {
      color: #ccc;
}

#navDiv > ul > li {
	line-height: 29px;
	background-image: url("../img/tbutton.gif");
	background-repeat: no-repeat;
	list-style: none;
	background-position: 5px 4px;
}

#navDiv > ul {
	margin: 0px;
	padding: 0px 30px 0px 3px;
}

.submenu_item {
	margin-left: 28px !important;
}

.menu_heading {
	display: inline-block;
	list-style-type: none;
	margin: 10px 0px 10px 34px !important;
	font-size: 11pt;
	font-weight: bold;
	background: none !important;
}

.submenu_item + .menu_heading {
	font-size: 11pt;
	margin: 7px 0px 7px 62px !important;
}

.menu_separator {
	list-style-type: none;
	margin-top: 12px;
	margin-bottom: 12px;
}
