body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#printheader {display: none;}

#maincontainer {
	width: 945px;
	margin: 0px auto;
	text-align: left;
	background: url(../img/content_bg.jpg) repeat-y 0 0;
}

#header {
	width: 945px;
	height: 150px;
	background: url(../img/header.jpg) no-repeat 0 0;
}


#tools {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0 0px;
	width: 117px;
	height: 16px;
	overflow:hidden;
}

	#tools a {
		float: left;
		display: block;
		margin: 0px 0px 0px 0px;
		height: 16px;
		text-indent:-999px;
		overflow:hidden;
	}
	
		#tools a.fnc-print {
			background: url(/img/funktionen.png) no-repeat 0 0px;
			width:33px;
		}
		#tools a.fnc-print:hover {
			background: url(/img/funktionen.png) no-repeat 0px -16px;
		}
		
		#tools a.fnc-mail {
			background: url(/img/funktionen.png) no-repeat -33px 0px;
			width:32px;
		}
		#tools a.fnc-mail:hover {
			background: url(/img/funktionen.png) no-repeat -33px -16px;
		}
		
		#tools a.fnc-impressum {
			background: url(/img/funktionen.png) no-repeat -65px 0px;
			width:25px;		
		}
		#tools a.fnc-impressum:hover {
			background: url(/img/funktionen.png) no-repeat -65px -16px;		
		}
		
		#tools a.fnc-sitemap {
			background: url(/img/funktionen.png) no-repeat -90px 0px;		
			width:27px;		
		}
		#tools a.fnc-sitemap:hover {
			background: url(/img/funktionen.png) no-repeat -90px -16px;		
		}
		
	
	
#navigation {
		width: 205px;
		margin: 29px 0 0 0px;
		min-height: 150px;
	}
		#navigation ul {
			margin: 0px;
			padding: 0px;
			list-style-type: none;
		}
		#navigation a {
			text-decoration: none;
			font-family:arial;
			}
			/* 1st level */
			#navigation ul a {
				display: block;
				color: #000;
				font-weight: bold;
				width: 195px;
				padding: 0px 0px 0px 10px;
				line-height:20px;
				border-top:1px solid #957e76;
				background: url(../img/nav_bullet_out.png) no-repeat 0px 5px;
			}
			#navigation ul a:hover {
				color: #efa102;
				border-top-color: #efa102;
				background-image: url(../img/nav_bullet_over.png);
			}
			/* Active */
			#navigation li.current a {
				color: #efa102;
				border-top-color: #efa102;
				background-image: url(../img/nav_bullet_over.png);
			}
				
				
/*
 ----------
*/

/* 2nd level */
				/* hide all */
				#navigation li ul {
					display: none;
				}
				/* show active */
				#navigation li.current ul {
					display: block;
				}
				#navigation li li {
					margin: 0px;
					padding: 0px;
				}
				#navigation li.current li a,
				#navigation li li a{
					display: block;
					width: 195px;
					padding: 0px 0px 0px 10px;
					color: #000;
					line-height:20px;
					border:none;
					text-decoration: none;
					background: none;
				}

				#navigation li li a:hover {
					color: #efa102;
				}
				/* Active */
				#navigation li.current li.current a {
					color: #efa102;
					}
					
					/* 3rd level */

					/* hide all */

					#navigation li li ul,
					#navigation li.current li ul {
						display: none;
					}

					/* show active */
					#navigation li.current li.current ul,
					#navigation li li.current ul {
						display: block;
					}

					#navigation li li {
						margin: 0px;
						padding: 0px;
					}

					#navigation li.current li.current li a {
						display: block;
						width: 185px;
						padding: 0px 0px 0px 20px;
						color: #000;
						line-height:20px;
						border:none;
						font-weight: normal;
						background:url(/img/nav_bullet2_out.png) no-repeat 10px 7px;
					}

					#navigation li li li.first a {border-top:none;}
					#navigation li.current li.current li a:hover {
						color:#efa102;
						background-image: url(/img/nav_bullet2_over.png);
					}

					/* Active */
					#navigation li.current li.current li.current a {
						color: #efa102;
						background-image: url(/img/nav_bullet2_over.png);
					}

	
	
	

#content {
	width: 945px;
	overflow: auto;
}



	#navigationBox {
		float: left;
		width: 204px;
		margin-left: 36px;
	}

	#contentText {
		float: left;
		width: 500px;
		padding: 0px 0 0 50px;
		margin:0px 0 0 0px;
		border-top: 55px solid #fff;
	}
	#contentText h1, #textHome h1 {margin: 0px 0 20px 0;padding: 0;line-height: 26px;}
	
#contentTextHome {float: left;
		width: 655px;
		padding: 0px 0 0 50px;
		margin:35px 0 0 0px;
		/*border-top: 55px solid #fff;*/
		}	
#news {float: left;width: 310px;margin-top: 70px;}
	.aktuelles {clear: both;margin-bottom: 10px;overflow-x: hidden;}
	.aktuelles img {float: left;}
	.aktuelles p {float: left;width: 175px;margin: 0;padding-left: 5px;}

#textHome {float: left;width: 330px;}
	
	
/* Textfelder */
.text {width:250px;}
.shorttext {width:50px;}

#footer {
	width: 945px;
	height: 20px;
	margin: 20px 0 20px 0;
	text-align: right;
}

#footer, #footer a, #footer a:hover {
	color: #999999;
	font-size: 11px;
	font-weight: normal;
}

