/*
		
		Styles by Mattis Storm kopstad
		www.metronet.no
		
		based on styles by gavjof
		www.gavjof.com
		
	\\ SCREEN.CSS (for Front End Styles) //
*/

body { 
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: url(img/background.jpg) repeat-x #333;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #333;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Customise the standard HTML
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

a:link, a:visited, a:active {
	color: #a58d76;
	text-decoration: none;
}
a:hover {
	text-decoration: underline; 
	color: #CCCCCC;
}
hr {
	color: #000; 
	background-color: #000; 
	border: 1px dotted #c31a20; 
	border-style: none none dotted; 
	margin: 10px 0 10px 5px;
	width:567px;
}
/* Page Headings */

h1 {
	padding-left: 10px;
	padding-top:15px;
	color: #ce171e;
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: 100;
	margin: 0; 
}


 h2 {
	font-size: 12px;
	font-weight: 100;
	font-style: italic;
	padding-left:10px;
	/*margin: 0px;*/
	color: #c31a20;
	margin-bottom: 0px;
	clear:left;
	/*background-color:#161411;*/
}


h3 {
	font-size: 11px;
	font-weight: 100;
	font-style: italic;
	padding-left:10px;
	/*margin: 0px;*/
	color: #c31a20;
	margin-bottom: 0px;
	/*background-color:#161411;*/
}

h4{
	font-size: 11px;
	font-weight: 100;
	font-style: italic;
	padding-left:10px;
	margin: 0px;
	color: #c31a20;
	/*background-color:#161411;*/
}

form {margin: 0;}

blockquote 	{
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	color: #666;
	border-left: 2px solid #666;
	padding-left: 10px;
	font-size: 1.2em;
}

abbr				{}
acroynm			{}
cite				{}
address			{}
strong			{}
em					{}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Layout Blocks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#main { /* Holds the page items in place */
	/*overflow-x: hidden;*/
	width: 814px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#banner {
	background: url(img/oslo-veggdyr-kontroll.jpg) no-repeat center; 
	/* padding: 0 10px 0 20px;  this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:175px;
}
#banner_container{
	margin: 0 auto;
	}
#header_container h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	/*padding: 10px 0;  using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#extras {  /* objects outside main page (powered by etc) */
	width:814px ;
	margin: 0 auto;
	padding-bottom:10px;
	font-family:Tahoma, "Lucida Sans", sans-serif;
	font-size: 80%;
	color: #666;
	padding:0;
	color:#eee;
}
/*#banner {
	padding: 10px 20px 20px 20px;
	text-align: left;
	background: #666;
	font-weight: bold;
	border: 1px solid #000;
	/*
	put a nice background in here
	background: transparent url('my-image.jpg') top left no-repeat;
	
}*/
#banner a, #banner h1, #banner h2	{color: #fff; margin:0;padding:0;}
/* * html #banner {clear:both;height:70px;}  ie6 misbehaves again */

#banner h1	{font-size: 3em;padding-top:6px;} /* WEBSITE_TITLE */
#banner h2	{ /* PAGE_HEADER */
	font-size: 0.8em;
	text-transform:uppercase;
	letter-spacing:8px;
	margin-top:-20px;
	padding-left:8px;
	font-family:Arial, Helvetica, sans-serif;
}

#sideColumn { /* Currently holds the login box */
	float: right;
	width: 192px;
	margin: 0;
	margin-top: 0;
}
/*side meny*/
#side_menu_maur a {
   background: url(img/maur.jpg) 0 -55px no-repeat;
   height:56px;
   width:192px;
   display:block;
   }
#side_menu_maur a:hover {
   background-position: 0 0;
   }
#side_menu_maur a:active {
   background-position: 0 0;
   }
   

#side_menu_kakerlakker a {
   background: url(img/kakerlakker.jpg) 0 -55px no-repeat;
   height:56px;
   width:192px;
   display:block;
   }
#side_menu_kakerlakker a:hover {
   background-position: 0 0;
   }
#side_menu_kakerlakker a:active {
   background-position: 0 0;
   }


#side_menu_tre a {
   background: url(img/treskadeinsekter.jpg) 0 -55px no-repeat;
   height:56px;
   width:192px;
   display:block;
   }
#side_menu_tre a:hover {
   background-position: 0 0;
   }
#side_menu_tre a:active {
   background-position: 0 0;
   }



#side_menu_blod a {
   background: url(img/blodsugere.jpg)  0 -55px no-repeat;
   height:56px;
   width:192px;
   display:block;
   }
#side_menu_blod a:hover {
   background-position: 0 0;
   }
#side_menu_blod a:active {
   background-position: 0 0;
   }


#side_menu_rotter a {
   background: url(img/rotter.jpg) 0 -55px no-repeat;
   height:56px;
   width:192px;
   display:block;
   }
#side_menu_rotter  a:hover {
   background-position: 0 0;
   }
#side_menu_rotter  a:active {
   background-position: 0 0;
   }

#side_menu_biller a {
   background: url(img/biller.jpg) 0 -55px no-repeat;
   height:56px;
   width:192px;
   display:block;
   }
#side_menu_biller a:hover {
   background-position: 0 0;
   }
#side_menu_biller a:active {
   background-position: 0 0;
   }

#side_menu_bier a {
   background: url(img/bier.jpg) 0 -55px no-repeat;
   height:56px;
   width:192px;
   display:block;
   }
#side_menu_bier a:hover {
   background-position: 0 0;
   }
#side_menu_bier a:active {
   background-position: 0 0;
   }

