/* layout screen **************************************************************** */

/*äußerer container begin*/
#widthSite {
	/*border: 1px solid red;*/
	background-image: url(../bilder/bg_site_center.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #e1e8c6;
	margin: 0px auto;
	padding: 0; 
	min-height: 100%;
	width: 892px;
}
#containerSite {
	/*border: 1px solid green;*/
	margin: 0;
	padding: 0;
	text-align: left;
	min-height: 100%;
	width: 100%;
}
/*äußerer container end*/

/* **************************************************************************************************** */

/*innerer container zeile01 begin*/
#containerZeile01 {
	/*border: 1px solid green;*/
	background-image: url(../bilder/bg_head_center.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 220px;
	margin-top: 0;
}
#containerZeile01Links {
	/*border: 1px solid green;*/
	float: left;
	padding: 0;
	width: 640px;
}
#containerZeile01Rechts {
	/*border: 1px solid green;*/
	float: right;
	padding: 0;
	margin: 0 32px 0 0;
	width: 200px;
}
/*innerer container zeile01 end*/

/*innerer container zeile02 begin*/
#containerZeile02 {
	/*border: 1px solid blue;*/
	background-color: #fff;
	margin-top: 0;
}
#containerZeile02Links {
	/*border: 1px solid green;*/
	float: left;
	padding: 0;
	width: 190px;
}
#containerZeile02Mitte {
	/*border: 1px solid green;*/
	float: left;
	padding: 0;
	width: 450px;
}
#containerZeile02Rechts {
	/*border: 1px solid green;*/
	float: right;
	padding: 0;
	margin: 0 32px 0 0;
	width: 200px;
}
/*innerer container zeile02 end*/

/*innerer container zeile03 begin*/
#containerZeile03 {
	/*border: 1px solid black;*/
	background-color: #fff;
	margin-top: 19px;
}
#containerZeile03Links {
	/*border: 1px solid green;*/
	float: left;
	padding: 0;
	width: 190px;
}
#containerZeile03Mitte {
	/*border: 1px solid green;*/
	float: left;
	padding: 0;
	width: 450px;
}
#containerZeile03Rechts {
	/*border: 1px solid green;*/
	float: right;
	padding: 0;
	margin: 0 32px 0 0;
	width: 200px;
}
/*innerer container zeile03 end*/

#logoKopf {
	/*border: 1px solid red;*/
	float: right;
	height: 150px;
	overflow: hidden;
	padding: 0;
	margin: 32px 0 0 0;
	width: 150px;
	text-align: right;
}
#imageKopf {
	background-image: url(../bilder/imageKopf.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	color: inherit;
	height: 90px;
	margin: 20px 0 0 0;
}
#druckLogo {
	display: none;
}

/* **************************************************************************************************** */

/* navigationTop begin ************************************************************************ */
#navigationTop {
	margin: 0; 
}
#navigationTop UL#navTopEbene0 {
	font-weight: bold;
	font-size: 0.9em;
	list-style-type: none;
	list-style-image: none;
	margin: 54px 0 0 0; 
	padding: 0 0 0 33px;
	width: 660px;
	height: 24px;
}
#navigationTop UL#navTopEbene0 LI {
	background-color: inherit;
	color: inherit;
	border: 0;
	margin: 0; 
	padding: 0; 
	float: left;
	text-align: center;
}
#navigationTop UL#navTopEbene0 LI A, 
#navigationTop UL#navTopEbene0 LI SPAN.navigationspunkt {
	background-color: inherit;
	color: #7ba81a;
	display: block;
	line-height: 1.5em;
	height: 22px;
	padding: 2px 30px 0 0;
	text-decoration: none; 
}
* HTML #navigationTop UL#navTopEbene0 LI A, 
* HTML #navigationTop UL#navTopEbene0 LI SPAN {
	height: 1.5em;
}
#navigationTop UL#navTopEbene0 LI A:hover, 
#navigationTop UL#navTopEbene0 LI A:focus, 
#navigationTop UL#navTopEbene0 LI A:active {
	background-color: inherit;
	color: #666;
	height: 22px; /* muss für IE6 */
}
#navigationTop UL#navTopEbene0 LI.aktiv A, 
#navigationTop UL#navTopEbene0 LI.aktiv SPAN.navigationspunkt {
	text-decoration: none;
	height: 22px; /* muss für IE6 */
	font-size: 1.2em;
	padding-top: 0;
}
/* navigationTop end ************************************************************************ */

