*{
	padding: 0;
	margin: 0;
}
body{
	font-family:Tahoma, Arial, Helvetiva, sans-serif;
}
img{
	border: 0;
}
a{
	text-decoration:none;
	cursor:pointer;
}
#Container{
	position: relative;
	margin:auto;
	width: 905px;
}
	#topBar{
		position: absolute;
		top: 0;
		left: 0;
		width:905px;
	}
		a#topleft1 {
			position: absolute;
			top: 0px;
			left: 0px;
			display:block;
			width: 40px;
			height: 40px;
			background-image: url(../images/topleft_ul.jpg);
		}
		a#topleft1:hover {
			background-image: url(../images/topleft_ul_hover.jpg);
		}
		a#topleft2 {
			position: absolute;
			top: 0px;
			left: 40px;
			display:block;
			width: 150px;
			height: 39px;
			background-image: url(../images/topleft_teft.jpg);
		}
		a#topleft2:hover {
			background-image: url(../images/topleft_teft_hover.jpg);
		}
		a#topleft3{
			position: absolute;
			top: 0px;
			left: 80px;
			display:block;
			width: 40px;
			height: 40px;
			background-image: url(../images/topleft_sommertreff.jpg);
		}
		a#topleft3:hover {
			background-image: url(../images/topleft_sommertreff_hover.jpg);
		}
		a#topleft4{
			position: absolute;
			top: 0px;
			left: 120px;
			display:block;
			width: 40px;
			height: 40px;
			background-image: url(../images/topleft_siembra.jpg);
		}
		a#topleft4:hover {
			background-image: url(../images/topleft_siembra_hover.jpg);
		}
		a#topleft5{
			position: absolute;
			top: 0px;
			left: 160px;
			display:block;
			width: 40px;
			height: 40px;
			background-image: url(../images/topleft_frontline.jpg);
		}
		a#topleft5:hover {
			background-image: url(../images/topleft_frontline_hover.jpg);
		}
		#topright1{
			position: absolute;
			top: 0px;
			right: 171px;
		}
		#topright2{
			position: absolute;
			top: 0px;
			right: 107px;
		}
		#topright3{
			position: absolute;
			top: 0px;
			right: 0px;
		}
		#horisontal{
			position: absolute;
			top: 50px;
			height: 5px;
			background-color:#F2F1E9;
			width: 905px;
		}
		#topbarLinks{
			position: absolute;
			top: 55px;
			right: 0px;
		}
		.topbarLink{
			color: #CCC;
			font-size:12px;
			text-decoration:none;
			margin-left:10px;

		}
	#itroLogo{
		position: absolute;
		top: 64px;
	}
	#searchModule{
		position: absolute;
		top: 124px;
		right: 5px;
		height: 20px;
		background-color:#000000;
	}
		#searchKey{
			position: absolute;
			top: 2px;
			font-size:12px;
			color:#999;
			right: 146px;
		}
        #SearchForm_searchForm legend { display:none;}

		#SearchForm_searchForm_Search{
			position: absolute;
			top: 0;
			right: 48px;
			width: 120px;
			height: 16px;
			border-style: solid;
			border-width: 1px;
			border-color: #CCC;
			display:inline;
			font-family:Tahoma, Arial, Helvetiva, sans-serif;

		}
		#SearchForm_searchForm_action_searchResults{
			position: absolute;
			right: 2px;
            top: 0;
			height: 18px;
			width: 48px;
			/*background-image: url(../images/search.jpg);*/
			display:inline;
		}
	#mainMenu{
		position: absolute;
		top: 150px;
	}
		#mainMenuHorisontal{
			position: absolute;
			top: 0px;
			height: 5px;
			background-color:#F2F1E9;
			width: 905px;
		}
		#mainMenuLevel1{
			position: absolute;
			top: 6px;;
			height:29px;
			background: #F2F1E9 url(../images/mainmenu_bg.jpg) repeat-x;
			width: 905px;
		}
		#mainMenuLevel1Elements{
			position: absolute;
			top: 5px;
            left: 5px;
			width: 895px;
		}
            #mainMenuLevel2{
                position: absolute;
                top: 29px;
                width: 905px;
                left: 0;
            }
		#mainMenuHorisontal2{
			position: absolute;
			top: 37px;
			height: 2px;
			background-color:#F2F1E9;
			width: 905px;
		}
		#mainMenuHorisontal3{
			position: absolute;
			top: 62px;
			height: 2px;
			background-color:#F2F1E9;
			width: 905px;
		}
		.mainMenuLevel1Element{
			color: #999;
			font-size: 14px;
			text-decoration:none;
			text-align:center;
            margin-right: 40px;
            text-transform: uppercase;
		}
        #mainMenuLevel1Elements a.section {
          color: #A6602D;
          font-weight:bold;
        }
        #mainMenuLevel1Elements a.current {
          color: #A6602D;
          font-weight:bold;
        }
        #mainMenuLevel1Elements a.link {
          color:#999;
        }
        #mainMenuLevel1Elements a.link:hover {
          color:#A6602D;
        }
		#level1_1{
			position: absolute;
			left: 10px;
			width: 60px;
		}
		#level1_2{
			position: absolute;
			left: 105px;
			width: 50px;
		}
		#level1_3{
			position: absolute;
			left: 190px;
			width: 65px;
		}
		#level1_4{
			position: absolute;
			left: 290px;
			width: 35px;
		}
		#level1_5{
			position: absolute;
			left: 360px;
			width: 45px;
		}
		#level1_6{
			position: absolute;
			left: 430px;
			width: 110px;
		}
		#level1_7{
			position: absolute;
			left: 560px;
			width: 50px;
		}
		.mainMenuLevel2Element{
			color: #999;
			font-size: 14px;
			text-decoration:none;
			margin-right: 20px;
		}
		.mainMenuLevel2Element:hover{
			color: #A6602D;
		}
        #part1_right{
            position: absolute;
            top: 235px;
            right: 0;
            width: 295px;
        }
            #part1_right_module0{
                position: absolute;
                top: 0;
                left: 0;
            }

            #part1_right_module1{
                position: absolute;
                top: 205px;
                left: 0;
            }
            #part1_right_fraforumet{
                position: absolute;
                top: 410px;
                left: 0;
                background: #F9F8F7 url(../images/backgrounds/fraforumet.jpg) no-repeat;
                height: 195px;
                width: 295px;
            }
                #part1_right_fraforumet_textbox{
                    position: absolute;
                    top: 47px;
                    left: 22px;
                    color: #FF4419;
                    font-size: 13px;
                    line-height: 19px;
                }
            #part1_right_redaksjonell{
                position: absolute;
                top: 625px;
                left: 0;
                height: 195px;
                width: 295px;
                background: url(../images/backgrounds/minimodule_gray_gradient.jpg) repeat-x bottom;
            }
        #part1_left{
            position: absolute;
            top: 235px;
            left: 0;
            width: 600px;
        }
            #part1_left_mainmodule{
                position: absolute;
                top: 0;
                left: 0;
            }
                #slide1{
                    position: absolute;
                    top: 0;
                    left: 0;
                }
                #part1_left_mainmodule_textarea{
                    position: absolute;
                    top: 410px;
                    height: 92px;
                    width: 600px;
                    background: #F2F1E9 url(../images/backgrounds/mainmodule_gray_gradient.jpg) repeat-x;
                }
            #part1_left_horisontal{
                position: absolute;
                top: 505px;
                height: 5px;
                background-color:#F2F1E9;
                width: 600px;
            }
            #part1_left_module0{
                position: absolute;
                top: 525px;
                left: 0;
            }
            #part1_left_module1{
                position: absolute;
                top: 525px;
                left: 305px;
            }
            #part1_left_row2_module0{
                position: absolute;
                top: 625px;
                left: 0;
            }
            #part1_left_row2_module1{
                position: absolute;
                top: 625px;
                left: 305px;
            }
    	#annonsebar1{
		position: absolute;
		top: 1075px;
		height: 80px;
		width: 905px;
	}
	#dottedline_1{
		position: absolute;
		top: 849px;
		height: 1px;
		width: 905px;
	}
	#dottedline_2{
		position: absolute;
		top: 1065px;
		height: 1px;
		width: 905px;
	}
	#dottedline_3{
		position: absolute;
		top: 1165px;
		height: 1px;
		width: 905px;
		left: 0;
	}
	#annonsebar2{
		position: absolute;
		top: 1800px;
		height: 80px;
		width: 905px;
	}
	#dottedline_4{
		position: absolute;
		top: 1791px;
		height: 1px;
		width: 905px;
	}
	#dottedline_5{
		position: absolute;
		top: 1889px;
		height: 1px;
		width: 905px;
	}
	#bottombar{
		position: absolute;
		top: 2320px;
		left: 0;
		height: 50px;
		width: 905px;
		background: #EDEBDF url(../images/backgrounds/bottombar.jpg) repeat-x;
	}
    #footer{
		position: absolute;
		top: 2390px;
		width: 905px;
	}
		#dottedline_6{
			position: absolute;
			top: 0;
			height: 1px;
			width: 905px;
		}
		#kontaktinfo{
			position: absolute;
			top: 10px;
			left: 1px;
			width: 885px;
		}
			#footer_kontaktinfo{
				position: absolute;
				top: 0px;
				left: 0px;
				color: #666;
				font-size: 13px;
				line-height: 18px;
			}
		#dottedline_7{
			position: absolute;
			top: 60px;
			height: 1px;
			width: 905px;
		}
		#disclaimer{
			position: absolute;
			top: 68px;
			left: 0;
			text-align:center;
			width: 905px;
			font-size:10px;
			color: #666;
		}
		#bottommargin{
			position: absolute;
			top: 100px;
			left: 0px;
			height: 20px;
		}
