a {
	color: #F26522;
	text-decoration: none;
}

a:hover {
	color: #c0c0c0;
}

a:active {
	color: #c0c0c0;
}

#active_menu {
	color: #000;
}

img {
	border: none;
}

h2{
	color:#F26522;
	font-size:18px;
	border-bottom:1px solid #F26522;
	padding-bottom:5px;
	width:100%;
	font-family:"Century Gothic";
}

#text_heading{
font-family:"Century Gothic";
font-size:30px;
color:#fff;
height:90px;
}

#sponsorer{
	width:247px;
}

.sponsorer{
	margin-bottom:25px;
}


h3{
	color:#000;
	font-size:15px;
	width:100%;
	font-family:"Century Gothic";
}

p{
	color:#333333;
	font-size:12px;
	font-family:"Century Gothic";
}


body {
	background-color:#000000;
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	padding: 0px;
	margin: 35px 0px 20px 0px;
}

#header {
	margin:30px;
	background-repeat: no-repeat;
}

#kontaktinfo  {
	float: right;
	color: white;
	font-size:13px;
	font-family:"Century Gothic";
}

#kontaktinfo a {
	color: white;
}

#kontaktinfo a:hover {
	color: #F26522;
}



/* meny */
#menu {
	color: #000;
	height: 25px;
	width: 990px;
	background-color:#000;
	top:190px;
}

#submenu {
	background-color:#F26522;
	top: 221px;
	color: #000;
	height: 1px;
	width: 990px;
}

.navigation ul {
	list-style-type: none;
	margin: 8px 0px 0px 30px;
	padding:0;
}

.navigation li {
	padding: 0 30px 0 30px;
	float:left;
	list-style:none;
}

.navigation a {
	padding: 0px;
	float: left;
	margin-right: 15px;
	text-decoration: none;
	color: #fff;
	font-family:"Century Gothic";
}

.navigation a:hover {
	color: #F26522;
}

.navigation active_menu {
	color: #F26522;
}

#Container {
	border: 1px solid #F26522;
	width: 990px;
	margin: 0px auto;
	text-align: left;
	padding:0;
}

#clear{
	width:100%;
	clear:both;
}

#content{
	padding-top:30px;
	margin-bottom:35px;
	margin-left:35px;
	margin-right:35px;
}

#contentLeft{
	width:515px;
	float:left;
	margin-right:35px;
	margin-bottom:30px;
	background:#FFFFFF;
	padding:15px 30px 15px 30px;
}

#contentRight{
	width:277px;
	background:#FFFFFF;
	height:500px;
	float:left;
	padding:15px;
	margin-bottom:30px;
}
#contentRight2{
	width:277px;
	background:#FFFFFF;
	height:1100px;
	float:left;
	padding:15px;
	margin-bottom:30px;
}

ul{
	color:#333333;
	font-family:"Century Gothic";
	font-size:14px;
	
}

#rightblock{
	width:280px;
	height:130px;
	margin-top:10px;
	
}

#contentDouble{
	width:860px;
	background:#FFFFFF;
	padding:15px 30px 15px 30px;
}


/* alt som har med formcontainer å gjøre */

div#formcontainer h3 {
	margin:20px 0 0 10px; 
	font-weight:bold; 
	font-size:.8em;
}

div#formcontainer h4 {
	margin:0 0 5px 10px; 
	font-weight:normal; 
	font-size:.75em;
}

#formcontainer h5 {
	font-size:11px;
	width:500px;
	color:#2F97FA;
	margin:3px 0 0 25px;
	padding:0;
	display:block;	
}

div#formcontainer form  { 
	border-bottom:1px solid #00adef;
} /* the top border is visually 1 px thicker because it touches the div.clearfix bordertop */

div#formcontainer div.clearfix {
	padding:10px 0px;
} 
div.clearfix label {
	color:#000;
	font: bold 10pt Geneva, Arial, Helvetica, sans-serif;
}

div.clearfix select {
	width:235px;
} 
 
/* adds the line above each section and provides vertical spacing */

div#formcontainer form label {
	width:160px; 
	float:left;
	font-size:.75em; 
	color: #000;   
	margin:0 10px;

} 

/* this is the text label on the left of each input */
/*some extra styles for the checkbox and radio button sets*/	

div#formcontainer {
	width:855px; 
	margin-left:0px;

	float:left; 
	margin:0px; 
	padding:0px;
	vertical-align:middle; 
} 
div.buttongroup {
	float:left; 
	margin:0px; 
	padding:0px;
	width:500px;
}

/* a container for a groups of buttons - suppresses the clearfix div top border on the divs around the radio buttons/checkboxes */

div#formcontainer div.buttongroup div {
	margin-bottom:5px; 
	font-size:.65em;
	color:#000;
} 
/* wrapper for the INPUT and its text - margin-bottom sets the vertical distance between buttons */

div#formcontainer div.buttongroup input {
	margin-right:5px;
} 
/* set the distance between button and its label text */
/* postions the submit button by selecting a div with attribute type SUBMIT - IDWIMIE */

div#formcontainer input[type="submit"] {
	display:block;
	float: left;
	margin-left:0px; 
	margin-right:10px;
}
/* slutt på formcontainer*/



