﻿/* General */
body {
	text-align: left;
	background-color: #fff5d1;
	margin: 0px;
	padding: 0px;
	font-family: Lucida Sans, Arial, Zurich BT, Univers, Swis721 BT, Helvetica, Humnst777 BT, Frutiger;
	font-size: 12pt;
	height: 100%;
}
.title {
	font-weight: bold;
	margin-top: 30px;
}
.subTitle {
	text-decoration: underline;
}
.text {
	
}
.textUnderline {
	text-decoration: underline;
	
}
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Layout */
#main {
	width: 990px;
	height: 170%;
	margin: 0px;
	padding: 0px;
}
#left {
	clear: both;
	float: left;
	width: 50px;
	height: 100%;
	margin: 0px;
	margin: 0px;
}
#center {
	float: left;
	width: 90px;
	height: 100%;
	background-color: #BE9245;
	margin: 0px;
	margin: 0px;
}
#right {
	float: left;
	width: 750px;
	min-width: 750px;
	text-align: left;
	margin-left: 30px;
}
/* Logo */
#logo {
	height: 150px;
}
img.imageLogo {
	margin-top: 10px;
	width: 347px;
	height: 130px;
}
/* content */
#contentContainer {
	height: 100%
}
#content {
	margin-top: 70px;
}
.standardTable {
	font-family: Lucida Sans, Arial, Zurich BT, Univers, Swis721 BT, Helvetica, Humnst777 BT, Frutiger;
	font-size: 12pt;
	text-align: left;
	width: 100%;
}
.situationTable {
	font-family: Lucida Sans, Arial, Zurich BT, Univers, Swis721 BT, Helvetica, Humnst777 BT, Frutiger;
	font-size: 10pt;
	text-align: left;
	width: 100%;
}
.descriptionTable {
	vertical-align: bottom;
}
.legend {
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
}
/* Menu */
#menu {
	filter: alpha(opacity="75");
	-moz-opacity: 0.75;
	opacity: 0.75;
	position: absolute;
	left: 0px;
	top: 150px;
	height: 44px;
	background-color: #5e3c00;
	min-height: 44px;
	min-width: 100%;
	max-height: 40px;
	max-width: 100%;
	z-index: 1;
	padding-top: 2px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
#menuLanguage {
	position: absolute;
	left: 60px;
	top: 216px;
	height: 80px;
	min-height: 80px;
	min-width: 90px;
	max-height: 80px;
	max-width: 80px;
	z-index: 1;
	padding-top: 2px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
a {
	color: #fff5d1;
	text-decoration:none;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
.active {
	color: #000000;
}
.menuTable {
	font-family: Lucida Sans, Arial, Zurich BT, Univers, Swis721 BT, Helvetica, Humnst777 BT, Frutiger;
	font-size: 10pt;
	text-align: center;
	width: 100%;
	height: 44px;
}
.menuTableLanguage {
	font-family: Lucida Sans, Arial, Zurich BT, Univers, Swis721 BT, Helvetica, Humnst777 BT, Frutiger;
	font-size: 10pt;
	text-align: left;
	width: 80px;
	height: 80px;
}

.menuRow1Height{
	height: 1px;
	background-color: #5e3c00;
}
.menuRow2Height{
	height: 33px;
	background-color: #5e3c00;
}
.menuRow3Height {
	height: 10px;
	background-color: #a85b00;
}
.menuSpaceBefor {
	width: 160px;
}
.menu1 {
	margin-top: 6px;
	width: 140px;
} 
.menu2 {
	text-align: center;
	width: 120px;
} 
.menu3 {
	text-align: center;
	width: 120px;
} 
.menu4 {
	text-align: center;
	width: 60px;
} 
.menu5 {
	text-align: center;
	width: 130px;
} 
.menu6 {
	margin-top: 6px;
	width: 65px;
} 
.menu7 {
	margin-top: 6px;
	width: 105px;
} 
.menu8 {
	margin-top: 6px;
	width: 70px;
} 
.menuItemLanguage {	
}
