body {
	color: white;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('images/layout/background-image.jpg');
	text-align: left;
	width: 100%;
	height: 100%;
	margin: 0px
}

.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
}

a {
	color: #6FBA91;
	text-decoration: none;
}
a:hover         {
	color: #A8D9C1;
}

input
{
	font-size: 11px;
}
select
{
	font-size: 11px;
}

.divSurrounding{
	position: relative;
	margin: auto;	
	width:860px;
}

.divMainHeader {
	position:relative;
	top:0px;
	left: 0px;
	height:120px;
	width:100%;	
}

.header_logo{
	display: block;
}

.header_print_logo{
	display: none;
}

.divMainContent {
	position:relative;
	height:520px;
	width:700px;
	margin-left: 100px;
	overflow: auto;
	z-index: 2;
}
.divMainMenu {
	position: relative;
	margin-top: 5px;
	height: 30px;
	width: 700px;
	margin-left: 100px;
	overflow: visible;
	z-index: 5;
}
.leftContent{
	position: absolute;
	top:155px;
	left:0px;
	height:200px;
	width:100px;
}
.top_selection_panel{
	position: absolute;
	top:10px;
	right:60px;
	width:200px;
	height:100px;
	text-align: right;
}
.staticMenu_top{
	position: absolute;
	top:406px;
	left:0px;
	width:100px;
}
.staticMenu_bottom{
	position: absolute;
	top:452px;
	left:0px;
	width:100px; 	
}
.sub_menu_item{
	color: #51BC8D;
	text-decoration: none;
}
.sub_menu_item_onOver{
	color: #A8D9C1;
	text-decoration: none;
}
.sub_menu_item_active{
	color: #ffffff;
	text-decoration: none;
}
.main_menu_item{
	color: #51BC8D;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}
.main_menu_item_onOver{
	color: #A8D9C1;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}
.main_menu_item_active{
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}