﻿body {
	padding : 0;
	margin : 0;
	background:transparent url(/images/top-banner-bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
}

a 
{
}

a img 
{
	border:0;
}

.clear 
{
	clear:both;
}

ul 
{
	margin:0;
	padding:0;
}

li 
{
	list-style-type:none;
}

legend 
{
    color:#000000;
    font-size:0.9em;
    font-style:normal;
    line-height:normal;
    padding-left:10px;
    padding-right:10px;
}




div#top-header 
{
	height:82px;
}

div#logo 
{
	float:left;
}

div#top-header h1
{
	float:right;
	margin:0;
	padding:0;
	color:White;
	padding:15px 20px 0 0;
	font-size:2.3em;
}



div#top-navigation 
{
	height:30px;
}

div#top-navigation ul 
{
}

div#top-navigation ul.level-1 a 
{
	color:#000000;
	padding-left:7px;
	padding-right:7px;
	text-decoration:none;
	font-weight:bold;
	font-size:0.9em;
}

div#top-navigation ul.level-1 li
{
	position:relative;
}

div#top-navigation ul.level-1 a:hover 
{
	color:#0F456B;
	
}



div#top-navigation li 
{
	float:left;
}

div#top-navigation li a 
{
	display:block;
}

div#top-navigation li.flag
{
	padding-right:135px;
}





div#top-navigation ul.level-2 
{
	display:none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index:100;
	background:#E6F0F9;
	border:1px solid #000000;
}

#top-navigation ul li:hover ul,
#top-navigation ul li.hover ul
{
	display:block;
}

div#top-navigation ul.level-2 a 
{
	font-size:0.8em;
	display:block;
	padding:3px 0 3px 7px;
	width:150px;

}






div#bottom-header 
{
	padding:0 0 20px 570px;
}

div#icons-holder 
{
	float:left;
}

div#icons-holder a 
{
	padding:0 3px;
}

div#search-box 
{
	padding:0 0 0 10px;
	width:220px;
	float:left;
}





div#content-holder
{
	width:995px;
}

div#sidebar-bar
{
	width:195px;
	float:left;
}

div#sidebar-navigation ul 
{
	padding:0 20px 20px 10px;
}

div#sidebar-navigation a
{
	border-bottom:2px solid #006DBD;
	padding:6px 0 6px 2px;
	display:block;
	text-decoration:none;
	color:Black;
	font-size:.8em;
	font-weight:bold;
}

div#sidebar-navigation a:hover
{
	color:#0F456B;
}

div#content
{
	width:800px;
	float:left;
}


div#address 
{
	padding:0 0 0 10px;
	color:#006DBD;
	font-weight:bold;
	width:190px;
	font-size:.9em;
}

div#address a 
{
	color:#006DBD;
}

div#address a:hover 
{
	text-decoration:none;
}





div#content h1 
{
    background-color:transparent;
    color:#000000;
    font-size:1.3em;
    font-weight:normal;
    margin:0;
    padding:0 0 15px 0;
}

#content h2 {
    color:#444;
    font-size:1em;
    font-weight:bold;
    margin:0;
    padding:0 0 10px 0;
}

div#content p 
{
    background-color:transparent;
    color:#000000;
    font-size:0.8em;
    line-height:140%;
    margin:0;
    padding:0;
}

#content a:hover 
{
    color:#0F456B;
    text-decoration:none;
}
#content a 
{
    color:#000000;
    text-decoration:none;
}


div#sitemap ul
{
    padding:0 0 10px 25px;
}

div#sitemap li 
{
    list-style-type:disc;
}

div#sitemap li a
{
    text-decoration:none;
    color:Black;
    font-size:0.95em;
}

div#sitemap ul ul li  
{
    list-style-type:circle;
}




div#search ul
{
    padding:0 0 10px 25px;
}

div#search li 
{
    list-style-type:disc;
}

div#search li a
{
    text-decoration:none;
    color:Black;
    font-size:0.95em;
}





