/* ===== menue 1 ===== */

#menu1 a, #menu1 a:visited , #menu1 a:active {
	display: block;
	color:#900;
	text-decoration:none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 17px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-top:0px;
	margin-left: 0px;
	margin-right: 0px;
	height:40px;
	line-height:40px;
	text-align:center;

background-color:#;
}

#menu1 a:hover {
	color:#383838;
	background:transparent;
	font-weight: normal;
	text-decoration: none;
}

.trenn {
	width:1px;
background-color:#;	color:#666
}




/* ===== menue 2 oben rechts - navigation first ===== */
#menu2 {
border: dashed 0px #fff;
background-color:#;
text-align: left;
margin-top:0px;
margin-bottom:0px;
margin-right:0px;
margin-left:0px;
padding-bottom:0px;
padding-top:0px;
}

#menu2 ul, #menu2 li {
	list-style-type:square;
	margin-left:16px;
	padding: 0px;
	color:#FF9;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
}

#menu2 li a:link, #menu2 li a:visited, #menu2 li a:active {
	display:block;
	border-bottom: dashed 0px #C2631D;
	width:200px;
	color:7d7d7d;
	text-decoration:none;
	font-style:italic;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	height: 16px;
	line-height: 16px;
	padding-left:6px;
}

#menu2 li a:hover {
	background:TRANSPARENT;
	color:#999;
	text-decoration:none;
	padding-left:6px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

/* ===== menue 2 oben rechts - navigation second ===== */

#menu2b {
border: dashed 0px #fff;
background-color:#;
text-align: left;
margin-top:0px;
margin-bottom:0px;
margin-right:0px;
margin-left:0px;
padding-bottom:0px;
padding-top:0px;
}

#menu2b ul, #menu2b li {
list-style-type:square;
margin-left:16px;
padding: 0px;
color:#000
}

#menu2b li a:link, #menu2b li a:visited, #menu2b li a:active {display:block;
border-bottom: dashed 0px #C2631D;
width:200px;
color:7d7d7d;text-decoration:none;
font-style:italic;
font-size: 14px;
font-family: arial, helvetica, tahoma ,verdana,  sans-serif;
height: 16px;
line-height: 16px;
padding-left:6px;
}

#menu2b li a:hover { background:TRANSPARENT;
color:#fff;
text-decoration:underline;
padding-left:6px;
}




/* ===== allgemeine links im text ===== */

a:link, a:visited, a:active{
	font-size: 12px;
	line-height: normal;
	font-family: Verdana, Geneva, sans-serif;
	color:#999;
}

a:hover{
	color:#FF9;
	font-family: Verdana, Geneva, sans-serif;
}

