body { color: black; 
	   background-color: #999966;
	   background-image: url(../bilder/mainbg.png);
	   background-position: 1px 160px;
       background-repeat: no-repeat;
       padding: 0px;
       margin: 0px;
  }

a:link { color: #999966 }

a:visited { color: #999966 }

a:hover { color: #999966 }

a:active { color: #999966 }

#content {
	background-color: #ffffff;
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	position: absolute; 
	top: 160px;
	left: 18px; 
	width: 975px;
	
}

#content .content_box {
	background-color: #ffffff;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	float: left;
}


#navitop {
    position:absolute;
    top: 124px;
    left: 29px;
    width: 975px;
    height: 35px;
}

#navitop a {
    float: left;
    padding-left: 1px;
}

#navi_activebar {
    position: absolute;
    display: block;
    top: 113px;
    left: 216px;
    width: 185px;
    height: 0px;
    border-width: 0px;
    border-top-width: 4px;
    border-color: #cff;
    border-style: solid;
}
