html, body  {
	
	font-size: 12px;
	margin:0;
	padding:0;
	height:100%;
}

body  {
		
	background: #c9c9c9 url(img/mainbg.jpg) repeat-x 0 0px;			
}


table {border-collapse:collapse;}
td {vertical-align: top;}


	
/*----- boxes -------------------------*/

#bodybox {
	background: transparent url(img/bodybg.gif) repeat-y;
	width:990px;
	height:30%;
	margin:30px auto 0 auto;
}

#wrapper {
	margin: 0 0 0 0;
	width:970px;
	background-color: #ffffff;
	float:left;
}

#headerbox {
	height:100px;
	overflow: hidden;
		
	margin:0;

}
	
.logobox {
	width:180px;
	height:100px;
	margin-left:0;
	float:left;
	background-color: #cff;
}

.logobox a { 
	display:block;
	width:180px;
	height:100px;
	
	background: #fff url(img/logo.gif) no-repeat;
	}







#leftbox {
	clear:left;
	margin: 0;	
	width:180px;
	display:inline;
	float:left;
	color:#777777;
	background-color: #e5e6e8;
}

.leftboxinner  {margin: 30px 0 30px 20px; }
.leftboxinner p {line-height:120%; margin: 10px 0 10px 0; }


.centerbox {
	margin-top:0px;
	width:360px;
	float:left;	
	display:inline;
	background-color: #ffffff;
}

.rightbox {
	margin-top:0px;
	width:410px;
	float:left;	
	display:inline;
	background-color: #ffffff;
}

.centerbox .inner {margin:30px 0 0 30px;}
.rightbox .inner {margin:30px 20px 0 22px;}




/*-- footer  -----------*/

#footerbox {
	width:970px;
	height:40px;	
	clear:left;
	color:#fff;	
	background-color: #7e8183;
	font-weight:bold;
	font-size:11px;	
}

#footerbox .innerleft { margin: 10px 0 0 0; width:180px; float:left; text-align:center;}
#footerbox .innerright { margin: 10px 50px 0 0; float:right; text-align:left;}

#footerbox a {	
	text-decoration: none;
	color:#aaaaaa;
}

/*frontpage*/

#startlogobox {height:490px; text-align:center;}
#startlogobox img {margin-top:120px;}

#footerboxfront {
	width:970px;
	height:110px;
	clear:left;
	font-size:11px;
	color:#fff;
	background-image: url(img/frontfooterbg.gif);
	background-repeat: repeat-x;


}

#footerboxfront a img {margin-bottom: 8px;}

#footerboxfront a {
	display:block;
	float:right;
	width:95px;
	XXheight:110px;
	margin-right:20px;	
	color:#fff ! important;
	text-decoration: none;
	XXbackground-color: #c00;
	line-height:120%;
	font-size:14px;
}

#footerboxfront a.ft-en {margin-right:40px;}






/*-- Menue Left  -----------*/

#menu {
	margin: 75px 15px 0 30px;	
	width:395px;
	height:30px;
	float:right;
	text-align:center;
	background-color: #ffffff;
	display:inline;
	white-space: nowrap;
		
}	
#menu td {padding:0;}

#menu a {display:block; margin: 0 30px 0 0; color: #4f4f4f;}
#menu .taben a {margin: 0 20px 0 0;}

#menu a:link, #menu  a:visited
{
text-decoration: none;
}


#menu .menu-current, #menu a:hover {
	font-weight: bold;
	color: #000;
	/*background-position: left bottom;*/
}
#menu b {font-weight: bold; padding:2px; font-size:13px;}







#editthis {padding: 2px 15px; width: 170px; margin-left: 3px; font-size:10px;}	
#editthis a {display:inline; text-decoration: none; color: #000}


/*-------------------------PRINT-----------------------------*/
  
@media print {

 .nopr, #leftbox, #topmenu, #footerbox, #gecko_scrollbar {display:none;}
 #mainbox {width:80%; margin-left:15%}

}