/*
 *
 *	NAVIGATION
 *
 */

TABLE#nav_sys {
	width: 100%;
	height: 50px;
}

TABLE#nav_visual_home {
	width: 100%;
	height: 200px;
}

TABLE#nav_visual_content {
	width: 100%;
	height: 100px;
}

TABLE#nav_e1 {
	width: 100%;
	height: 29px;
	/*border: 1px solid #000000;*/
}

DIV#nav_e5 {
	margin: 0px 0px 25px 0px;
	/*border: 1px solid #000000;*/
}


/* 
 *	Systemebene
 */

A.nav_sys {
	font-family: Verdana;
	font-size: 10px;
	color: #878787;
	text-decoration: none;
}

A.nav_sys:visited {
	color: #878787;
}

A.nav_sys:hover {
	color: #ffb300;
}


A.nav_sys_hi {
	font-family: Verdana;
	font-size: 10px;
	color: #ffb300;
	text-decoration: none;
}

A.nav_sys_hi:visited {
	color: #ffb300;
}

A.nav_sys_hi:hover {
	color: #ffb300;
}


/* 
 *	Ebene 1
 */

A.nav_e1 {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

A.nav_e1:visited {
	color: #333333;
}

A.nav_e1:hover {
	color: #ffb300;
}


A.nav_e1_hi {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #ffb300;
	text-decoration: none;
}

A.nav_e1_hi:visited {
	color: #ffb300;
}

A.nav_e1_hi:hover {
	color: #ffb300;
}


/* 
 *	Ebene 2
 */

SPAN.nav_e2 {
	display: block;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	line-height: 17px;
	color: #333333;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
}

SPAN.nav_e2_hi {
	display: block;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	line-height: 17px;
	color: #ffb300;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
}


/* 
 *	Ebene 3
 */

A.nav_e3 {
	display: block;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	line-height: 17px;
	color: #333333;
	text-decoration: none;
	padding: 0px 0px 0px 25px;
	margin: -2px 0px 2px 0px;
}

A.nav_e3:visited {
	color: #333333;
}

A.nav_e3:hover {
	color: #ffb300;
}


A.nav_e3_hi {
	display: block;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	line-height: 17px;
	color: #ffb300;
	text-decoration: none;
	padding: 0px 0px 0px 25px;
	margin: -2px 0px 2px 0px;
}

A.nav_e3_hi:visited {
	color: #ffb300;
}

A.nav_e3_hi:hover {
	color: #ffb300;
}


/* 
 *	Ebene 4
 */

A.nav_e4 {
	display: block;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	color: #333333;
	text-decoration: none;
}

A.nav_e4:visited {
	color: #878787;
}

A.nav_e4:hover {
	color: #ffb300;
}


A.nav_e4_hi {
	display: block;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	color: #ffb300;
	text-decoration: none;
}

A.nav_e4_hi:visited {
	color: #ffb300;
}

A.nav_e4_hi:hover {
	color: #ffb300;
}


/*
 *	Popups
 */

BODY.popup {
	margin: 20px;
	background-color: #ffffff;
}
 
TABLE.popup_header {
	width: 100%;
	border-bottom: 1px solid #878787;
	margin: 0px 0px 25px 0px;
}

DIV.popup_footer {
	width: 100%;
	border-top: 1px solid #878787;
	padding: 4px 0px 0px 0px;
}

