.centerframe { 
position: absolute;
left: 50%;
width: 870px;
margin-left: -438px;
top:0px;
}

.tekstlink{
	color:#FFFFFF;
	text-decoration:underline;
}

.tekstlink:visited{
	color:#FFFFFF;
	text-decoration:underline;
}

.tekstlink:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

.sitemap, .sitemap:visited, sitemap:hover{
	color:#D4D5D9;
	text-decoration:underline;
}

.menutop{
font-size:1px;
width: 870px;
background: #D64100;
height:9px;
position:absolute;
top:6px;
}

.header{
position: absolute;
top: 47px;
z-index:0;
}

.content{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
position: absolute;
padding-left:5px;
color:#D4D5D9;
line-height:16px;
top: 171px;
width:865px;
height:394px;
/*background:#292C31;*/
/*background:#2E2F32;*/
background: #393A3E;
overflow:auto;
scrollbar-arrow-color: #2E2F32; 
scrollbar-base-color: #D64100; 
scrollbar-dark-shadow-color:#D64100; 
scrollbar-track-color:#2E2F32;
scrollbar-face-color:#D64100; 
scrollbar-shadow-color:#D64100; 
scrollbar-highlight-color:#D64100; 
scrollbar-3d-light-color:#D64100;
}

.logo{
position: absolute;
left: 650px;
top: 171px;
width:200px;
height:394px;
z-index:2;
background:#808285;
background-image:url(../images/logo.jpg);
}

.footer{
position: absolute;
top: 565px;
height:20px;
line-height:20px;
font-size:11px;
font-family:"Trebuchet MS";
color: #808285;
text-indent:10px;
width: 870px;
background:#E8E8E9;
}

.footerlink, :visited{
text-decoration:underline;
color:#000000;
}

.footerlink{
text-decoration:underline;
color:#000000;
}

.footerlink:hover{
text-decoration:underline;
color:#000000;
}
 
#menu {
width: 870px;
background: #393842;
float: left;
z-index:500;
top:15px;
position:absolute;
}
 
#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 145px;
float: left;
}

#menu ul ul {
position: absolute;
z-index: 500;
}
 
#menu li {
position: relative;
background-color:#009900;
z-index:500;
}
 
#menu a, #menu h2 {
font-size:11px;
font-family: "Trebuchet MS";
line-height:28px;
text-align:center;
display: block;
height:28px;
border: 0px solid #000000;
border-left:0px;
border-bottom:0px;
border-top:0px;
border-right:0px;
margin: 0px;
padding: 2px 3px;
z-index:500;
}
 
#menu h2 {
color: #6A6A6A;
background: #F5F5F5;
cursor : pointer;
}
 
#menu a {
color: #6A6A6A;
background: #F5F5F5;
text-decoration: none;
}
 
#menu a:hover {
color: #f5f5f5;
background: #D64100;
}
 
div#menu ul ul,
div#menu ul li:hover ul 
{display: none;}
 
div#menu li:hover ul,
div#menu ul li:hover ul
{display: block;}

