@charset "utf-8";
/* CSS Document */

body {
	background:url(../images/main/background.gif) top left repeat-x;

	background-color: #d6d6d6;
}

#page_wrapper {
	width: 950px;	
	margin: auto;
	overflow: auto;
	min-height: 800px;
}
#top_header {
	height: 30px;
}
#header {
	height: 120px;
}
#header img {
	margin-top: 10px;
	margin-left: 20px;
}
#header_links {
	overflow: auto;	
}
#header_links ul li {
	display: block;
	color: #fff;
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
		
	padding: 10px 10px 8px 10px;
	height: 100%;
	
	float: left;
}

#header_links ul li.active {
	border-bottom: 4px solid #999;
}

#header_links li a {
	color: white;
	text-decoration: none;
}
#header_links li a:hover{
	text-decoration: underline;	
}
#top_header {
		margin-top: 1px;
}	

#top_header ul#meny li {
	display: block;
	color: #585858;
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
		
	padding: 10px 10px 8px 10px;
	height: 100%;
	
	float: left;
		
}

#top_header ul li a{
	color: #585858;
	text-decoration: none;

	margin-top: 10px;
	padding-top: 10px;
}
#top_header ul li a:hover{
	color: #999;	
}

#top_header ul li.active {
	background:url(../images/main/menu_bar_top0_bg.gif) top left repeat-x;
	margin-top: 0px;
}

#top_header ul li.active a{
	color: #fff;
	
}
#top_header ul#meny li#about {
	float: right;
}
#top_header ul#meny li#contact {
	float: right;	
	
}


#content {
	background: #fff;	
	min-height: 550px;
	padding: 10px;
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #515151;
	overflow: auto;
}

#content h1 {
	margin-top: 5px;	
}


#footer {
	margin-top: 10px;
	font-size: 12px;
	text-align: center;
	margin-bottom: 15px;
}

#footer p {
	color:#666;
	letter-spacing: 1px;
	font-family: 'Tahoma', Geneva, sans-serif;
	margin-bottom: 3px;
	font-size: 11px;
}

#footer p a {
	color:#666;
	text-decoration: none;	
	font-weight: bold;
}

#footer p a:hover{
	text-decoration: underline;	
}

