/* LAYOUT */

#body {	
		margin: 23px 5px 23px 5px; /* top right bottom left */
/*		font: 10pt "Trebuchet MS", Tahoma, Arial, sans-serif; */
		font-family: Verdana, Geneva, Arial, Helvetica;
		font-size: 11px;
}

div#nav {
 		margin:0px;
 		padding:0px; /* top right bottom left */
 		visibility:hidden;
}

div#header {
		width:762px;
		margin: 0px auto 0px auto;	/* center content */
 		padding: 10px 0px 0px 0px; /* top right bottom left */
 		background-color: #fff;
 		text-align:left;
		}
		
div#main {
		width:762px;
		min-height:380px;
		margin: 0 0 -30px 0;	/* center content */
 		padding: 0px 0px 0px 0px; /* top right bottom left */
		text-align:left;


		}
		
div#mainLeft {
		width:0px;
		padding:0px;
		margin:0px;
		float:left;
		visibility:hidden;
		}
		
div#mainCenter {
		width:356px;
		padding:0px 25px 5px 25px; /* top right bottom left */
		margin:0px 0px 0px 0px; /* top right bottom left */
		float:left;
		}
		
div#mainDouble {
		width:512px;
		padding:0px 25px 5px 25px; /* top right bottom left */
		margin:0px 0px 0px 0px; /* top right bottom left */
		float:left;
		background: #fff; 
		min-height:500px;
		}
		
div#mainRight {
		width:175px;
		padding:0px;
		margin:0px;
		float:left;
		}
		
div#footer {
		width:762px;
		margin: 0px;	/* center content */
		padding: 30px 0px 20px 0px; /* top right bottom left */
		text-align:left;
		clear:both;		
		}
		
div#wrap {
	width:762px;
	margin: 0;
	background: #fff; 
	padding: 0;
	text-align: left;
}

div#shadow {	
	width:764px;
	margin: 0;
	background: #fff; 
	padding: 0;
	text-align: left;
}

/* FONTS */

h1.blue { color: #369; }
h1 { font-family: Arial, Verdana, Geneva, Arial, Helvetica; font-size: 21px; margin: 20px 0px 0px 0px; /* top right bottom left */ }
h2 { font-family: Arial, Verdana, Geneva, Arial, Helvetica; font-size: 15px; font-style: normal; margin: 20px 0px 0px 0px; font-weight: bold;}
h3 { font-family: Arial, Verdana, Geneva, Arial, Helvetica; font-size: 15px; color: #555; margin: 10px 0px 0px 0px;  font-weight: normal; line-height: 1.3em;}
h4 { font-size: 11px; font-weight: bold; margin: 20px 0px 0px 0px;}

P {
		margin: 6px 0 6px 0;
		padding: 0px 0px 0px 0px; /* top right bottom left */
		line-height: 1.3em;
		}
		
/* ELEMENTS */

ul {margin: 5px 0 0 25px; padding: 0;}

ol {margin: 5px 0 0 25px; padding: 0;}

ul li { list-style-type: square;}

div#mainDouble li { padding-bottom: 3px;}

textarea {}

.box {
	background-color: #ECF3F8;
	border: 1px solid #96BADC;
	padding: 8px 12px;
	margin: 20px 0px 20px 0px;
}

#intro {}

#nav {
		margin: 0px;
		padding:0;
		text-align: left;
}

#skrivut, #epost {
		text-align: left;
	 	margin: 40px 0px 40px 0px; /* top right bottom left */
	 	padding:0;
}

#skrivut a {
		background: url(/img/iconprinter.png);
		background-repeat: no-repeat;	
	 	padding:0px; /* top right bottom left */
	 	margin:0px; /* top right bottom left */

		color: #333333;
		text-decoration: none;
		}
		
#epost a {
		background: url(/img/iconletter.png); 
		background-repeat: no-repeat;	
	 	padding:12px 0px 13px 0px; /* top right bottom left */
	 	margin:0px 0px 0px 0px; /* top right bottom left */

		color: #333333;
		text-decoration: none;
		}
		
#skrivut a:hover, #epost a:hover {
		color: red; /* #446881; */
		text-decoration: underline;
		
		}

#logo {
		padding: 0px 0px 0px 0px;
	 	margin: 300px 0px 0px 10px; /* top right bottom left */
}

#text {
		margin: 0px 40px 0px 0px;
		padding: 0;
}

#footer_links {
	text-align: left;
	width:702px;
	height:30px;
	background-image: url(/img/bg_footer.png);
	background-repeat : repeat;	
	margin: 20px 30px 0px 0px; /* top right bottom left */
	padding:10px 0px 0px 0px; /* top right bottom left */

}

#footer_logo {
	text-align: left;
	margin: 20px 0px 0px 0px; /* top right bottom left */
	padding: 0;
}

div#intro_image {
	width:512px;
	height:163px;
	background-image: url(/img/intro.jpg);
}

div#intro_link1 a {
	position:absolute;
	width: 352px;
	height: 40px;
	margin: 44px 0px 0px 20px; /* top right bottom left */
	display: block;
	text-decoration: none;
	}

div#intro_link2 a {
	position:absolute;
	width: 352px;
	height: 40px;
	margin: 100px 0px 0px 20px; /* top right bottom left */
	display: block;
	text-decoration: none;
	}

u.hidden {
	visibility: hidden;
}


/* LINKS */

a {
		color: #369;  /* old: #5E8EB0; #28A4D7; */
		text-decoration: underline;
		}

a:hover {
		color: red; /* #446881; */
		text-decoration: underline;
		}

#footer a {
		color: #333333;
		text-decoration: none;
		margin: 0;
		padding: 0px 5px 0px 0px; /* top right bottom left */
		}

#footer a:hover {
		color: #446881;
		}

img {
		border-style:none;
}


/* NAVIGATION */

#navigation_left_header a {
		display: block;
		width:0px;
		height:20px;
		margin: 0;
		padding: 0;
		}

#navigation_left ul {
		margin: 0;
		padding: 0;
		display: block;
 		font-family: Arial, Verdana, Geneva, Arial, Helvetica; 
 		font-size: 11px;
		} 

#navigation_left li {
	  	margin:0px 0px 0px 0px; /* top right bottom left */
		padding-left: 0;
		display: block;
		background-repeat : no-repeat;	
		list-style: none;
		}
	
#navigation_left a {
	 	padding:0px; /* top right bottom left */
	  	margin:0px 0px 0px 0px; /* top right bottom left */
		display: block;
		color: #333;
		text-decoration: none;
		width:0px;
		height:15px; 
		}
		
#navigation_left a.active {
		
		margin: 0;
		padding: 0;
		}
		
#navigation_left a:hover {
		color: #333;
		text-decoration: none;
		margin: 0;
		padding: 0;
		}
		
#navigation_left ul ul li a {
	 	padding:0px; /* top right bottom left */
	  	margin:0px 0px 0px 0px; /* top right bottom left */
		display: block;
		color: #333;
		text-decoration: none;
		width:0px;
		height:15px; 
		margin: 0;
		padding: 0;
}

#navigation_left ul ul li a:hover {
		margin: 0;
		padding: 0;
}

#navigation_left ul ul li a.active {
		font-weight: bold;	
		margin: 0;
		padding: 0;
}