#side_menu_fluer a {
   background: url(img/fluer.jpg) 0 -55px no-repeat;
   height:56px;
   width:192px;
   display:block;
   }
#side_menu_fluer a:hover {
   background-position: 0 0;
   }
#side_menu_fluer a:active {
   background-position: 0 0;
   }
  #side_menu_sopp a {
   background: url(img/sopp.jpg) 0 -55px no-repeat;
   height:56px;
   width:192px;
   display:block;
   }
#side_menu_sopp a:hover {
   background-position: 0 0;
   }
#side_menu_sopp a:active {
   background-position: 0 0;
   }
 #side_menu_duer a {
   background: url(img/duer.jpg) 0 -55px no-repeat;
   height:56px;
   width:192px;
   display:block;
   }
#side_menu_duer a:hover {
   background-position: 0 0;
   }
#side_menu_duer a:active {
   background-position: 0 0;
   }





#content { /* main content from the WYSIWYG goes in here */
	background:url(img/content_bg.jpg) repeat-y top center;
	padding: 0 7px 0 20px;
	min-height:450px;
	height:auto !important;
  	height:450px;
}
#content p {
	width:565px;
	}

#content_container {
	/*width:803px;*/
	margin: 0 auto;

}

/*#content_container IMG {
	float: right; 
	width: 350px;  since this element is floated, a width must be given 
	padding: 15px 30px 15px 0; /* top and bottom padding create visual space within this div  

}*/

#content_container IMG {
	padding: 12px; 

}

/*#content_container p{
	margin: 0 400px 0 0;
	padding-left:10px;
}*/
#content_container p{

	padding-left:12px;
}

* html #contentContainer #content {text-align:left;} /* ie6 misbehaves */
* html #contentContainer #content table {width: 90%;} /* ie6 fix to stop tables being pushed below floats */

#footer { 
	padding: 0 15px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(img/footer_bg.jpg) no-repeat center;
	height: 46px;
}
#footer p {
	text-align: center;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:10px;
	color:#fff;
}

#credits { 
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}

#credits_container{
	width:803px;
	margin: 0 auto;
	}
#credits p {
	text-align: right;
	margin: 0;
	font-size:8px;
}

#credits a:link, #credits a:visited, #credits a:active {
	color: #CCCCCC;
	text-decoration: none;
}
#credits a:hover {
	text-decoration: none; 
	color: #CCCCCC;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Search Box in banner */
#search_box {
	color: #000;
	text-align: center;
}

input, select { 
	background-color:transparent; 
	border: 1px solid #c31a20;
	color:#666;
}

textfield, textarea, select { 
	background-color:transparent; 
	border: 1px solid #c31a20;
	color:#666;
}

#search_box {
	margin-top:-25px;
	float: right;
	clear: right;
	width: 200px;
}
#search_box fieldset {border:0;}
#search_box legend, #search_box label {display:none;}

#search_string {
	width: 100px;
	height: 16px;
	font-size: 90%;
	vertical-align: middle;
	border: 1px inset #ccc;
}
#search_submit {
	width: 50px;
	height: 20px;
	font-size: 90%;
	vertical-align: middle;
	padding: 0 0 4px 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {
	margin: 0;
	padding: 0;
	padding-left:10px;
	list-style-type: none;
	font-size: 14px;
	cursor: default;
	width: auto;
}


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-transform:uppercase;
	font-weight:bold;
}

/* Header menu */	 
#header_menu {position: absolute; margin-left: 20px;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	height: 1.68em;
	/*background: #666;*/
	border-top: 0;
	padding:0;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 81%; 
	/*text-transform: uppercase;*/
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {float: left; color: #ccc; text-align: center; font-weight: normal;}
#nav ul li a {display: block; /*background: #000; */padding: 2px 10px; padding-bottom: 4px; color: #fff; text-decoration: none;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {color: #333;}
#nav li a:active, #nav ul li a.active {color: #333;}

/* Current page Customisations*/
#nav li.menu-current a		{ color: #fff;}
#nav li.menu-current a		{font-weight: bold;} 

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 12em; margin: 0; display: none; text-transform: none; border: 1px solid #000; border-top: 0; font-size: 100%;}
#nav .menu li ul li {width: 260px; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em;}
#nav .menu li ul a {width: 260px; padding: .6em .1em .6em .4em; background: #000; color: #fff; border: 0;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #000; background: #c31a20; border: 0;}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ width: 11.5em; padding: .6em .1em .6em .4em; background: #c6c6c6; color: #fff; }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}




/* end menu */






/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* Customise the Login Box */
#login-box { background: #eee; text-align: center;	line-height: 140%; margin: 1em 0 0.3em 0; border: 1px solid #ddd;}
#login-box fieldset {border:0;text-align:center;}
#login-box legend		{
	font-size: 90%;
	text-transform: uppercase;
	font-family:"Times New Roman", Times, serif;
	color: #333;
	font-weight: normal;
	letter-spacing: 0.15em;
}
.username {color: #009;} /* Color of name when logged in*/
.topboxbody {font-size:0.8em;padding:2px;}

#login-box input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Custom Classes (Re-useables)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */

.stealth {visibility:hidden; display:none;} /* hides from normal css enabled browsers */



/* Inline font Styles */
/* Pretty styles for changing text in the WYSIWYG editor */

.important	{font-weight:bold;color:#f00;}
.code				{font-family: "Courier New", Courier, mono; color:#093;letter-spacing: 1px;}

.info-box		{border: 1px solid #cc3; background-color:#F9F8E2;padding:4px;}