#kontakt form p label 
{
    float:left;
    width:30%;
}

#kontakt textarea 
{
    background-color:#E5F0F9;
    border:1px inset #00008B;
    color:#00008B;
    height:50px;
    width:300px;
}

#kontakt input.txtl 
{
    background-color:#E5F0F9;
    border:1px inset #00008B;
    color:#00008B;
    width:300px;
}

#kontakt input#submit 
{
    font-size:11px;
    width:70px;
}

#kontakt form 
{
    margin:0;
    padding:0;
}

#kontakt form p 
{
  clear: left;
  margin: 0;
  padding: 0 0 5px 10px;
}

#kontakt fieldset 
{
    padding:10px 0 0 0;
}
#kontakt legend {
	color:#000000;
	padding-right: 10px;
	padding-left: 10px;
	font-weight:bold;
	font-size:0.9em;
}

#kontakt form {
	width:480px;
}


input.txts {
  color: #00008B;
  background-color: #E5F0F9;
  border: 1px inset #00008B;
  width: 50px;
}
input.txtm {
  color: #00008B;
  background-color: #E5F0F9;
  border: 1px inset #00008B;
  width: 242px;
}
input.txtl {
  color: #00008B;
  background-color: #E5F0F9;
  border: 1px inset #00008B;
  width: 300px;
}
input.txtx {
  color: #00008B;
  background-color: #E5F0F9;
  border: 1px inset #00008B;
  width: 620px;
}
input.btn {
  color: #00008B;
  background-color: #E5F0F9;
  border: 1px outset #00008B;
}






#staff td 
{

	background-color:#F6F6F6;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	border:solid 1px #333333;
}

#staff td a 
{
	font-weight:bold;
	color: #000;
}








div#contact-people 
{
    width: 680px;
}

div#contact-people div.contact
{
    BORDER-RIGHT: black 1px solid; 
    BORDER-TOP: black 1px solid; 
    FLOAT: left; 
    MARGIN: 5px; 
    BORDER-LEFT: black 1px solid; 
    WIDTH: 194px; 
    BORDER-BOTTOM: black 1px solid; 
    HEIGHT: 240px;
    overflow:hidden;
    font-size:0.8em;
}

div#contact-people div.contact a 
{
    font-weight:bold;
}

div#contact-people div.contact p 
{
    padding:0 0 0 5px;
    margin:0;
}





#content .certifikat-holder h3
{
	background-color: Transparent;
	color: #000000;
	padding-bottom: 15px;
}
#content .certifikat-holder img
{
	border: solid 1px;
}

#references td 
{
    background-color:#F6F6F6;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	margin: 2px 10px 10px 2px;
	border:solid 1px #333333;
	width:313px;
	vertical-align: top;
}


.ref a {
	font-weight:bold;
/*	font-size: 110%;*/
}







div#news-archive 
{
    
}

div#news-archive li 
{
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:1px dashed #3366CC;
}

div#news-archive li a
{
    font-weight:bold;
}

div#news-archive li span
{
    display:block;
}

span.news-date 
{
    font-size:0.7em;
    font-style:italic;
}
















/* Newsbox*/

#newsbox {
	float: left;
	border: 1px solid #333333;
	background-color:#f5f5f5;
	padding: 0;
	height: 150px;
	margin: 0px 0px 0px 10px;
	width: 330px;
}
#newsbox a
{
	font-size: 12px;
}
#indhold 
{
	padding: 5px 0 0 5px;
	width: 200px;
	height: 79px;
	float: left;
	display: block;
}
#topindhold 
{
	width: 100%;
}
#newsbox img
{
	display: block;
	float: left;
	width: 100px;
	height: 80px;
	margin: 7px;

}
#newsimage
{
	text-align : center;	
	display: block;
	float: left;
	width: 120px;
	height: 80px;
}

