@charset "utf-8";
/* CSS Document */

/* Author: Bjarte Lund Rolland */

/* 
COLORS:


MARGINS:

*/

/* BODY (General styles)
---------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0 auto;
	padding: 0px;
	width: 990px;
	background: url(../gfx/bg.jpg) repeat-x #dce2df;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color:#7a817d;
	line-height:1.6em;
}

img {border:none}

.imgStyle {
	border:2px #cad3ce solid;
	margin:0 10px 0 0;
	float:left;
}
.imgStyle:hover {
	border:2px solid #00265d;
}
.newsImage {
	float: right;
	margin: 5px 0 5px 10px;
	border: none;
	}
hr {
	border:solid 1px #f0f3f1;
}

.box {
	background:#f0f3f1;
	border-right:#cad3ce solid 2px;
	border-bottom:#cad3ce solid 2px;
	padding:10px;
	margin:10px 10px 10px 0;
	float:left;
}
/* COMMON STYLES
---------------------------------------- */
p {
	margin:0 0 10px 0;
}

h1,
.butikk_tittel {
	color: #00265d;
	font-size: 3em;
	font-weight:normal;
	margin-bottom:10px;
	letter-spacing:-2px;
	line-height:1em;
}

	h1 a:link,
	h1 a:active,
	h1 a:visited {
		text-decoration:none;
		color: #00265d;
		line-height:1em;
	}
	
	h1 a:hover {
		color:#c9d2cd;
	}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom:5px;
	line-height:1.3em;
}	

	h2 a:link,
	h2 a:active,
	h2 a:visited {
		text-decoration:none;
	}
	
	h2 a:hover {
	}

h3 {
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom:10px;
	line-height:1.3em;
	background:#e1e6e4;
	padding: 5px 10px;
	text-transform:uppercase;
}	

	h3 a:link,
	h3 a:active,
	h3 a:visited {
		text-decoration:underline;
	}
	
	h3 a:hover {
		text-decoration:none;
	}

h4 {
	font-size: 0.8em;
	font-weight: bold;
	margin:0;
	padding:0;
	text-transform:uppercase;
	border-bottom: solid 2px #f0f3f1;
}	

hr {
	border-bottom: solid 2px #f0f3f1;
	margin:5px 0;
}

/* LINKS 
---------------------------------------- */
a,
a:link,
a:visited,
a:active {
	text-decoration: underline;
	color:#7a817d;
} 
a:hover {
	text-decoration:none;
	color:#00265d;
}

 
/* FORMS
---------------------------------------- */
/*
form {
	margin: 0px;
}
input {}
input:focus {
	background-color:#CCCCCC;
}
textarea {}*/



/* CONTAINER (This is the main wrapper)
------------------------------------------------------------------ */
#container {
	width: 950px;
	background: white;
	border-left: solid 5px #c9d2cd;
	border-right: solid 5px #c9d2cd;
	border-bottom: solid 2px #c9d2cd;
	padding:0 20px 20px 20px;	
}


/* HEADER (Includes header with logo, slideshow and horizontal top navigation)
------------------------------------------------------------------ */
#header {

}

#header img {
	float:left;
}

.slide {
	width:730px;
	height:200px;
	float:left;
	background:white;
	overflow:hidden;
}


/* LEFT (Includes (product) menu on the left, search and addtional content)
------------------------------------------------------------------ */
#left {
	width:200px;
	float:left;
	clear:both;
	margin-right:20px;
}


#search {
	float:left;
}

/* MAIN content (Includes all articles)
------------------------------------------------------------------ */
#main {
	width:730px;
	float:left;
}

/*.tips, 
.details {
	margin-top:10px;
	padding:5px;
	background:aqua;
}*/

#breadcrumbsWrapper {
	width:100%;
	margin-bottom:10px;
	height:20px;
	font-size: 0.8em;
	font-weight: bold;
	padding:0;
	text-transform:uppercase;
	border-bottom: solid 2px #f0f3f1;
	padding-top:10px;
}

	#breadcrumbs {
		float:left;
		width:60%;
		
	}

#print {
	float:right;
	width: 30%;
	text-align:right;
	height:20px;
}

	#print img/*,
	.backAndPrint img */{
		margin-top:-2px;
	}



.newsImgWidth img{
	max-width:100%;
}


	/* FRONTPAGE (Styles for frontpage only)
	------------------------------------------------------------------ */
	#front {
		width:510px;
		float:left;
		padding-top:10px;
	}
	
	.frontpageTab {
		width:250px;
		float:left;
		margin:0 10px 10px 0;
		padding:10px;
		border:1px solid #f0f0e8;
		height:170px;
		min-height:170px;!important
	}
	
		.frontpage_tab img {
			float:left;
			margin: 0 10px 5px 0;
		}
	
	.frontpageList {
		width:550px;
		float:left;
		margin-bottom:10px;
		padding:10px;
		border:1px solid #f0f0e8;
	}

		.frontpageList img {
			float:left;
			margin: 0 10px 5px 0;
		}
	
	.list {
		background:url(../gfx/bullet.gif) left top no-repeat;
		padding-left:20px;
		vertical-align:top; 
		font-size:0.9em;
	}	
	
	.list strong a:link,
	.list strong a:active,
	.list strong a:visited {
		text-decoration:none;
	}
	
	.list strong a:hover {
		text-decoration:none;
		color:#00265d;
	}
	
	/* 20.08.08 */
	.separator {
		height:20px;
		clear:both;
		float:left;
		background:white;
		width:100%;
	}
	
	.printstation {
		margin-left:0px;
		padding:0 0 3px 3px;
	}
	
	
/* RIGHT (Right container)
------------------------------------------------------------------ */
#right {
	background:#f0f3f1;
	width:200px;
	float:right;
	margin-top:20px
}

	#right img {
		width:176px;
	}
	
		#right .referanserBox img{
			margin:0 0 5px 10px;
		}
	
	#right p,
	#right h2,
	#right h4 {
		padding: 0 10px ;
	}
	
	#right hr {
		border-top:2px solid white;
	}
	
	#right .list {
		padding-left:20px;
		margin-left:10px;
	}
	

/* FOOTER (Includes adresses, copyright declarations, i-tools branding, and more)
------------------------------------------------------------------ */
#footer {
	text-align:left;
	font-size: 0.7em;
	color:#999;
	clear:both;
	width: 950px;
	background: white;
	border-left: solid 5px #c9d2cd;
	border-right: solid 5px #c9d2cd;
	border-bottom: solid 5px #c9d2cd;
	padding:5px 20px 50px 20px;
	margin-bottom:20px;
	/*IE-fix*/
	min-height: 40px;
	height: auto !important;
	height: 40px;
	line-height:1.5em;
}

	#footer p {
		float:left;
		width:700px;
		padding-top:10px;
	}

#itoolsBrand {
	width: 100px;
	font-size:0.9em;
	font-size:8px;
	color:#999;
	float:right;
	text-align:right;
	padding-right:5px
}

	#itoolsBrand img {
		padding: 0px;
		border:none;
	}
