body, html {
	position: relative;
	text-align: center;
	border: 0;
	margin: 5px;
	width: 100%;
	background: #2c5aa0;
}

#outer-wrapper {
	text-align: left;
	margin: 0 auto 0 auto;
	width: 980px;
	height: 580px;
	position: relative;
	background: #a6d8f1;
/*	background: #ccfafb; */
}

#header {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	width: 980px;
	height: 120px;
}

#rootline {
	position: absolute;
	z-index: 5;
	left: 80px;    
	top: 5px;  
	width: 600px;   
	height: 20px;  
}

#metamenu {
	position: absolute;
	text-align: right;
	z-index: 5;
	right: 10px;    
	top: 5px;  
	width: 400px;    
}

#header-image {
	position: absolute;
	left: 0;
	top: 30px;
	width: 980px;  
	height: 80px;
	background: url(../img/headerimage.png) no-repeat; 
  
}

#menu {
	position: absolute;
	z-index: 5;
	left: 0;    
	top: 120px;  
	width: 980px;
	height: 30px;
}
        
#topmenu { 
	position: absolute;  
	left: 80px;  
	bottom: 2px;
}

#langselect { 
	position: absolute;  
	right: 20px;
	width: 120px;
	bottom: 2px;  
}

#contentwrapper {
	z-index: 5;
	position: absolute;
	top: 160px;
	left: 280px;    
	width: 550px;
	height: 380px;
}

#titel {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	height: 25px;
}

#content {
	position: absolute;
	z-index: 1;
	overflow: auto;
	top: 30px;
	left: 0;
	height: 350px;
	width: 550px;
}


#footer {
	position: absolute;
	z-index: 5; 
	top: 550px;  
	left: 80px;  
	width: 880px;
	height: 20px;
	background: #2c5aa0;
}
#valid {
	position: absolute;
	z-index: 5; 
	top: 1px;  
	left: 10px;  
	width: 130px;

}
#copyright {
	position: absolute;
	z-index: 5; 
	top: 1px;  
	right: 140px;  
	width: 600px;

}
        
#left { 
	position: absolute;
	z-index: 0;  
	top: 0;    
	left: 10px;
	background: url(../img/bg2.png) repeat-y;  
	width: 260px;  
	height: 580px;  
}

#leftmenu { 
	margin: 160px 0 0 70px;
}
