body {	
	background-color: #E6E6E6;
	text-align: center;
	margin: 10px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	width: 800px;
	}
	
/* Diverse */

a {
	color: #0A326B;
	text-decoration: underline;
	}
	
a:hover {
	color: #0A326B;
	text-decoration: none;
	}

p, ul, li, td, a {
	line-height: 20px;
	}			


/* Overskrifter */	

h1 {
	display: none;
	}

h2 {
	font-size: 18px;
	font-weight: 100;
	letter-spacing: -1px;
	margin: 0 0 -10px 0;
	}

h3 {
	font-size: 11px;
	font-weight: bold;
	text-transform: normal;
	margin: 15px 0 -7px; 0;
	}


*html h3 {
	margin-bottom: -10px;
	}

/* Container */	

#container {
	width: 800px;
	background: url(images/bg_container.gif);
	background-repeat: repeat-y;
	}	


/* Header */	

#header {
	width: 770px;
	text-align: right;
	margin: 0px 15px;
	}

#logo {
	float: left;
	width: 350px;	
	text-align: left;
	}
	
#logo img {
	border: 0;
	}

#banner {
	float: left;
	text-align: left;
	padding: 0px 0;
	width: 418px;	
	}
	
*html #banner {
	padding-top: 10px;
	}

/* Menu */

#menu {
	float: left;
	width: 670px;
	margin: 0 0 10px 15px;
	background: #eee;
	height: 30px;
	font-size: 11px;
	text-align: center;
	border: 1px solid #cacaca;
	border-right: none;
	}
	
*html #menu {
	margin: 0 0 10px 7px;
	}
	
#menu a {
	line-height: 28px;
	background: #ededed;
	color: #333;
	margin-right: 15px;
	padding: 2px 15px;
	text-decoration: none;
	text-transform: uppercase;
	}
	
#menu a:hover, a.indicator {
	border-bottom: 2px solid #cdcdcd;
	}
	
#menu #sub {
	display: none;
	position: absolute; 
	left: -9000px;
	}

#menu .third_menu {
	display: none;
	position: absolute; 
	left: -9000px;
	}


/* Kundelogin */

#kundelogin {
	float: left;
	margin: 0 15px 10px 0;
	padding: 0 15px;
	background: #ddd;
	height: 30px;
	font-size: 11px;
	text-align: center;
	border: 1px solid #cacaca;
	border-left: none;
	}

	
*html #kundelogin {
	margin: 0 7px 10px 0;
	}
	
#kundelogin a {
	line-height: 28px;
	background: #ddd;
	color: #333;
	margin-right: 10px;
	padding: 2px 0;
	text-decoration: none;
	text-transform: uppercase;
	}
	
#kundelogin  a:hover {
	border-bottom: 2px solid #ededed;
	}
	
#kundelogin img {
	border: none;
	margin-top: 3px;
	}
	
	
/* Content */	

#content_top {
	width: 790px;
	padding: 0 0 0 15px;
	height: 1px;
	background: url(images/content_border.gif);
	background-repeat: no-repeat;
	}

*html #content_top {
	margin-bottom: -12px;
	}

#content_bottom {
	width: 790px;
	height: 1px;
	margin-bottom: 10px;
	padding: 0 0 0 15px;
	background: url(images/content_border.gif);
	background-repeat: no-repeat;
	}

*html #content_bottom {
	background-position: bottom left;
	}

#content {
	float: left;
	width: 790px;
	text-align: left;
	margin: 0px auto;
	padding: 0 0 0 15px; 
	background: url(images/bg_content.gif);
	background-repeat: repeat-y;
	}


/* Submenu */

#submenu {
	float: left;
	width: 159px;
	padding: 0 10px;
	}
	
#submenu a {
	color: #333;
	text-indent: 15px;
	text-transform: normal;
	text-decoration: none;
	line-height: 30px;
	background-image: url(images/submenu.gif);
	background-position: right center;
	background-repeat: no-repeat;
	display: none;	
	}

#submenu #sub {
	display: block;
	}
	
#submenu a:hover {
	background-image: url(images/submenu_hover.gif);
	background-position: right center;
	background-repeat: no-repeat;	
	}

#submenu a.indicator {
	background-image: url(images/submenu_hover.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#submenu p a {
	display: inline;
	background: none;
	text-indent: 0;
	color: #0A326B;
	text-decoration: underline;
	}
	
#submenu p a:hover {
	background: none;
	color: #0A326B;
	text-decoration: none;
	}

	
/* 3. menuniveau */	
	
#submenu .third_menu {
	display: block;
	padding-left: 10px;
	background-image: url(images/third_menu.gif);
	background-position: right center;
	background-repeat: no-repeat;
	text-indent: 20px;
	}	
	
