/* 
DETTE STILSETT ER LAGET FOR KS-AUTOMASJON.NO
AV BJØRN IDAR KRISTIANSEN

SIST ENDRET 10.09.2008
 */

/* PLASSERING */

* {	
	margin: 0 auto;
	padding: 0;
	border: 0;
}

/* BODY */

body {
	background: #000 url(bodybg.jpg) repeat-x;
	background-position: center left;
	font-family: Verdana;
	font-size: 12px;
}

/* ---------------------------------------------------------------------------------------------------*/

/* TOPP */


#header_no {
	background: #000;
	width: 900px;
	height: 169px;
}

#header_eng {
	background: #000 url(header_eng.jpg) no-repeat;
	width: 900px;
	height: 169px;
}

#subheader {
	background: #000 url(subheader.jpg) no-repeat;
	height: 25px;
	color: #fff;
	font-family: Arial, Georgia;
	font-size: 18px;
	width: 900px;
}

#nav {
	background: #000 url(navbg.jpg) repeat-x;
	height: 20px;
	width: 900px;
	border-bottom: #000 1px solid;
}


/* SLUTT TOPP */

/* ---------------------------------------------------------------------------------------------------*/

/* HOVEDFELTET */

#wrapper {
	border-top: #000 1px solid;
	width: 900px;
	background: #fff url(bakgrunn.jpg) repeat-y;
	min-height: 400px;
		
}

	/* UNDERNAVIGASJON */
	
	#subnav {
		width: 190px;
		padding: 5px;
		float: left;
	}
	
	/* SLUTT NAVIGASJON */

	/* INNHOLDSRUBRIKK */
	
	#main {
		width: 690px;
		float: left;
		padding: 5px;
	}
/* SLUTT WRAPPER MAIN */	

#sub_header {
	width: 684px;
	background: url(subheader.jpg) no-repeat;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	height: 25px;
	padding: 2px;
	border: #000 1px solid;
}

/* ----------------------------------------------------------------*/	

/* BUNNWRAPPER */

#footer{
	width: 900px;
	background: #005e5e;
	color: #fff;
		
}


	


/* ----------------------------------------------------------------*/	

/* SLUTT INNHOLDSRUBRIKK */

/* ----------------------------------------------------------------*/	

/* Diverse bokser */

#pagebox_top {
	background: url(navbg.jpg) repeat-x;
	width: 430px;
	height: 20px;
	border-left: #000 1px solid;
	border-top: #000 1px solid;
	border-right: #000 1px solid;
	color: #fff;
	font-weight: bold;
	padding: 2px;
}

#pagebox_bottom {
	width: 434px;
	border-left: #000 1px solid;
	border-bottom: #000 1px solid;
	border-right: #000 1px solid;
}

/* ---------------------------------------------------------------------------------------------------*/	
	
	

