@charset "utf-8";
/* CSS Document */

/* Author: Bjarte Lund Rolland */

/* 
COLORS:
light grey:		f0f0e8
regular grey:	666
light turqiose:	f0f8ff
text:			333
dark blue:		003366

MARGINS:
20px
10px
5px

*/

/* BODY (General styles)
---------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0 auto;
	padding:0px;
	font-size:0.7em;
	width:900px;
	background:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#444444;
	line-height:1.5em;
}

img {border:none;
}

.imgStyle {
	border:solid 1px #CCCCCC;
	margin:0 8px 4px 0;
	float:left;
}

.imgStyle:hover {
	border:solid 1px #CCCCCC;
}


/* COMMON STYLES
---------------------------------------- */
p {
	margin:0 0 10px 0;
}

h1  {
	color: #0066cc;
	border-bottom:1px solid #e1e1e1;
	font-size: 1.6em;
	font-weight:bold;
	margin-bottom:10px;
	letter-spacing:-2px;
	line-height:1.6em;
}

	h1 a:link,
	h1 a:link,
	h1 a:link {
	}
	
	h1 a:hover {
	}

h2 {
	color: #0066cc;
	border-bottom:1px solid #e1e1e1;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 10px;
	line-height:1.5em;
	width:175px;
}	

	h2 a:link,
	h2 a:link,
	h2 a:link {
	}
	
	h2 a:hover {
	}

h3 {
	color: #0066cc;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom:5px;
}	

	h3 a:link,
	h3 a:link,
	h3 a:link {
	}
	
	h3 a:hover {
	}
	
h4 {
	color: #0066cc;
	font-size: 1.5em;
	font-weight: normal;
	line-height:1.5em;
}	

hr {
	border:1px solid grey;
	margin:5px 0;
}



/* LINKS 
---------------------------------------- */
a,
a:link,
a:visited
a:active {
	text-decoration: none;
	color:#0066cc;
} 
a:hover {
	text-decoration:none;
}

 
/* FORMS
---------------------------------------- */

.text {
	font-size:1em;
	border:solid 1px grey;
	background:f3f3f3;
}

.field {
	width:150px;
	border:solid 1px orange;
	height:18px;
	padding:7px 0 0 5px;
	color:grey;
	font-size:1em;
	background:pink;
}

.button {
	font-size:1em;
	color:#444444;
	border:solid 1px #444444;
	background:#cccccc;
	width:40px;
	height:18px;
}

.input:focus {
	border:solid 1px grey;
	background:f3f3f3;
}

/* CONTAINER (This is the main wrapper)
------------------------------------------------------------------ */
#container {
	width:900px;
	background: transparent url(../gfx/bgcontainer.png) repeat-y scroll 0 0;
	padding:0 20px;
	
}


/* HEADER (Includes header with logo, slideshow and horizontal top navigation)
------------------------------------------------------------------ */
#header {
	background: url(../gfx/topBorder.gif) left bottom no-repeat;
	height:212px;	
}

#header img {
	float:left;
}

.slide {
	width:670px;
	height:202px;
	float:left;
}



/* LEFT (Includes (product) menu on the left, search and addtional content)
------------------------------------------------------------------ */
#left {
	background:white;
	width:230px;
	float:left;
	clear:both;
}

.leftBox {
	padding:62px 0 20px 20px;
	float:left;
	width:204px;
}

.leftBoxContent {
	background: url(../gfx/bgLeftBox.jpg) no-repeat;
	color:#FFFFFF;
	height:227px;
	padding:0 15px;
}

/* MAIN content (Includes all articles)
------------------------------------------------------------------ */
#main {
	width:640px;
	
	background:white;
	padding:0 10px 0 15px;
	float:left;

}
#main .articlelayout{
	min-height:520px;
  	height:auto !important;
  	height:520px;
}


#tipFriend {
	margin-bottom:15px;
}

	
#print {
	padding: 5px 0 0 0;
	float:right;
	text-align:right;
}

#print img/*,
.backAndPrint img */{
	margin-right:10px;
	margin-bottom:-4px;
}

#arkiv{
	padding-top:10px;
	padding-right:25px;
	float:right;

}

/* FRONTPAGE (Styles for frontpage only)
------------------------------------------------------------------ */
#front {
	width:640px;
	padding-top:15px;
	background: #FFFFFF;
	overflow:hidden;
}


.frontpageTab {
	width:628px;
	height: 221px;
	padding:0;
}

.frontpage_tab img {
}

.frontpageList {
	width:620px;
	float:left;
	margin-top:10px;
	padding:5px 10px 0 0;
}

.frontpageList img {
	float:left;
	border:solid 1px #CCCCCC;
	margin:0 10px 5px 0;
}

.frontpageList_ReadMore {
	padding-left:115px;
	float:none;
}


.frontpageList_Time {
	colour: #ccc;
	font-size:0.8em;
	font-style:italic;
	float:right;
}

/* NEWSARCHIVE
------------------------------------------------------------------ */
.archiveList {
	width:630px;
	float:left;
}

/* FOOTER (Includes adresses, copyright declarations, i-tools branding, and more)
------------------------------------------------------------------ */
#footer {
	width:880px;
	color:#999999;
	background: url(../gfx/bottomBorder.gif) no-repeat top left white;
	text-align:left;
	font-size: 0.8em;
	clear:both;
	padding:20px 0 15px 20px;
	border-bottom:solid 1px #f0f0f0;

}
#brand {
	width:920px;
	color:#999999;
	text-align:right;
	font-size: 0.8em;
}
