
body { 
/*
	font-family: Arial,Helvetica,Sans-serif;
	font-size: 8pt;

	color: #efefef;
	background: #101010;
*/
	font-family: Neue Frutiger Light,Verdana,Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #fff;
	background-color:#111111;
	margin: 0px;
	padding: 0px;
	width: auto;
}


input, td, textarea {
	font-family: Arial,Helvetica,Sans-serif;
	font-size: 8pt;
	border: none;
}

input,textarea {
	background-color:#444444;
	color: #efefef;
}
/* ---------------------------------------- */

a:link {
	color:#888888;
	text-decoration:none;
}
a:visited {
	color:#888888;
	text-decoration:none;
}
a:hover {
	color:#99CC66;
	text-decoration:underline;
}
a:active {
	color:#99CC66;
	text-decoration:underline;
}
img {
	border: none;
}


h1 {
 font-size: 10pt;
 font-weight: bold;
}

/* ---------------------------------------- */


#top_header {
	position: absolute;
	background: transparent;
	margin: 0 0 0 0;
	padding: 0.5em 0.5em 0.5em 0.5em;
	top: 1em;
	left: 2em;
	right: 2em;
	height: 1em;
}

#language_select {
	position: absolute;
	background: transparent;
	margin: 0 0 0 0;
	padding: 0.5em 0.5em 0.5em 0.5em;
	top: 1em;
	right: 2em;
}

/* ---------------------------------------- */

.top_menu {
	position: absolute;
	top: 5.2em;
	left: 16.4em;
	right: 2em;
	height: auto;
	width: 45em;
	float: left;
}

.top_menu a, .top_menu a:hover, .top_menu a:active, .top_menu a:focus {
	display: block;
	border: none;
}

.top_menu_l1_on {
	float: left;
	padding: 0 0 0 0;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	white-space: nowrap;
	text-align: left;
	text-indent: 0.5em;
	text-decoration: none;
	display: block;
	border: none;
	color: white;
}

.top_menu_l1_on a
{
	color: white;
}

.top_menu_l1_off {
	float: left;
	padding: 0 0 0 0;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	white-space: nowrap;
	text-align: left;
	text-indent: 0.5em;
	text-decoration: none;
	display: block;
	border: none;
}


/* ---------------------------------------- */

#wrapper {
	position: absolute;
	top: 7em;
	left: 2em;
	right: 2em;
}

#left {
	position: absolute;
	top: 0;
	left: 0;
	width: 12.3em;
	bottom: 0;
}

#mid {
	margin-left: 13em;
	margin-right: 9em;
	padding: 0.5em;
	width: auto;
	padding-left: 2em;
}

#mid img {
	padding: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#right {
	position: absolute;
	padding: 0.5em;
	top: 0;
	right: 0em;
	width: 6em;
	bottom: 0;
}

/* ---------------------------------------- */

.left_menu {	
	display: block;
	background: lightgray;
}
.left_menu a, .left_menu a:hover, .left_menu a:active, .left_menu a:focus {
	display: block;
	border: none;
}
.left_menu_l1_on {
	float: left;
	padding: 0 0 0 0;
	margin-bottom: 0.5em;
	width: 100%;
	white-space: nowrap;
	text-align: left;
	text-indent: 0.5em;
	text-decoration: none;
	display: block;
	border: none;
	color: yellow;
}
.left_menu_l1_on  a{
	color: white;
}

.left_menu_l1_off {
	float: left;
	padding: 0 0 0 0;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	width: 100%;
	white-space: nowrap;
	text-align: left;
	text-indent: 0.5em;
	text-decoration: none;
	display: block;
	border: none;
	color: white;
}
.left_menu_l2_on {
	float: left;
	padding: 0 0 0 0;
	margin-bottom: 0.5em;
	width: 100%;
	white-space: nowrap;
	text-align: left;
	text-indent: 0.5em;
	text-decoration: none;
	display: block;
	border: none;
	color: yellow;
}
.left_menu_l2_on  a{
	color: white;
}

.left_menu_l2_off {
	float: left;
	padding: 0 0 0 0;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	width: 100%;
	white-space: nowrap;
	text-align: left;
	text-indent: 0.5em;
	text-decoration: none;
	display: block;
	border: none;
	color: white;
}

/* ---------------------------------------- */
