/*
@ctiveWEB CSS Layout 2009
*/


/* GLOBAL SENTERING vertikal/horisontal
 ----------------------------------------------- */

html, body {
height: 100%;
overflow: hidden;
background-color: White;
scrollbar-face-color: #F2E7E1; /* Farge på Scrollbar - Litt mørkere enn omriss */
scrollbar-shadow-color: White;
scrollbar-highlight-color: White;
scrollbar-3dlight-color: White;
scrollbar-darkshadow-color: White;
scrollbar-track-color: White;
scrollbar-arrow-color: White;
}

* :focus { outline: 0; }

body {
text-align: center;
padding: 0px;
margin: 0px;
}

#omriss {
background-color: #FFF8F5; /* Farge på omriss */
position: relative;
height: 100%;
width: 100%;
overflow: auto;
}

#distance {
margin-bottom: -326px ; /* Halve høyden på content */
width: 1px;
height: 50%;
float: left;
background-color: transparent;
}

#content {
position: relative;
text-align: left;
width: 918px; /* Bredde på midtstilt boks */
height: 652px; /* Høyde på midtstilt boks */
margin: 0 auto;
clear: left;
padding-top: 8px;
padding-left: 8px;
background-image: url(../images/layout/bg_border.jpg);
background-repeat: no-repeat;
background-color: transparent;
}



/*  PAGE LAYOUT
 ----------------------------------------------- */
 
#wrapper {
  position: static;
  margin: 0px;
  width: 900px;
  height: 635px;
  text-align: left;
  background-color: transparent;
  overflow: hidden;
}

#meny {
  margin: 0px;
  width: 900px;
  height: 80px;
  text-align: left;
  background-image: url(../images/layout/menu_birds.jpg);
  background-repeat: no-repeat;
  background-color: white;
  overflow: hidden;
}

#artikkel {
  margin: 0px;
  width: 900px;
  height: 441px;
  text-align: left;
  background-image: url(../images/layout/bg_top_birds.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  overflow: hidden;
}

#birds {
  margin: 0px;
  width: 900px;
  height: 76px;
  text-align: left;
  background-image: url(../images/layout/birds.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  overflow: hidden;
}

#footer {
  margin: 0px;
  width: 900px;
  height: 40px;
  text-align: left;
  background-image: url(../images/layout/footer.jpg);
  background-repeat: no-repeat;
  background-color: white;
  overflow: hidden;
}

#homebar {
margin-top: 4px;
margin-left: 20px;
}






/* FORSIDE - by Ti-Mo egen stil
 ----------------------------------------------- */
 
body.forside {	
	color: #a7a3a0;
	background-color: #FCF3EE;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
   padding: 0px;
   margin: 0px;
}


body.forside div#dist {
margin-bottom: -250px ; /* Halve høyden på content */
width: 1px;
height: 50%;
float: left;
}

body.forside div#cont {
position: relative;
text-align: left;
width: 600px;
height: 400px;
margin: 0 auto;
clear: left;
}

body.forside div#logo {
	width: 600px;
	margin: 100px auto 30px auto;
}

body.forside div#logo img { 
   display: block; 
}

body.forside div#nav {
	padding-left: 263px;
}

body.forside div#nav a {
   padding: 0 5px;
   color: #a7a3a0;
   text-decoration: none;
}
		
body.forside div#nav a:hover {
   color: #6F6B68;
}