#submenu a.third_menu:hover {
	background-image: url(images/third_menu_hover.gif);
	background-position: right center;
	background-repeat: no-repeat;	
	}
	
#submenu a.third_menu.active {
	background-image: url(images/third_menu_hover.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}	

	
/* Main */
	
#main {
	float: left;
	width: 540px;
	margin: 0 10px;
	padding: 10px;
	}
	
	
/* Små boxe */
	
#box {
	float: left;
	width: 580px;
	margin: 0 10px;
	}
	
#box h2 {
	margin-top: -10px;
	}
	
#box img {
	border: none;
	}
	
#box_content {
	float: left;
	width: 580px;
	margin: 0;
	background-image:url(images/box_bg.gif);
	background-repeat:repeat-y;	
	}
		
#box_top {
	background-image:url(images/box_top.gif);
	background-repeat:no-repeat;
	background-position: bottom center;
	width: 580px;
	height: 12px;
	}
	
#box_bottom {
	background-image:url(images/box_bottom.gif);
	background-repeat:no-repeat;
	background-position: top center;
	width: 580px;
	height: 12px;
	}
	
#box1 {
	float: left;
	width: 166px;
	margin: 0 5px 0 0;
	padding: 10px;
	
	}
	
#box2 {
	float: left;
	width: 166px;
	margin: 0 5px;
	padding: 10px;
	}

#box3 {
	float: left;
	width: 166px;
	margin: 0 0 0 5px;
	padding: 10px;
	}
	

/* Stor box */


#box_top2 {
	background-image:url(images/box_top2.gif);
	background-repeat:no-repeat;
	background-position: bottom center;
	width: 580px;
	height: 12px;
	margin-top: 8px;
	}
	
#box_bottom2 {
	background-image:url(images/box_bottom2.gif);
	background-repeat:no-repeat;
	background-position: top center;
	width: 580px;
	height: 12px;
	}

#box4 {
	float: left;
	width: 558px;
	margin: 0;
	padding: 10px;
	border: 1px solid #cacaca;
	border-width: 0 1px 0 1px;
	}
	
#box5 {
	float: left;
	width: 558px;
	margin: 0;
	padding: 10px;
	border: 1px solid #cacaca;
	border-width: 0 1px 0 1px;
	}	



/* Footer */

#footer {
	width: 769px;
	margin: 0 auto;
	border-top: 1px solid #cacaca;
	padding: 5px 0 0 0;
	text-align: center;
	color: #949494;
	}
	
#footer a {
	color: #949494;
	text-decoration: none;
	}

#footer a:hover {
	color: #949494;
	text-decoration: underline;
	}


/* Borders */
	
#top-border {
	background-image:url(images/bg_top.gif);
	background-repeat:no-repeat;
	background-position: bottom center;
	width: 800px;
	height: 11px;
	}
	
#bottom-border {
	background-image:url(images/bg_bottom.gif);
	background-repeat:no-repeat;
	background-position: top center;
	width: 800px;
	height: 11px;
	}
	

/* Inputboxe */	
	
#searchpage {
	margin-left: 170px;
	}

*html #searchpage {
	margin-left: 0;
	}

#search .submit {
	border: none;
	}

.searchfield {
	background-color: #fff;
	border: 1px solid #cdcdcd;
	border-right: none;
	width: 130px;
	margin-top: 5px;
	}
	
*html .searchfield {
	margin-top: 0;
	}
	
.send_succes {
  	font-size: 10px;
  	color: #197B30;
	text-align: center;
	}

.send_fiasko {
  	font-size: 10px;
  	color: #9E0B0E;
  	text-align: center;
	}
	
.textfield {
	background-color: #fff;
	border: 1px solid #cdcdcd;
	width: 250px;
	}
	
.textarea {
	background-color: #fff;
	border: 1px solid #cdcdcd;
	width: 510px;
	height: 120px;
	}
	
.submit {
	background-color: #fff;
	border: 1px solid #cdcdcd;
	}
	
.submit_search {
	margin-top: 5px;
	}
	
* html .submit_search {
	margin-top: 0px;
	}
	
#button_blue {
	background-color: #0A326B;
	margin: 0 auto;
	border: 1px solid #cacaca;
	padding: 5px;
	text-align: center;
	width: 146px;
	}
	
#button_blue a {
	color: #fff;
	text-decoration: none;
	}
	
#button_blue a:hover {
	text-decoration: underline;
	}
	
	
#button_white {
	background-color: #fff;
	margin: 0 auto 10px auto;
	border: 1px solid #cacaca;
	padding: 5px;
	text-align: center;
	width: 146px;
	}
	
#button_white  a {
	color: #333;
	text-decoration: none;
	line-height: 30px;
	background-image: none;
	text-indent: 0;
	display: block;		
	}
	
#button_white a:hover {
	text-decoration: underline;
	background-image: none;
	text-indent: 0;
	}	

