/* 
	CSS Document
	Holger Teknologi AS
*/


body { 
	margin : 0; 
	padding : 0; 
	background-color : #fff;
	}


/*------------------------- Text formatting */


h1 {
	font : normal 26px/36px "Trebuchet MS";
	margin : 0 0 .5em;
	border-bottom : 1px solid #d2d8eb;
	padding-bottom : 5px;
	}

h2 {
	font : normal 20px/36px "Trebuchet MS";
	margin : 0 0 .5em;
	}

h3 {
	font : bold 16px/36px "Trebuchet MS";
	color : #8393c7;
	margin : 0 0 .5em;
	}

p {
	margin : 0 0 1.125em 0;
	text-align : justify;
	}

p, td, li {
	font : normal 12px/18px "Trebuchet MS";
	color : #000;
	}

a {
	text-decoration : underline;
	color : #8393c7;
	}

div#leftindex p,
div#leftindex td p {
	color : #8393c7;
	}

a:hover {
	text-decoration : none;
	color : #8393c7;
	}

div#tagmark a { 
	text-decoration : none; 
	color : #a2aed5;
	font : normal 10px/18px "Trebuchet MS";
	}

div#tagmark a:hover { 
	text-decoration : underline; 
	color : #a2aed5;
	}


/*------------------------- Containers */


div#wrap {
	width : 952px;
	padding : 0 4px;
	margin : 0 auto;
	}

div#header {
	width : 952px;
	height : 145px;
	}

div#topnav {
	width : 952px;
	height : 35px;
	background : url(../images/bg_topnav.gif) top left no-repeat;
	}

div#languagebox {
	width : 777px;
	height : 55px;
	float : right;
	}

img.flag {
	border : none;
	margin-top : 13px;
	float : right;
	}

div#maincontent {
	width : 700px;
	padding : 25px 37px 0 40px;
	float : right;
	}

img,
img a {
	border : 0;
	}


div#leftcontent {
	width : 175px;
	float : left;
	}

div#leftindex {
	width : 167px;
	padding : 25px 4px 0;
	}

div#leftsubnav {
	width : 171px;
	padding : 25px 0 0 4px;
	}

div#holger_segl {
	text-align : center;
	padding-top : 25px;
	}

div#footer {

	}

div#tagmark { 
	text-align : center; 
	margin : 25px auto; 
	}

.clear {
	clear : both;
	height : 0px;
	}


/*------------------------- Searchbox */


div#leftsearch {
	text-align : center;
	width : 175px;
	padding-top : 15px;
	height : 40px;
	background : url(../images/bg_searchbox.gif) top left no-repeat;
	}

input#tekstsok {
	padding : 1px 6px;
	width : 100px;
	border : 1px solid #c8c9cb;
	font : normal 12px "Trebuchet MS";
	color : #8393c7;
	}

input.rightcol_button {
	padding : 0 2px;	
	border : 1px solid #c8c9cb;
	font : normal 12px "Trebuchet MS";
	color : #8393c7;
	}


/*------------------------- Contact form */


td.contact {
	margin : 0;
	padding : 0;
	}

input.contact {
	font : normal 12px/18px "Trebuchet MS";
	padding : 2px;
	color : #000;
	border : 1px solid #8393c7;
	background-color : #fff;
	}

textarea.contact {
	font : normal 12px/18px "Trebuchet MS";
	padding : 2px;
	color : #000;
	border : 1px solid #8393c7;
	}