.mainModule_supertitle{
	position: absolute;
	color: #fff;
	font-size: 12px;
	left: 15px;
	top: 5px;
}
.mainModule_title{
	position: absolute;
	color: #fff;
 	font-weight: bold;
	font-size: 20px;
	left: 15px;
	top: 20px;
}
.mainModule_textarea{
	position: absolute;
	top: 350px;
	height:50px;
	width: 600px;
}
.stortSitat{
	position: absolute;
	top: 7px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:32px;
	color: #925527;
}
.smallModule_supertitle{
	position: absolute;
	color: #000;
	font-size: 12px;
	left: 15px;
	top: 5px;
}
.smallModule_title{
	position: absolute;
	color: #fff;
 	font-weight: bold;
	font-size: 18px;
	left: 15px;
	top: 20px;
}
.smallModule_image{
	position: absolute;
	top: 0;
}
.smallModule_textarea{
	position: absolute;
	top: 145px;
	height:50px;
	width: 295px;
}
.textarea_orange{
	background: #FF9E00 url(../images/backgrounds/orange_gradient.jpg) repeat-x;
}
.textarea_green{
	background: #FF9E00 url(../images/backgrounds/green_gradient.jpg) repeat-x;
}
.textarea_blue{
	background: #FF9E00 url(../images/backgrounds/blue_gradient.jpg) repeat-x;
}
.textarea_red{
	background: #FF9E00 url(../images/backgrounds/red_gradient.jpg) repeat-x;
}
.textarea_brown{
	background: #FF9E00 url(../images/backgrounds/brown_gradient.jpg) repeat-x;
}
.miniModule_supertitle{
	position: absolute;
	color: #000;
	font-size: 13px;
	left: 8px;
	top: 8px;
	width: 162px;
}
.miniModule_title{
	position: absolute;
	color: #703A42;
 	font-weight: bold;
	font-size: 18px;
	left: 8px;
	top: 30px;
	width: 162px;
}
.miniModule_image{
	position: absolute;
	top: 0;
	left: 0;
}
.miniModule_textarea{
	position: absolute;
	top: 0px;
	left: 120px;
	height: 79px;
	width: 175px;
	background: #FF9E00 url(../images/backgrounds/minimodule_gray_gradient.jpg) repeat-x;

}
.redaksjonell_supertitle{
	position: absolute;
	color: #666;
	font-size: 13px;
	left: 9px;
	top: 45px;
	width: 285px;
}
.redaksjonell_title{
	position: absolute;
	left: 8px;
	top: 65px;
	width: 285px;
	color: #000;
	font-size: 18px;
}
.redaksjonell_text{
	position: absolute;
	left: 9px;
	top: 95px;
	width: 285px;
	color: #71355F;
	font-size: 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.bottombar_text{
	position: absolute;
	top: 15px;
	left: 15px;
	color: #A15D2B;
	font-size: 18px;
}
.forumlink{
	color: #FF4419;
	font-size: 13px;
}
.bottombarlink{
	font-weight:bold;
}

/* Global Resetting */

/*
html{	
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  font-size: 100%;
*/
  /* reset font-sizes to 1em == 10px */
/*
}
* {
*/
  /* reset font-sizes to 1em == 10px */
/*
    padding: 0;
  margin: 0;
  font-family:Tahoma;
  list-style:none;
}
a img{
  border:0;
}
.clear{
  clear:both;
}

div{
    display: block;
}

.float-left{
  float: left;
}
.float-right{
  float: right;
}
*/
/* Layout CSS */
/*
#Main {
  margin:20px auto;
  width:905px;
}

#AdminMain {
  margin:20px auto;
  width:1300px;
}



hr.clear_top{
  clear:both;
  border: 0 none;
  color: #F2F1E9;
  background-color: #F2F1E9;
  width: 100%;
  height: 5px;
  
}


#Menylinje{
  background-image: url(../images/meny_bg.jpg);
  background-position: left top;
  height: 62px;
  width: 100%;
  float:left;
  text-transform: uppercase;

}

#Menylinje li{
  font-size: 1em;
  position: relative;
  top: 6px;
  left: 6px;  
  list-style: none;
  float: left;
  padding-right: 10px;
}
*/
/* style, color and size links and headings to suit */
    /*
#Menylinje a, #Menylinje h2 {
  padding: 2px 3px;
}

#Menylinje h2 {
}

#Menylinje a {
  color: #000;
  text-decoration: none;
}

#Menylinje a:hover {
  color: #a00;
  background: #fff;
}

.storArt{
  width: 600px;
  height: 400px;
  margin-bottom: 10px;
  background: gray bottom url(../images/artikkel_brun.jpg) repeat-x;
}
.storArt h2{
  color: white;
  height: 50px;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  top: 350px;

}

.storArtSitat{
  background-color: gray;
  width: 100%;
  height: 92px;
  margin-bottom: 10px;
}

.mediumArtGronn{
  background: gray bottom url(../images/artikkel_gronn.jpg) repeat-x;
  width: 100%;
  height: 195px;
  margin-bottom: 10px;
}

.mediumArtGul{
  background: gray bottom url(../images/artikkel_gul.jpg) repeat-x;
  width: 100%;
  height: 195px;
  margin-bottom: 10px;
}

.mediumArtGronn h2, .mediumArtGul h2
{
  position:relative;
  top: 145px;
  color: white;

}



#DagensAndakt{
  background:  url(../images/andakt.jpg) no-repeat left center;
  height: 195px;
  width: 295px;
}

#DagensAndakt div.tekst{
  position: relative;
  top: 50px;
  color: #612E52;
  font-size: 18pt;
  
}



#Header {
  border-left:0px solid #ccc;
  border-right:0px solid #ccc;
  clear:left;
}
#Header h1 {
  color:#E7E6DE;
  font-size:54pt;
  padding-left:0px;
}


#Menu1 {
  padding:0px 0px 0;
}
#Menu1 li {
  float:left;
  margin-left:2px;
}
#Menu1 li.current,
#Menu1 li.section {
}
#Menu1 li a {
  display:block;
  color:#fff;
  font-weight:bold;
  font-size:1.1em;
  text-decoration:none;
  padding:0px 0px;
}
#Menu1 li a:hover {
  color:#d2ebff;
}
#Menu1 li.current a,
#Menu1 li.section a {
  color:#d2ebff;
}



#ContentContainer {
  clear:both;
  padding-top:20px;
  padding-bottom:20px;
  overflow: auto;
}

#Banner {
  text-align: center;
}

#Menu2 {
  margin-left: 20px;
  width: 17em;
  float:left;
  background:#f0f0f0;
  border:1px solid #ddd;
  padding:10px 10px 10px 10px;
}
#Menu2 li {
  padding-left:15px;
}
#Menu2 a {
  color:#333;
  font-weight:bold;
  font-size:1.1em;
  line-height:1.6em;
  text-decoration:none;
}
#Menu2 a:hover {
  text-decoration:underline;
}
#Menu2 li.current a,
#Menu2 li.section a {
  color:#0083C8;
}

#Content {
  float: left;
  margin: 0px 20px;
  width:70%;
}

div.breadcrumbs {
  margin-bottom:10px;
  font-size:1em;
  color:#666;
}
div.breadcrumbs a {
  text-decoration:none;
}

#Footer {
  background:#015581;
  clear:both;
  text-align:center;
    */
  /* padding-right:20px;*/
  /*
    border:1px solid #ccc;
  border-top:0;
  margin-top:10px;
}
#Footer span {
  color:#ccc;
  font-size:1.1em;
  line-height:2em;
  font-weight:bold;
  padding-left:20px;
}
#Footer a {
  color:#fff;
}
#Footer a:hover {
  text-decoration:none;
}
*/

/* The rest of this file is for the second tutorial */
/*
    #NewsList,
#StaffList {
  background:#f0f0f0;
  border:1px dotted #ccc;
  padding:10px;
}

#NewsList li,
#StaffList li {
  margin: 0;
  list-style-type: none;
}
#NewsList li.newsDateTitle span {
  color:#666;
  line-height:2em;
}
#NewsList li.newsDateTitle a {
  font-size:1.3em;
  font-weight:bold;
  color:#0083C8;
  text-decoration:none;
  padding-left:20px;
}
#NewsList li.newsDateTitle a:hover {
  border-bottom:1px dotted #0083C8;
}

#NewsList li.newsSummary {
  margin-bottom:20px;
}
#NewsList li.newsSummary span {
  font-size:1.1em;
  line-height:1.5em;
  color:#333;
}
#NewsList li.newsSummary a.readMoreLink {
  color:#0083C8;
  text-decoration:none;
}
#NewsList li.newsSummary a.readMoreLink:hover {
  border-bottom:1px dotted #0083C8;
}

div.newsDetails {
  margin-bottom:10px;
}

div.newsDetails p {
  color:#666;
  margin:0;
  font-size:1em;
}

div.pageComments {
  background:#f0f0f0;
  border:1px dotted #ccc;
  padding:10px;
}

#StaffList .staffname { 
  clear: both;
  padding-left: 60px;
  height: 1.2em;
}

#StaffList .staffphoto {
  float: left;
  margin-left: 3px;
  margin-top: -1.2em;
}     
#StaffList .staffphoto img {
  border:1px solid #AAA;
}

#StaffList .staffdescription {
  margin-left: 60px;
  margin-bottom:30px;
}

#StaffPhoto {
  float: left;
  margin-right: 10px;
}

#StaffPhoto img {
  border:1px solid #AAA;
}

#PageComments {
  list-style:none;
  background:#e9e9e9;
  border:1px solid #ccc;
  border-bottom:0;
  padding:0;
  margin:0;
}
#PageComments li {
  list-style:none;
  padding:5px;
  margin:0;
  font-size:1em;
  border-bottom:1px dotted #bbb;
}
#PageComments li p span {
  font-style:italic;
}
#PageComments a.deletelink {
  font-weight:bold;
}


#PageNumbers {
  font-weight:bold;
  color:#333;
  font-size:1.1em;
  text-align:center;
  padding:5px;
  border:1px solid #ddd;
  background:#e9e9e9;
}
#PageNumbers * {
  padding:0 5px;
  line-height:1.5em;
}
#PageNumbers a {
  color:#0083C8;
  text-decoration:none;
}
#PageNumbers a:hover {
  text-decoration:underline;
}
    */

		

