/*=========== menü OBEN ===========*/


#menu2 a , #menu2 a:visited , #menu2 a:active {
	display:block;
	color:#3F3F3F;
	font-size: 15px;
	line-height:40px;
	height:40px;
	text-decoration:none;
	padding: 0px 8px 0px 8px;
	text-align:center;
	margin-left:1px;
	border-bottom: solid 6px #BFBFBF;
	letter-spacing: 1px;
}

/* h o v e r */

#menu2 a:hover {
color:#BF0000;
border-bottom: solid 6px #bf0000;
}

/* aktiv angezeigter aktueller  link */

#menu2 #aktuell a {
color:#000;
border-bottom: solid 6px #BF0000;
}



/* =============================================================== */


/* menue links */

#menu01{
background:transparent;
padding-left: 0px;
padding-right: 0px;
float:left;
margin:0px;
}

#menu01 ul, #menu01 li {
	list-style-type: none;
	padding: 0px;
	margin-left: -2px;
}

#menu01 li a:link, #menu01 li a:visited, #menu01 li a:active {
	display:block;
	padding-left:0px;
	width:230px;
	font-size: 12px;
	color:#5f5f5f;
	height: 35px;
	line-height: 35px;
	text-decoration:none;
	text-transform:uppercase;
	background-image:url(../images/line2.png);
	background-repeat:no-repeat;
	background-position:  18px 100%;
}

#menu01 li a:hover {
	color:#3F3F3F;
	text-decoration:none;
	text-align:right;
	background-repeat:no-repeat;
	background-position:  100% 100%;
	background-image: url(../images/line.png);
}

#menu01  a:hover span {
background-image:url(../images/arrow.png);
background-repeat:no-repeat;
background-position:  0% 50%;
}

/* aktiv angezeigter aktueller  link */

#menu01 #aktuell a {
	color:#3F3F3F;
	text-decoration:none;
	text-align:right;
	background-repeat:no-repeat;
	background-position:  100% 100%;
	background-image: url(../images/line.png);
}

#menu01 #aktuell span {
background-image:url(../images/arrow.png);
background-repeat:no-repeat;
background-position:  0% 50%;
}

.akt {
color:#3F3F3F;
text-decoration:none;
text-align:right;
background-image:url(../images/line2.png);
background-repeat:no-repeat;
background-position:  100% 100%;
}
/* =============================================================== */



/* ZWEITES menue links */

#menu02{
background:transparent;
padding:0px;
padding-left: 0px;
padding-right: 0px;
float:left;
margin:0px;
}

#menu02 ul, #menu02 li {
list-style-type: none;
margin-left:-2px;
padding: 0px;
}

#menu02 li a:link, #menu02 li a:visited, #menu02 li a:active {
	display:block;
	padding-left:0px;
	width:230px;
	font-size: 12px;
	line-height:40px;
	color:#5f5f5f;
	height: 35px;
	line-height: 35px;
	text-decoration:none;
	text-transform:uppercase;
	background-image:url(../images/line2.png);
	background-repeat:no-repeat;
	background-position:  18px 100%;
}

#menu02 li a:hover {
	color:#3F3F3F;
	text-decoration:none;
	text-align:right;
	background-image:url(../images/line.png);
	background-repeat:no-repeat;
	background-position:  100% 100%;
}


#menu02  a:hover span {
background-image:url(../images/arrow.png);
background-repeat:no-repeat;
background-position:  0% 50%;
}

/* aktiv angezeigter aktueller  link */

#menu02 #aktuell a {
	color:#3F3F3F;
	text-decoration:none;
	text-align:right;
	background-image:url(../images/line.png);
	background-repeat:no-repeat;
	background-position:  100% 100%;
}

#menu02 #aktuell span {
background-image:url(../images/arrow.png);
background-repeat:no-repeat;
background-position:  0% 50%;
}




/* =============================================================== */

/* menue in den boxen  */

#menubox a , #menubox a:visited , #menubox a:active {
	display:inline;
	color:#F2F2F2;
	background:transparent;
	font-size: 13px;
	line-height: 16px;
	text-align:left;
	font-style:normal;
	text-transform: none;
	text-decoration: none;
}

#menubox a:hover{
	color:#A18686;
	text-decoration:none;
}


/* =============================================================== */


/* allgemeine links im text */

a:link, a:visited, a:active{
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	color:#6f6f6f;
	text-decoration:underline;
}

a:hover{ text-decoration:none;background:transparent;
color:#800000;text-decoration:none;}
