body {
	margin: 0px;
	background: url(../img/background.jpg);
}

#maincontainer {
	width: 995px;
}

#printheader { display: none; }

#header {
	width: 995px;
}


#functionBox {
	width: 995px;
}

#header2 {
	float: left;
	width: 995px;
}
	
#tools {
	width: 96px;
	float: left;
	overflow: hidden;
	height: 30px;
}

#tools a {
	float: left;
	display: block;
	margin: 0px;
	width: 74px;
	text-indent: -999px;
	overflow: hidden;
	height: 30px;
}

#tools a.fnc-print { width: 18px; background: url(../img/02_print_out.jpg) no-repeat 0 0px; }
#tools a.fnc-print:hover { width: 18px; background: url(../img/02_print_over.jpg) no-repeat 0 0px }

#tools a.fnc-mail { width: 21px; background: url(../img/03_mail_out.jpg) no-repeat 0 0px; }
#tools a.fnc-mail:hover { width: 21px; background: url(../img/03_mail_over.jpg) no-repeat 0 0px }

#tools a.fnc-sitemap { width: 21px; background: url(../img/04_sitemap_out.jpg) no-repeat 0 0px; }
#tools a.fnc-sitemap:hover { width: 21px; background: url(../img/04_sitemap_over.jpg) no-repeat 0 0px }

#tools a.fnc-impressum { width: 14px; background: url(../img/05_impressum_out.jpg) no-repeat 0 0px; }
#tools a.fnc-impressum:hover { width: 14px; background: url(../img/05_impressum_over.jpg) no-repeat 0 0px }


#contentBox {
	width: 995px;
	min-height: 435px;
}

#leftbox {
	float: left;
	width: 70px;
	background: #fe0000;
	min-height: 435px;
}

#navigation {
	float: left;
	width: 200px;
	background-color: #e1e1e1;
	min-height: 435px;
}

#navigation ul {
	list-style-type: none;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

#navigation ul li { display: block; width:190px;margin-bottom: 0px; }

#navigation ul li a {
	display: block; 
	width:190px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}

#navigation ul li a:hover { color: #fff; background: #fe0000;}
#navigation ul li.Current a { color: #fff; background: #fe0000; }

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

#navigation ul li ul { display: none; }
#navigation ul li.Current ul { display: block; }

#navigation ul li.Current ul li a {
	font-weight: normal;
	text-transform: none;
	color: #000;
	background: none;
	padding-left: 20px;
	width: 170px;
/* 	height: 12px; */
}
#navigation ul li.Current ul li a:hover {color: #fe0000;}
#navigation ul li.Current ul li.Current a { color: #fe0000; }

#navigation ul li ul li ul { display: none; }
#navigation ul li.Current ul li ul { display: none; }
#navigation ul li.Current ul li.Current ul { display: block; }

#navigation ul li.Current ul li.Current ul li a { margin-left: 20px; color: #000; }
#navigation ul li.Current ul li.Current ul li.Current a { color: #0A849E; }


#content {
	float: left;
	width: 670px;
	margin: 20px 20px 20px 20px;
}

#content h1 { margin-top: 0px; padding-top: 0px; }

#rightbox {
	float: left;
	width: 15px;
}

#footer {
	margin-left: 270px;
	margin-top: 20px;
	font-size: 10px;
	border-top: 1px solid #000;
	padding-left: 180px;
}
#footer a { color: #000; text-decoration: none; }

#onlineschalter {
	margin-top: 20px;
	padding: 5px 0 5px 10px;
	font-weight: bold;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #c3c3c3;
}
#onlineschaltercontent {
	padding: 5px 0 0 10px;
}
#onlineschaltercontent a {
	padding:0;
	margin:0;
	color: #000;
	font-weight: normal;
	background:none;
}


