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

#menu1 a, #menu1 a:visited , #menu1 a:active
{
	display: block;
	color:#b4b4b4;
	text-decoration:none ;font-family: arial, helvetica, tahoma ,verdana,  sans-serif; font-size: 17px;
	padding-left: 0px;padding-right: 0px; padding-bottom: 0px; padding-top:0px;
	margin-left: 0px;margin-right: 0px;
	height:80px;
	line-height:80px;
	text-align:center;
	background-color:#;
	background-image:url(images/schatten_un.jpg);
	background-repeat:repeat-x;
	background-position:  50% 100%;
	border-top:solid 1px #5A5556;
}

#menu1 a:hover
{
	color:#fff; text-decoration:none ;
	background-color:#000;
	background-image:url(images/nav_over.jpg);
	background-repeat:repeat-x;
	background-position:  50%  0%;
}


/* ===== menue 2 rechts ===== */

#menu2 a, #menu2 a:visited , #menu2 a:active 
{
	display: block;
	color:#b4b4b4;
	text-decoration:none ;font-family: arial, helvetica, tahoma ,verdana,  sans-serif; font-size: 17px;
	padding-left: 0px;padding-right: 0px; padding-bottom: 0px; padding-top:0px;
	margin: 0 0 0 0;
	height:40px;
	line-height:40px;
	text-align:center;
	background-color:#454545;
	width:260px;
}

#menu2 a:hover 
{
	color:#fff; text-decoration:none ;
	background:transparent;
	background-image:url(images/schatten_un.jpg);
	background-repeat:repeat-x;
	background-position:  50% 100%;
}


/* ===== trennlinien in den menüs ===== */
.trenn
{
	width:1px;background-color:#000;
}
.trenn2
{
	width:1px;background-color:#5a5556;
}


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

a:link, a:visited, a:active
{
	font-size: 15px;line-height: 20px;
	font-family: arial,tahoma,verdana,helvetica, sans-serif;color:#b4b4b4;
	text-decoration:none;
}

a:hover
{
	text-decoration:none;
	color:#fff;text-decoration:none;
}