@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 66%;
	color: #000000;
	background-image: url(../images/site_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
body img {
	border: none;
}
#top_menu {
	position:relative;
	height:35px;
	font-size:1.1em;
	repeat-x: bottom left;
}
#topmenu_wrapper {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	height: 35px;
}
#top_menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	float:left;
}
#top_menu ul li{
	display:block;
	float:left;
}
#top_menu ul li a{
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	height:35px;
	line-height:35px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
}
#bottom {
	background-image: url(../images/bottom2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 80px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#content_wrapper {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-bottom: 10px;
}
#heading {
	height: 63px;
}
#flash {
	height: 122px;
	width: 892px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 4px solid #f4f3dc;
}
#flash_wrapper {
	height: 142px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	background-color: #FFFFFF;
}
#top_menu ul li a span{
	display:block;
	float:left;
	height:35px;
	width:auto;
	padding-top: 0;
	padding-right: 18px;
	padding-bottom: 0;
	padding-left: 0;
}
#top_menu ul li a:hover{
	color:#000000;
	text-decoration: underline;
}
#top_menu ul li a:hover span {
	display:block;
	cursor:pointer;
	text-decoration: underline;
}
#top_menu ul li a.current,#top_menu ul li a.current:hover {
	color:#000000;
	background-color: transparent;
	background-image: url(../images/left_button.gif);
	background-repeat: no-repeat;
}
#top {
	width: 300px;
	height: 80px;
	float: left;
}
#top_wrapper {
	height: 80px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.4em;
}

#senaste_nytt {
	float: right;
	height: 57px;
	width: 280px;
	padding-left: 25px;
	padding-top: 5px;
	background-image: url(../images/news_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 10px;
	margin-top: 8px;
	color: #666666;
}
#senaste_nytt a {
	text-decoration: underline;
	color: #666666;
}
#latest_news_headline {
	width: 300px;
	height: 50px;
	float: left;
	padding-top: 13px;
	text-align: right;
	color: #C0C0C0;
	font-weight: bold;
}


#top_menu ul li a.current span {
	background:transparent url(../images/right_button.gif) no-repeat top right;
	height:35px;
}

#heading h1 {
	font-size: 2.2em;
	color: #FFFFFF;
	padding-left: 15px;
	line-height: 1.5em;
}
#content {
	float: right;
	width: 690px;
	background-color: #FFFFFF;
}
#heading h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 15px;
	line-height: 1.3em;
}
#text {
	line-height: 1.4em;
	width: 870px;
	padding-left: 15px;
	padding-bottom: 20px;
	padding-top: 10px;
	font-size: 1.1em;
}
#admin_text {
	line-height: 18px;
	width: 870px;
	padding-top: 10px;
	font-size: 12px;
}
#admin_post_rubrik {
	padding-bottom: 15px;
}
.rubrik a {
	font-size: 24px;
	font-weight: bold;
	color: #3C8DDF;
	text-decoration: none;
}
.texten {
	padding-top: 15px;
}
.rubrik {
	font-size: 24px;
	font-weight: bold;
	color: #3C8DDF;
}
.rubrik a:hover {
	color: #75B801;
}
.datum {
	color: #666;
	padding-top: 10px;
}
#text table {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.tube-medium-pic {
	margin-left: 20px;	
}

/******************************************************************
 + forms
******************************************************************/

#main form {
 	width: 750px;
	margin-top: 0;
	padding-top: 0;
}

#main form legend {
	font-weight: bold;
	padding: 6px 12px 2px 0px;
	position: relative;
	top: -9px;
	border-bottom: none;
}

#main form fieldset {
	border: none;
	margin-bottom: 5px;
}

#main form fieldset .textfield {
	border: 1px solid #FFCC00;
	width: 500px;
	padding: 3px;
}	
#main form fieldset .select-field {
	border: 1px solid #FFCC00;
	padding: 3px;
}	
#main form fieldset .text-area {
	border: 1px solid #FFCC00;
	padding: 3px;
}	
#main form div{
  margin-bottom: 10px;
  .margin-left: 10px; /* ie 7 */
  _margin-left: 10px; /* ie 6 */

}
#main form label{
  display: block;
  margin-bottom: 3px;
  clear: right;
}
#main form textarea{
  width: 500px;
}
.form_heading {
	font-size: 24px;
	font-weight: bold;
	padding-top: 15px;
}

#header {
	margin-bottom: 5px;	
}
#header ul
{
 	margin: 0;
 	padding: 0;
	padding-top: 10px;
 	list-style-type: none;
}

#header ul li { 
	display: inline; 
	font-size: 16px; 
	margin-right: 10px; 
}

#header a
{
 	font-weight: bold;
	color: #3C8DDF;
} 

#header a:hover
{
	color: #75B801;
} 

#bottom_links {
	padding-top: 10px;
 	font-weight: bold;
	font-size: 1.1em;
}
#bottom_links img {
	float: right;
}
#bottom_links a {
 	font-weight: bold;
	color: #3C8DDF;
	font-size: 1.1em;
	text-decoration: none;
}
#bottom_links a:hover {
	color: #75B801;
}
.read_more a {
	color: #3C8DDF;
	font-weight: bold;
	text-decoration: underline;
}
.read_more a:hover{
	color: #75B801;
}
#admin_content {
	width: 870px;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	color: #000;
	line-height: 16px;
}
#admin_content_login {
	width: 870px;
	margin-top: 80px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	color: #000;
	line-height: 16px;
}
#admin_content_login table {
	font-size: 12px;
	color: #000;
	line-height: 16px;
}
#admin_top {
	width: 870px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	font-size: 32px;
	font-weight: bold;
	color: #3C8DDF;
}
#admin_content table {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#header .current_admin {
	color: #75B801;
}
#arkiv {
	width: 400px;
	margin-top: 20px;
}
#arkiv a {
	color: #3C8DDF;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
}
#arkiv ul {
	margin-left: 10px;
	list-style:disc;
	color: #3C8DDF;
	
}
#arkiv a:hover {
	color: #75B801;
}
