/* hoved */

body {
	text-align:center;
	background:#ff6600;
	background-image:url(images/bg_tile.jpg);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#666;
}






/* normale linker */

a         {text-decoration:none;color:#0065ae;font-weight:bold;text-decoration:none}
a:link    {color:#0065ae}
a:visited {color:#0065ae}
a:active  {color:#0065ae}
a:hover   {color:#0065ae;text-decoration:underline}



/* Font stiler */

h1 {
	font-family:Georgia, Times, serif;
	color:#333;
	font-weight:bold;
	font-size:18px;
	margin:0 0 20px 0;
}

h2 {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	font-weight:bold;
	font-size:12px;
	padding:0;
	margin:0;
}

.bold {
	font-weight: bold;
}

img {
	margin: 0;
	padding:0;
	border-style: none;

}


/* DIV bokser */
#outerframe {
	width:950px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0;
}

#frame {
	width:950px;
	margin:10px 0 0 0;
	padding:0;
	text-align:left;
	background:#FFFFFF;
	background-image:url(images/top_edge.gif);
	background-repeat:no-repeat;
	float:left;
}

#bottom {
	color:#ffe0cc;
	font-size:9px;
	text-align:right;
	background:#ff6600;
	background:url(images/bottom_image.gif);
	background-repeat:no-repeat;
	width:940px;
	height:17px;
	margin:0;
	padding:13px 10px 0 0;
	float:left;
}

#bottom a {
	font-weight:normal;
	color:#ffe0cc;
	text-decoration: none;
}
#bottom a:hover {
	color:#ffffff;
}

#left {
	width:180px;
	margin-left:10px;
	padding:0;
	text-align:left;
	background:#FFFFFF;
	float:left;
	clear:both;
	
}

#infofield {
	width:150px;
	margin:3px 0 0 0;
	padding:25px 15px 0 15px;
	text-align:left;
	font-size: 11px;
	background-image:url(images/bg_infofield.gif);
	background-repeat:no-repeat;
	float:left;
}

#main {
	width:750px;
	margin-left:10px;
	padding:0;
	text-align:left;
	float:left;
}

#topmenu {
	width:730px;
	height:25px;
	margin:0;
	padding:20px 0 0 20px;
	text-align:left;
	float:left;
}

#flashbox {
	width:740px;
	margin:10px 10px 15px 10px;
	padding:0;
	text-align:left;
	float:left;
}

#content {
	width:710px;
	margin:0 10px 20px 0;
	padding:15px;
	text-align:left;
	float:left;
}

#newswrapper {
	width:750px;
	height: 310px;
	margin:10px 0 0 10px;
	padding:0;
	text-align:left;
	float:left;
}

.newsspacer {
	width: 15px;
	height: 250px;
	padding:0;
	margin:0;
	float:right;
	clear:none;
}

.newsbox {
	width:227px;
	margin:0 25px 20px 0;
	padding:0;
	text-align:left;
	float:right;
	clear:none;
}

.newsinfo {
	width:197px;
	height:130px;
	margin:0;
	padding:15px 15px 0 15px;
	background-image:url(images/bg_newsinfo.gif);
	background-repeat:no-repeat;
	text-align:left;
	float:left;
}

.imagebox {
	width:227px;
	height:151px;
	margin:0;
	padding:0;
	float:left;
}



/* Meny horizontal */


#menu {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li {
	float: left;
	font-family:Tahome, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#menu a {
	background-image:url(images/menu_h_up.gif);
	background-repeat:no-repeat;
	color: #fff;
	display: block;
	height:19px;
	width:94px;
	float: left;
	margin: 0 2px 0 0;
	padding: 6px 0 0 0;
	text-align:center;
	text-decoration: none;
	font-weight:bold;
}
#menu a:hover {
	background-image:url(images/menu_h_over.gif);
	background-repeat:no-repeat;
}

#menu a.chosen {
	background-image:url(images/menu_h_over.gif);
	background-repeat:no-repeat;
}


/* Meny vertical */


#vmenu {
	list-style: none;
	margin: 0;
	padding: 0;
	width:180px;
}
#vmenu li {
	font-family:Tahome, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#vmenu a {
	background-image:url(images/menu_v_up.gif);
	background-repeat:no-repeat;
	color: #fff;
	display: block;
	height:23px;
	width:165px;
	float: left;
	margin: 0 0 2px 0;
	padding: 7px 0 0 15px;
	text-align:left;
	text-decoration: none;
	font-weight:bold;
}
#vmenu a:hover {
	background-image:url(images/menu_v_over.gif);
	background-repeat:no-repeat;
} 

#vmenu a.chosen {
	background-image:url(images/menu_v_over.gif);
	background-repeat:no-repeat;
} 
                    