/* CSS Document */

body {background: url('../images/konermann/tapete.gif') repeat; }

/* Header
............................................... */
#header {background: url('../images/konermann/header.jpg') repeat-y 50% 0;}

.topleiste {background: url('../images/konermann/line_top.jpg') repeat-y 50% 0;}

/* Main Content
............................................... */
#main-content {background: url('../images/konermann/main_content.jpg') repeat-y 50% 0;}

	#navi .chmenue li a { color:#1B3A54; background:#D6DEE5; }
	#navi .chmenue li a:hover { background:#D6DEE5; color:#1B3A54 }


	#navi .mainMenu li a { 
		background: url('../images/konermann/navi_norm.gif') center center repeat-y;
		color: #222;
	}
	#navi .mainMenu li ul li a { 
		background: url('../images/konermann/navi_sub_norm.gif') center center repeat-y;
		color: #222; 
	}
	#navi .mainMenu li a:hover { background:#DFD2BF url('../images/konermann/navi_over.gif') center center repeat-y; }
	#navi .mainMenu li ul li a:hover { background:#DFD2BF url('../images/konermann/navi_sub_over.gif') center center repeat-y; }


	#navi .mainMenu .active {
		color: #600;
	} 
	#navi .mainMenu li.active { 
		color: #222; 
		background-color: #eee; 
		border-bottom: 1px #eee solid;
	}

	#navi .mainMenu li.active ul li.active { 
		color: #222; 
		background-color: #eee; 

	}

	#navi .mainMenu li.active ul li.active ul li.active { 
		color: #222; 
		background-color: #eee; 
	}
#footer {background: url('../images/konermann/footer.gif') no-repeat;}
	#footcol2 a {  color:#333; background:#EFE8E0; }
	/* Commented Backslash Hack
	   hides rule from IE5-Mac \*/
	#footcol2 a {float:none;}
	/* End IE5-Mac hack */
	#footcol2 a:hover {background:#1B3A54;  color:#EFE8E0 }
	#footcol2 #current {  background:#1B3A54; }
	#footcol2 #current a {  color:#fff; background:#1B3A54}