/* navigation Links begin ************************************************************************ */
/* erste ebene */
#navigationLinks {
	font-size: .85em;
	margin: 50px 10px 0 0; 
}
#navigationLinks UL {
	font-weight: bold;
	list-style-type: none;
	list-style-image: none;
	margin: 0; 
	padding: 0 0 0 33px;
}
#navigationLinks UL LI {
	background-color: #fff;
	color: inherit;
	border: 0;
	margin: 0; 
	padding: 0; 
}
#navigationLinks UL LI A, 
#navigationLinks UL LI SPAN.navigationspunkt {
	background-color: inherit;
	color: #7ba81a;
	display: block;
	line-height: 1.5em;
	padding: .2em 0 .2em 0;
	text-decoration: none; 
}
* HTML #navigationLinks UL LI A, 
* HTML #navigationLinks UL LI SPAN {
	height: 1.5em;
}
#navigationLinks UL LI A:hover, 
#navigationLinks UL LI A:focus, 
#navigationLinks UL LI A:active {
	background-color: inherit;
	color: #666;
	text-decoration: none;
}
#navigationLinks UL LI.aktiv A, 
#navigationLinks UL LI.aktiv SPAN.navigationspunkt {
	background-color: inherit;
	color: #7ba81a;
	font-size: 1.2em;
	text-decoration: none;
}
/* navigation Links end */

/* navigation Service begin */
#navigationService {
	font-size: .85em;
	margin: 200px 10px 0 0; 
}
#navigationService UL {
	font-weight: bold;
	list-style-type: none;
	list-style-image: none;
	margin: 0; 
	padding: 0 0 0 33px;
}
#navigationService UL LI {
	background-color: #fff;
	color: inherit;
	border: 0;
	margin: 0; 
	padding: 0; 
}
#navigationService UL LI A {
	background-color: inherit;
	color: #7ba81a;
	display: block;
	line-height: 1.5em;
	height: 1.5em;
	margin: 0; 
	padding: .2em 0 .2em 0;
	text-decoration: none; 
}
#navigationService UL LI A:hover, 
#navigationService UL LI A:focus, 
#navigationService UL LI A:active {
	background-color: inherit;
	color: #666;
}
#navigationService UL LI.aktiv A {
	font-size: 1.2em;
	text-decoration: none;
}
/* navigation Service end */

/* navigation Rechts begin */
#navigationRechts {
	float: right;
	margin: 50px 0 0 0;
	width: 150px;
}
/* navigation Rechts end */

/* navigationInContent begin */
#navigationInContent {
	margin: 0;
	padding: 0;
}
#navigationInContent UL LI {
	padding: 0 0 .4em 0;
}
/*#navigationInContent UL LI:hover {
	background-color: inherit;
	color: #7ba81a;
}*/
#navigationInContent UL LI A {
	background-color: inherit;
	color: #7ba81a;
	text-decoration: none;
}
#navigationInContent UL LI A:hover, #navigationInContent UL LI A:focus, #navigationInContent UL LI A:active {
	text-decoration: underline;
}
/* navigationInContent end */

/* navigation Unten begin */
#navigationUnten {
	/*border: 1px solid red;
	border-top: 1px solid #ddd;*/
	margin: 1em 0 0 0;
	text-align: center;
}
#navigationUnten UL {
	margin: 0;
	padding: 0;
	width: 100%;
}
#navigationUnten UL LI {
	display: inline;
	margin: 0 .1em 0 .1em;
}
#navigationUnten UL LI A {
	background-color: inherit;
	color: #666;
	font-size: .85em;
	text-decoration: underline;
}
#navigationUnten UL LI A:hover, #navigationUnten UL LI A:focus, #navigationUnten UL LI A:active {
	background-color: inherit;
	color: #7ba81a;
}
/* navigation Unten end */
#navigationRaum {

}
/* ReiterNavigation begin */
.navigationReiter {
	margin: 0 0 1em 0;
	padding: 0;
}
.navigationReiter UL {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
.navigationReiter UL LI {
	float: left;
	margin: 0;
	padding: 0;
}
.navigationReiter UL LI A {
	/*border: 1px solid red;*/
	display: block;
	line-height: 1.5em;
	padding: .2em 2em .2em 2em;/**/
	text-decoration: none;
}
* HTML .navigationReiter UL LI A {
	float: left;
	height: 1.5em;
}
.navigationReiter UL LI A:hover, .navigationReiter UL LI A:focus, .navigationReiter UL LI A:active {
	text-decoration: underline;
}
.navigationReiter UL LI.inaktiv {
	background-color: #eaeaea;
	border-bottom: 1px solid #a2a2a2;
	border-top: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	color: inherit;
}
.navigationReiter UL LI.aktiv  {
	background-color: #fff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #a2a2a2;
	border-left: 1px solid #a2a2a2;
	border-right: 1px solid #a2a2a2;
	color: inherit;
}
/* ReiterNavigation end */


#content {
	/*border: 1px solid orange;*/
	font-size: .85em;
	margin: 0;
	padding: 0;
	width: 100%;
}

