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

#maincontainer {
	width: 995px;
}

#printheader { display: none; }

#header {
	width: 995px;
}


#functionBox {
	width: 995px;
}

#header2 {
	float: left;
	width: 895px;
}
	
#tools {
	width: 100px;
	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: 22px; background: url(../img/02_print_out.jpg) no-repeat 0 0px; }
#tools a.fnc-print:hover { width: 22px; background: url(../img/02_print_over.jpg) no-repeat 0 0px }

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

#tools a.fnc-sitemap { width: 16px; background: url(../img/04_sitemap_out.jpg) no-repeat 0 0px; }
#tools a.fnc-sitemap:hover { width: 16px; 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;
}

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

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

#navigation ul li { margin-bottom: 5px; }

#navigation ul li a {
	color: #98989B;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial;
}

#navigation ul li a:hover { color: #1B4996; }
#navigation ul li.Current a { color: #1B4996; }

#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;
}
#navigation ul li.Current ul li.Current a { color: #1B4996; }

#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: #1B4996; }


#content {
	float: left;
	width: 670px;
	min-height: 435px;
	margin: 15px 20px 20px 20px;
}

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

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

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



