@charset "UTF-8";
body  {
	font: 11px Cambria, Georgia, Times, Verdana, Arial;
	background: #FFFFFF;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #333333;
}

.bodytext  {
	font: 11px Cambria, Georgia, Times, Verdana, Arial;
	line-height:16px;
	margin: 10px; 
	padding: 0;
	text-align: left;
	color: #333333;
}

.kop {
	font: 14px Cambria, Georgia, Times, Verdana, Arial;
	line-height:16px;
	margin: 10px; 
	padding: 0;
	text-align: left;
	color: #333333;
}

table, td, h1, h2 {
	margin: 0; 
	padding: 0;
	border: 0px;
	line-height:0px;
	color: #333333;
}

.link{
	color:#333333;
	text-decoration: underline;
	}
	
a.link:active, a.link:hover{
	color:#000000;
	text-decoration: underline;
}

.linklang{
	color:#B3AEA0; 
	text-decoration: none;
	}
	
a.linklang:active, a.linklang:hover{
	color:#000000;
	text-decoration: none;
}

.thrColAbsHdr #container { 
	position: relative;
	width: 960px;  
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; 
} 


.thrColAbsHdr #header {
	position: absolute;
	top: 8px;
	left: 130px;
	height: 111px;
	padding: 0;
	width: 833px;
}

.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 140px;
	left: 0;
	width: 290px;
	height: 210px;
	background: #B3AEA0; 
	padding: 15px 10px 15px 20px;
	z-index:10; 
}

.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 140px;
	left: 0;
	width: 290px; 
	height: 450px;
	background: #B3AEA0; 
	padding: 15px 10px 15px 20px;
	z-index:10; 
}

.thrColAbsHdr #sidebar3 {
	position: absolute;
	top: 140px;
	left: 643px;
	width: 290px;
	height: 210px;
	background: #B3AEA0;
	padding: 15px 10px 15px 20px;
	z-index:10;
}



.thrColAbsHdr #route {
	position: absolute;
	top: 140px;
	left: 320px;
	width: 640px;
	height: 450px;
	background: #B3AEA0;
	padding: 15px 15px 15px 15px;
	z-index:10;
}

.thrColAbsHdr #mainContent {
	position: absolute;
	top: 140px;
	left: 0;
	width: 960px; 
	height: 480px;
	background: #777777;
	z-index:0; 
}



.thrColAbsHdr #footer {
	position: absolute;
	top: 630px;
	left: 0px;
	width: 930px;
	height: 20px;
	padding: 0 10px 0 20px;
	background:#ffffff;
} 

.thrColAbsHdr #footer p {
	margin: 0; 
	padding: 10px 0;
}


.fltrt { 
	float: right;
	margin-left: 4px;
}
.fltlft { 
	float: left;
	margin-left: 310px;
}

