@charset "utf-8";
/* CSS Document */

#mainMenu {
/*	z-index: 1;*/
	float: left;
	width: 230px;
	min-height: 950px;
	background-image: url(../bilder/bg_htmls/hg_navi.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
/*	border: 1px solid red;*/
}

#mainMenuSWF { 
	margin-top: 130px;
	margin-left: 10px;
}

#mainMenuSWF h4
{
	width: 125px;
	text-align: center;
}

object#mainMenuSWF { outline:none; display:inline; }
	
#mainMenuSWF ul
{
	margin: 0; padding: 0;
	padding-right: 90px;
	list-style-type: none;
	text-align: right;
}

#mainMenuSWF li
{
	margin: 0; padding: 0;
	padding-bottom: 6px;
}

#mainMenuSWF ul li a
{
/*	background: transparent url(../bilder/button.gif) left center no-repeat;*/
/*	padding-left: 15px;*/
/*	text-align: left;*/
	text-decoration: none;
	color: black;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#mainMenuSWF ul li a:hover
{
	background-image: url(../bilder/button.gif);
	background-repeat: no-repeat;
	background-position: 250px 0px;
	color: #999;
}

#mainMenuSWF ul li a#current
{
	/*background: transparent url(../images/list-active.gif) left center no-repeat;*/
	color: #666;
}

a:link {
	color: #00C;
	text-decoration: none;
}
a:visited {
	color: #00C;
	text-decoration: none;
}
a:hover {
	color: #F60;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}



