/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyoutt.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* Haupmenü links */
.menu {
	font-family: arial, sans-serif; 
	width:160px; 
	position:relative; 
}

.menu ul {
	padding:0; 
	margin:0px;
	list-style-type: none; 
}

.menu ul li {
	float:left; 
	margin:0px; 
	position:relative;
}

.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#000;
	width:160px;
	text-align:left;
	font-size:15px;
	border-left:5px;
	padding-left:7px;
	padding-top:4px;
	padding-bottom:0px;
	/*line-height:22px;*/
}

.menu ul li:hover a {
	color:#fff; 
	background:#99ccff; 
	width:160px;
	font-style:oblique;
}

#katmark {color:#fff; background:#99ccff; width:200px;}



/* Untermenü oben */
.untermenu {
	font-family: arial, sans-serif; 
	position:relative; 
	padding-top:5px;
	text-align:center;
}

.untermenu ul {
	display:inline; 
	border-top:0px;
}

.untermenu ul li {
	display:inline; 
	padding-left:3px;
}

.untermenu ul li a {
	display:compact;
	page-break-inside:avoid;
	page-break-after:avoid;
	page-break-before:avoid;
	text-decoration:none;
	color:#000;
	text-align:left;
	font-size:15px;
	background-color:#FF0000;
	color:#000;  
	padding-bottom:0px; 
	padding-right:3px;
	padding-top:2px;
}

.untermenu ul li a:visited {
	background-color:#549FFC;
}

.untermenu ul li a:hover {background:#99ccff; color:#fff;}

#mark {background:#99ccff; color:#fff;}

