body {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/background.png);
}

#printheader { display: none; }

#navigationBox {
	float: left;
	width: 200px;
	min-height: 550px;
	background-color: #91785b;
	padding-left: 30px;
}
#adress { color: #fff; margin-top: 30px;}
#adress a { color: #fff; text-decoration: underline; }

#contentBox {
	float: left;
	width: 512px;
	min-height: 550px;
	margin: 0px;
	padding: 0px;
}

#content {
	margin: 125px 72px 20px 20px;
}
#content h1 { margin-top: 0px; }

#rightBox {
	float: left;
	width: 252px;
	min-height: 550px;
}

#footer {
	color: #666;
	padding-left: 250px;
	padding-top: 20px;
}

#footer a { color: #666; text-decoration: none; }

#tools {
	width:200px;
	height:100px;
	margin: 25px 0px 0px 0px;
	}
#tools a {
	float: left;
	display: block;
	margin: 0px 0px 0px 0px;
	height: 13px;
	text-indent:-999px;
	overflow:hidden;
}
	#tools a.fnc-print 		{ background: url(../img/funktionen.png) no-repeat   0px 0px; width:21px; }
	#tools a.fnc-print:hover 	{ background: url(../img/funktionen.png) no-repeat   0px -13px; }
	#tools a.fnc-mail 		{ background: url(../img/funktionen.png) no-repeat -21px 0px; width:25px; }
	#tools a.fnc-mail:hover 	{ background: url(../img/funktionen.png) no-repeat -21px -13px; }
	#tools a.fnc-impressum 		{ background: url(../img/funktionen.png) no-repeat -46px 0px; width:18px; }
	#tools a.fnc-impressum:hover 	{ background: url(../img/funktionen.png) no-repeat -46px -13px; }
	#tools a.fnc-sitemap 		{ background: url(../img/funktionen.png) no-repeat -66px 0px; width:16px; }
	#tools a.fnc-sitemap:hover 	{ background: url(../img/funktionen.png) no-repeat -66px -13px; }


#navigation {width: 200px;min-height:300px;}

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

/* Erste Stufe */ 
#navigation ul li a, #navigation ul li a:visited {
	display: block;
	font-weight: bold;
	text-decoration: none;
	width: 193px;
	height: 17px;
	padding: 4px 0px 0px 7px;
	margin-bottom: 11px;
	color: #fff;
	background-color: #b7a794;
}
#navigation ul li a:hover, #navigation ul li.Current a { color: #666; background-color:#fff;}
#navigation ul li.last { border: none; }

/* Zweite Stufe */ 
#navigation li ul {display: none;}
#navigation li.Current ul {display: block;margin-bottom: 1px;}
#navigation li.Current ul li a, #navigation li.Current ul li a:visited {
	font-weight: bold;
	width: 183px;
	padding: 0px 0 5px 17px;
	margin: 0px;
	color: #fff;
	background: none;
}
#navigation ul li.Current li a:hover, #navigation ul li.Current li.Current a { background:url(../img/nav_icon.png) no-repeat 7px 5px;  color: #fff;}
#navigation ul li.Current ul li.last { border-bottom: 0px}

/* Dritte Stufe */ 
#navigation ul li ul li ul li {display: none;}
#navigation ul li.Current li.Current ul li {display: block;margin:0px;}
#navigation li.Current ul li.Current ul li a, #navigation li.Current ul li.Current ul li a:visited {
	font-weight: normal;
	width: 175px;
	margin: 0px;
	padding: 0px 0 3px 25px;
	color: #fff;
	background: none;
}
#navigation ul li.Current ul li.Current ul li a:hover, #navigation ul li.Current ul li.Current ul li.Current a {color: #B7A794; background:none; }
#navigation ul li.Current ul li.Current ul li.last { border-bottom: 0px}

