/**************************************************************/
/*   NAVI STYLESHEET FOR LWB INTERNET                         */
/*                                                            */
/*   BUILT BY J.MÜLLER, NORVLIT WERBEAGENTUR GmbH DÜSSELDORF  */
/*                                                            */
/*   18.April 2007                                            */
/**************************************************************/

/* homelink */

#home a:link, #home a:visited {
	text-decoration: none;
	color:#FFFFFF;
}

#home a:hover, #home a:active {
	text-decoration: none;
	color:#BBBBBB;
}

#etech_home a:link, #etech_home a:visited {
	text-decoration: none;
	color:#FFFFFF;
}

#etech_home a:hover, #etech_home a:active {
	text-decoration: none;
	color:#BBBBBB;
}

/* menu_1 */

/* level 1 */

.l1 {
	width: 200px;
	min-height: 1px;
	height: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 20px;
}

.l1 a {
	text-decoration: none;
}

.l1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.l1 ul li {
	margin: 3px 0 0 0;
}

.nav_title {
	width: 100%;
	height: 26px;
	margin: 35px 0 5px 0;
	display: block;
	font-weight: bold;
	line-height: 26px;
	text-indent: 15px;
	color: #4B4B4D;
	border-top: 1px solid #1276A9;
	border-bottom: 1px solid #1276A9;
}

.nav_title a:link, .nav_title a:visited {
	color:#4B4B4D;
}

.nav_title a:hover, .nav_title a:active {
	color:#BBBBBB;
}

/* level 2 */

ul.l2 {
	margin: 0 0 0 15px;
}

.l2 li.cur {
	padding: 0 0 0 12px;
	background-image: url(../images/arrow_cur.gif);
	background-position:  0 5px;
	background-repeat: no-repeat;
	list-style-image: none;
}

.l2 li.no {
	padding: 0 0 0 12px;
	background-image: url(../images/arrow_no.gif);
	background-position:  0 5px;
	background-repeat: no-repeat;
	list-style-image: none;
}

a.cur:link, a.cur:visited {
	color: #FF6600;
	text-decoration: none;
}

/* level 3 */

ul.l3 {
	margin: 0px 0 8px 0;
}

/* menu_2 */

#menu_2 ul.l1 {
	width: 158px;
	margin: 18px 0 0 35px;
	padding: 0;
	float: left;
	line-height: 150%;
}

#menu_2 .l1 li {
	margin: 3px 0 0 0;
}

#menu_2 .l1 .no {
	padding: 0 0 0 12px;
	background-image: url(../images/arrow_no.gif);
	background-position: 0 5px;
	background-repeat: no-repeat;
	list-style-image: none;
}

#menu_2 .l1 .cur {
	padding: 0 0 0 12px;
	background: url(../images/arrow_cur.gif) no-repeat 0 5px;
	background-position: 0 5px;
	background-repeat: no-repeat;
	list-style-image: none;
	color: #FF6600;
}

#menu_2 .l1 .act {
	padding: 0 0 0 12px;
	background: url(../images/arrow_cur.gif) no-repeat 0 5px;
	background-position: 0 5px;
	background-repeat: no-repeat;
	list-style-image: none;
	color: #FF6600;
}

#menu_2 .l1 .act a:link, #menu_2 .l1 .act a:visited {
	color: #FF6600;
}

#menu_2 .l1 a {
	text-decoration: none;
}

/***************TODO******************/

/********* LANGUAGE MENU *************/

#lang_menu_wrap {
float:right;
width:200px;
margin-left: 0;
height:25px;
text-align:left;
border-top:solid 1px #1276A9;
}

/* LANGUAGE FLAGS */

.language_flag {
float:left;
margin-top:5px;
margin-left:15px;
display:none;
}