/* +++++++ Formatierungen DIV-LAYER ++++++++ */

#head {
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url("../img/bg_content.jpg");
	text-align: center;
}

#content {
  width: 100%;
	margin: 0;
	padding: 0;
	background-image: url("../img/bg_content.jpg");
	float: left;
}

#menu {
	margin: 0;
	padding: 0 0 0 6px;
	width: 170px;
	float: left;
/*	white-space: nowrap;*/
}

#mitte {
	margin: 0 200px 0 180px;
	padding: 12px;
	width: 455px;
}

#rechts {
	margin: 0;
	padding: 0;
	width: 206px;
	float: right;
}

#footer {
	margin: 0;
	width: 872px;
	height: 45px;
	padding: 18px 0 0 0;
	background-image: url("../img/bg_footer.jpg");
	background-repeat: no-repeat;
	text-align: center;
	color: #fff;
	font-size: 11px;
	clear: both;
}

/* DIV Klassen */

.columnheadlineleft  {
	font-weight: bold;
	background-image: url("../img/bg_columnheadlineleft.png");
	text-transform: uppercase;
	width: 150px;
	color: #527a00;
	padding: 2px 0 0 20px;
	margin: 0;
}

.columnheadlineright  {
	font-weight: bold;
	background-image: url("../img/bg_columnheadlineright.png");
	text-transform: uppercase;
	width: 170px;
	padding: 2px 0 0 20px;
	color: #527a00;
	margin: 0 0 1px 0;
}

.columntextleft {
	margin: 1px auto;
	padding: 0 0 0 10px;
	width: 138px;
	background-color: #fff;
	border-left: solid 1px #8cbf23;
	border-right: solid 1px #8cbf23;
	border-bottom: none;
	border-bottom: none;
}

.columntextright {
	margin: 0 16px 0 10px;
	padding: 5px 5px 5px 10px;
	background-color: #fff;
	border-left: solid 1px #8cbf23;
	border-right: solid 1px #8cbf23;
	border-bottom: none;
	border-bottom: none;
}


/* ************************** */

ul#menu_l0, ul#menu_l1, ul#menu_l2, ul#menu_l3,
ul#menu_l0 li, ul#menu_l1 li, ul#menu_l2 li, ul#menu_l3 li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
    width: 170px;
}
ul#menu_l0 {
    margin-top: 1px;
}

ul#menu_l0 a, ul#menu_l1 a, ul#menu_l2 a , ul#menu_l3 a {
    text-decoration: none;
    font-weight: normal;
    display: block;
    margin: 0;
    padding: 0;
}

/* ************************** */

ul#menu_l0 a {
    width: 145px;
    height: 20px;
    padding-left: 28px;
    background-repeat: no-repeat;
    background-image: url("/img/bt_bg_haupt_nonakt.png");
    color: #333333;
}

ul#menu_l1 a{
    width: 130px;
    height: 20px;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-image: url("/img/bt_bg_sub01_nonakt.png");
    color: #333333;
}

ul#menu_l1 a.z2{
    width: 130px;
    padding-left: 40px;
    height: 34px;
    background-repeat: no-repeat;
    background-image: url("/img/bt_bg_sub01_2z_nonakt.png");
    color: #333333;
    line-height: 16px;
}

ul#menu_l2 a {
    width: 120px;
    height: 20px;
    padding-left: 50px;
    background-image: url("/img/bt_bg_sub02_nonakt.png");
    color: #333333;
}

ul#menu_l3 a {
    width: 110px;
    height: 20px;
    padding-left: 60px;
    background-image: url("/img/bt_bg_sub03_nonakt.png");
    color: #333333;
}

/* ************************** */

ul#menu_l0 a.akt_passiv {
    background-image: url("/img/bt_bg_haupt_akt_02.png");
    font-weight: bold;
/*    color: #333333;*/
}

ul#menu_l0 a.akt {
    background-image: url("/img/bt_bg_haupt_akt.png");
    font-weight: bold;
/*    color: #333333;*/
}

ul#menu_l1 a.akt {
    background-image: url("/img/bt_bg_sub01_akt.png");
}

ul#menu_l1 a.z2 {
    background-image: url("/img/bt_bg_sub01_2z_akt.png");
    font-weight: bold;
}

ul#menu_l2 a.akt {
    background-image: url("/img/bt_bg_sub02_akt.png");
/*    color: #333333;*/
}

ul#menu_l3 a.akt {
    background-image: url("/img/bt_bg_sub03_akt.png");
/*    color: #333333;*/
}

/* ************************** */

ul#menu_l0 a:hover {
    background-image: url("/img/bt_bg_haupt_akt.png");
    color: #f28f00;
}

ul#menu_l1 a:hover {
    background-image: url("/img/bt_bg_sub01_akt.png");
    color: #f28f00;
}

ul#menu_l1 a.z2:hover {
    background-image: url("/img/bt_bg_sub01_2z_akt.png");
    color: #f28f00;
}

ul#menu_l2 a:hover {
    background-image: url("/img/bt_bg_sub02_akt.png");
    color: #f28f00;
}

ul#menu_l3 a:hover {
    background-image: url("/img/bt_bg_sub03_akt.png");
    color: #f28f00;
}

/* ************************** */