/* CSS-style to build menus for www.golight.eu by ixsess@web.de */
/*
 *Menu Styles
 */

 

/*#################Styles für das rechte menu #########################################################*/
.right {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, Geneva, SunSans-Regular;
	text-align: left;
	padding-top: 10px;
}
.right ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.right ul li, .right ul li a {
	font-size: 12px;
	line-height: 15px;
	color: #5f5f5f;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
.right a {
	display: block;
	line-height: 15px;
	height: 15px;
}
.right a:hover {
	text-decoration: none;
}
.right li {
	display: block;
	line-height: 15px;
	padding: 0;
}
.right li.l1 a, .right li.l1cur a, .right li.l1act a {
	padding-left: 30px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.right li.l1cur a, .right li.l2cur a, .right li.l2act a, .right li.l2 a {
	color: #000;
	background: url(/fileadmin/template/img/menu-border-green.gif) no-repeat left 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.right li.l1 a:hover, .right li.l1act a:hover, .right li.l2 a:hover, .right li.l2cur a:hover, .right li.l2act a:hover {
	color: #000000;
	text-decoration: none;
	background: url(/fileadmin/template/img/menu-border.gif) no-repeat left 5px;
	padding-left: 30px;
}
.right li.l2cur a, .right li.l2act a, .right li.l2 a, .right li.l2 a:hover, .right li.l2cur a:hover, .right li.l2act a:hover {
	font-size: 10px;
	padding-left: 35px;
}
.right li.l2 a {
	background: transparent;
}



/*#################Styles für das rechte menu ende######################################################*/

/*#################Styles für das slideout menu start######################################################*/
.slideoutbox, .slideoutbox_cur {
	float: left;
	width: 120px;
	height: 185px;
	font-size: 10px;
}

.slideoutbox a, .slideoutbox_cur a {
	text-align: center;
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	line-height: 40px;
	height: 40px;
	background: #245E19;
	border-right: 1px solid #245e19;
}
.slideoutbox A:hover {
	background: #4AC134;
	text-decoration: none;
}
.slideoutbox_cur A, .slideoutbox_cur A:hover {
	background: #4AC134;
	text-decoration: none;
}
.spacer {
	width: 120px;
	height: 145px;
	background: black;
	filter:alpha(opacity=40);
	-moz-opacity:.4;
	opacity:.4;	
}
.spacer_cur {
	width: 120px;
	height: 145px;
	background: transparent;
}


/*styles für den slideout #########################################################*/
.mmContent DIV A {
	font-size: 9px; font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular;
	font-weight: bold;
	line-height: 25px;
	padding-left: 5px;
	text-decoration: none;
	display: block;
	color: #fff;
	background: #245E19;
	margin: 0px 0px 0px 0px;
	border-bottom: solid 1px #0F280B;
}

/* folgende anweisung wird nicht vom ie interpretiert */
.mmContent[id] DIV A {
	-moz-opacity:.9;
	filter:alpha(opacity=90);
	/*background: transparent;
	background-image: url(/fileadmin/template/img/menu_bg.png);*/
}

/* für IE >5 */
* html .mmContent DIV A {
	width: 119px;
	w\idth: 119px; /* für IE 6 */
	-\moz-opacity:.9; /* für IE 6 */
	f\ilter:alpha(opacity=90); /* für IE 6 */
}

.mmContent DIV.mmlink A:hover {
	background: #4AC134;
	color: #fff;
	text-decoration: none;
}
.mmContent DIV.mmlink A:active {
	background: #4AC134;
	color: #fff;
	text-decoration: none;
}

.mmContent DIV.mmlink A.submenu {
	background: #245E19 url(/fileadmin/template/img/menu_bg.png) no-repeat right 0px;
	color: #fff;
}
.mmContent DIV.mmlink A.submenu:hover {
	background: #4AC134;
	color: #fff;
}


/*#################Styles für das slideout menu ende######################################################*/

/*#################Styles für das copyright & menu start######################################################*/
.copyright {
	margin: 0px 0px 0px 285px;
	width: 400px;
	color: #BBBBBB;
}
* html .copyright {
	margin: 0px 0px 0px 231px;
}
.copyright, .copyright a {
	font-family: Verdana, Tahoma, Arial, Helvetica, Geneva, SunSans-Regular;
	color: #BBBBBB;
	height: 31px;
	line-height: 31px;
	font-size: 9px;
	text-decoration: none;
}
.copyright span, .copyright ul, .copyright li {
	float: left;
	list-style: none;
	margin: 0;
	padding:0;
}

.copyright a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/*#################Styles für das copyright & menu ende######################################################*/