#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 90%;
	font-weight:bold;
	color:#ffffff;
	background-color:#0F456B;
	margin: 0;
	padding: 0 0 0 px;
	width: 100%
}
.newsboxHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 90%;
	font-weight:bold;
	color:#ffffff;
	background-color:#0F456B;
	text-indent: 5px;
}
#newsbox p {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 80%;
	font-weight : normal;
	color : #000;
}

#tilmeld {
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : bold;
	padding: 3px 0 0 0 ;
	margin: 0;
	width:349px;

}
#tilmeld form {
	font-weight : normal;
	width:100%;
	border: none;
	padding: 0;
	margin: 0;
}
#tilmeld form label {
	font-weight : bold;
	color:#0F456B;
	padding: 0;
	margin: 0;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : bold;
}


/* Picture boxes */

#pictureBoxLeft {
	float:left;
	border: 1px solid #333333;
	height: 150px;
	width: 397px;
	overflow: hidden;
}

#pictureBoxRight {
	float:left;
	display:block;
	margin: 0px 0px 0px 43px;
	border: 1px solid #333333;
	width:300px;
	height: 185px;
	overflow: hidden;
}

#newspictureBoxLeft {
	float:left;
	border: 0px solid #333333;
}

#newspictureBoxRight {
	float:right;
	margin: 0px 0px 0px 10px;
	border: 0px solid #333333;
}


div#forsidetekst
{
	width : 397px;
	display:block;
	float:left;	
}












#agentur {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 80%;
	font-weight : normal;
	color : #000;
	float: left;
	width: 60%;
	margin-bottom: 4px;
	background-image: none;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 4px;
/*	background-color: #F8F8F8;
 	border-top: 2px solid #F2F2F2;
	border-right: 2px none #F2F2F2;*/
	border-bottom: 1px solid #dddddd;
/*	border-left: 2px none #F2F2F2;
*/}
#agentur a {
	text-decoration:none;
	color:#000000;
}
#agentur a:hover {
	text-decoration:none;
	color:#0F456B;
}
#agentur img {
float:left;
}
#agentur ul {
float:left;
}















#vSkema legend {
	color:#000000;
	font: bold 0.9em Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-left: 10px;
}
#vSkema form {
	width:640px;
}
#vSkema form p {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}
#vSkema form p label {
  float: left;
  width: 100%;
  font: normal Arial, Helvetica, sans-serif;
}
#vSkema textarea {
	width:620px;
	height:50px;
	font-family:Arial, Helvetica, sans-serif;
  color: #00008B;
  background-color: #E5F0F9;
  border: 1px inset #00008B;
}









#product-thumbs 
{
    width:750px;
}
#product-thumbs div.item
{
    margin:0 10px 10px 0;
    float:left;
    overflow:hidden;
    width:100px;
    height:75px;
}


a#get-adobe-reader-link
{
    text-decoration:none;
    padding:10px;
}








div.product-thumb 
{
    float:left;
    padding-bottom:40px;
}

div.product-thumb a
{
    font-size:10pt;
}

div#content div.product-thumb a.supplier-link
{
    padding:5px 0 0 0;
    color:#1e90ff;
    font-size:14pt;
    float:left;
}


div.product-thumb div.picture
{
    width:150px;
    float:left;
}

div.product-thumb div.products
{
    width:450px;
    float:left;
}

div.product 
{
    padding:5px 0 0 0;
}

div.product a.dwg
{
    float:left;
    display:block;
    width:20px;
}

div.product a.pdf
{
    float:left;
    width:25px;
    display:block;
}











#staff-list {
width:700px;
}

.staff {
border:solid 1px Black;
padding:3px;
width:195px;
margin:0 10px 10px 0;
float:left;
height:240px;
overflow:hidden;
font-size:10pt;
}

.staff a {
font-weight:bold;
}

.staff p {
font-family:Arial,Helvetica,sans-serif;
}
.staff img {
width: 194px;
margin-bottom:5px;
}