/* standard elements */
html {
	min-height: 100%;
	margin: 0px;
	padding: 0px;
}

body 
{
	background: #FFF;
	margin: 10px;
	color: 000000; 
	font: normal 12px Verdana,arial;
}




div
{
	margin: 0px;
	padding: 0px;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	position: absolute;
	z-index: 4;
	left: 220px;
	top: 200px;
	width: 558px;
	height: 152px;
}
div#leftmenu_back_img
{
	position:absolute;
	z-index:1;
	left: 0px;
	top: 0px;
	background: url('img/leftmenu_back_img1.jpg') no-repeat;
	width: 164px;
	height: 1700px;
	
}
div#main_back_img
{
	position:absolute;
	z-index:1;
	left: 164px;
	top: 0px;
	background: url( 'img/back_img1.jpg') no-repeat;
	width: 100%;
	height: 100%;
}

div#logo
{
	z-index:3;
	position:absolute;
	left: 0px;
	top: 30px;
	background: url( 'img/logo.jpg') no-repeat;
	width: 217px;
	height: 129px;
	filter:alpha(opacity=80);    
   	-moz-opacity: 0.8;    
  	opacity: 0.8;


}

/* menubar */
div#menubartotal
{
	z-index:2;
	position:absolute;
	left: 218px;
	top: 85px;
	background-color: #006d54;
	width: 712px;
	height: 40px;
  	border-top: 1px solid white;
	border-bottom: 1px solid white;	
}
a.menubar  
{
	border-right: 1px solid white;
	color: white;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 18px;
	text-decoration: none;
}

a.menubarlang
{
	border-left: 1px solid white;
	color: white;
	display: block;
	float: right;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 18px;
	text-decoration: none;
}
a.menubar:hover
{
	color: #ccff33;
}
a.menubarlang:hover
{
	color: #ccff33;
}


/*content*/

dix#content
{
  z-index:30;
  position:absolute;
  left: 240px;
  top: 150px;
  width: 680px;
  height: auto;
}



.iconspan{
float: right;
margin: 3px;
cursor:hand;
cursor:pointer;
font-weight: bold;
}

.eg-bar{
background-color: #EEF5D3;
font-weight: bold;
border: 1px solid black;
padding: 3px;
}

div.eg-bar{
width: 400px;




}



div.icongroup2
{
  left: 0px;
  top:0px;
  width: 425px;
  z-index: 20px;
  position: relative




}

img {
border: 0;
}

/* left navigation */
div#leftmenu 
{
	left: 0px;
	width: 162px;
	height: auto;
}
.leftmenu ul 
{
	padding: 0px;
	margin: 0px;
}
.leftmenu li
{
	left:0px;
border-bottom: 1px solid #D8EBD8;
}
.leftmenu li a 
{
	font-size: 10px;
	color: #006d54;
	display: block;
	padding: 8px  8px 5%;
	text-decoration: none;
}
.leftmenu li a:hover {
	background-color: #EBF0F3;
	color: #2E7198;	
}
/*right  navigation */
div#rightmenu 
{
	left: 975px;
	width: 162px;
	height: auto;
}
.rightmenu ul 
{
	padding: 0px;
	margin: 0px;
}
.rightmenu li
{
	left:0px;
border-bottom: 1px solid #D8EBD8;
}
.rightmenu li a 
{
	font-size: 11px;
	color: #006d54;
	display: block;
	padding: 8px  8px 5%;
	text-decoration: none;
}
.rightmenu li a:hover {
	background-color: #EBF0F3;
	color: #2E7198;	
}
/** content*/
h1 {
	font: normal 18px Verdana,Tahoma,sans-serif;
	margin-bottom: 2px;
}

.content .descr {
	color: #1C455E;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style-type: disc;
	margin-left: 30px;
}

.content .imgright {
	padding: 5px;
	border: 0px solid #7FFF00;
	margin-left: 4px;
	float: right;
}

.content p
{
font: normal 12px Verdana,Tahoma,sans-serif;
color: #000000;
}

/* footer */
.footer 
{
	background: url(img/footer1.jpg) ;
	color: #000;
	font: bold 1em sans-serif;
	line-height: 60px;
	text-align: center;
	
}

.footer a,.footer a:hover {color: #FFF;}