@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;
	width: 990px;
	background: white;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color:#999;
	line-height:1.5em;
}

img {border:none}

.imgStyle {
	border:2px purple solid;
	margin:0 8px 4px 0;
	float:left;
}

.imgStyle:hover {
	border:2px solid red;
}


/* COMMON STYLES
---------------------------------------- */
p {
	margin:0 0 10px 0;
}

h1,
.butikk_tittel {
	color: #999;
	font-size: 16px;
	font-weight:normal;
	margin-bottom:20px;
	line-height:1em;
}

	h1 a:link,
	h1 a:link,
	h1 a:link {
	}
	
	h1 a:hover {
	}

h2 {
	color: black;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 10px;
	line-height:1.5em;
}	

	h2 a:link,
	h2 a:link,
	h2 a:link {
	}
	
	h2 a:hover {
	}

h3 {
	color: black;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom:5px;
	line-height:1.3em;
}	

	h3 a:link,
	h3 a:link,
	h3 a:link {
	}
	
	h3 a:hover {
	}
	
h4 {
	font-size: 0.8em;
	font-weight: bold;
	margin:0;
	text-transform:uppercase;
}	

hr {
	border:1px solid grey;
	margin:5px 0;
}



/* LINKS 
---------------------------------------- */
a,
a:link,
a:visited,
a:active {
	text-decoration: underline;
	color:white;
} 
a:hover {
	text-decoration:none;
}

 
/* FORMS
---------------------------------------- */
/*
form {
	margin: 0px;
}
input {}
input:focus {
	background-color:#CCCCCC;
}
textarea {}*/



/* CONTAINER (This is the main wrapper)
------------------------------------------------------------------ */
#container {
	width: 902px;
}


/* HEADER (Includes header with logo, slideshow and horizontal top navigation)
------------------------------------------------------------------ */
#header {

}

#header img {
	float:left;
}

.slide {
	width:902px;
	height:121px;
	float:left;
}


/* LEFT (Includes (product) menu on the left, search and addtional content)
------------------------------------------------------------------ */
#left {
	width:200px;
	float:left;
	clear:both;
}


#search {
	float:left;
}

/* MAIN content (Includes all articles)
------------------------------------------------------------------ */
#main {
	width:682px;
	float:left;
	padding:10px;
}

/*.tips, 
.details {
	margin-top:10px;
	padding:5px;
	background:aqua;
}*/

#breadcrumbsWrapper {
	background:aqua;
	width:100%;
	font-size:0.8em;
	font-weight:bold;
	margin-bottom:10px;
	height:20px;
}

	#breadcrumbs {
		float:left;
		width:60%;
	}

#print {
	float:right;
	width: 30%;
	text-align:right;
	height:20px;
}

	#print img/*,
	.backAndPrint img */{
		margin-bottom:-12px;
	}

.box {
	background:aqua;
	border-right:black solid 2px;
	border-bottom:black solid 2px;
	padding:10px;
	margin:10px 0;
	float:left;
}

.left {
	width:400px;
	float:left;
}

.right {
	width:232px;
	float:left;
	padding-left:50px;
}


	/* FRONTPAGE (Styles for frontpage only)
	------------------------------------------------------------------ */
	
	.frontIMG {

		z-index:1;
	}
	
	.navigationFront {
		position:absolute;
		z-index:2;
		top:450px;
	}
	
	.navigationFrontTop {
	}
	
	.kontakt {
	
/*		float:right;
	width:380px;
	height:100px;
	top:0px;
	margin-left:606px;
	position: absolute;
	font-size:12px;
	color:#fff;
	line-height:16px;*/

		float:right;
		text-align:right;
		width:900px;
		margin-top:20px;
		color:#ccc;
		font-size:9px;
		z-index:2;		
	}
	

/* RIGHT (Optional right container for all sites)
------------------------------------------------------------------ */
#right {
	background:yellow;
	color:black;
	width:170px;
	float:right;
	padding:10px 20px 10px 10px;
	margin-top:-10px;
	margin-right:-10px;
}

/* FOOTER (Includes adresses, copyright declarations, i-tools branding, and more)
------------------------------------------------------------------ */
#footer {
	width:902px;
	background: url(../gfx/footer.jpg) no-repeat;
	height:128px;
	text-align:center;
	font-size: 0.7em;
	clear:both;
	padding:5px;
}

#footerFront {
	width:902px;
	background: url(../gfx/footer.jpg) no-repeat;
	height:128px;
	text-align:center;
	font-size: 0.7em;
	clear:both;
	padding:5px;
	margin-top:-50px;
}

#itoolsBrand {
	width: 100px;
	margin:8px auto;
	font-size:0.9em;
	padding: 5px;
	font-size:8px;
	color:#999;
}

	#itoolsBrand img {
		margin-bottom: -3px;
		padding: 0px;
		border:none;
	}
