@charset "UTF-8";


body, html {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
body {
	font-family:"Lucida Grande", Arial, Helvetica;
	font-size: 11px;
}

p {
	line-height: 16px;
}

a:link, a:visited {
	color: #12749C;
}

a:hover, a:active {
	color: #73a8bd;
}

H1 {
	font-size: 18px;
	margin-top: 0px;
}

H2 {
	font-size: 14px;
}



/*  TOP NAVIGATION  */

.topNav {
	margin-bottom: 2px;
}
.topNav a {
	padding-right: 16px;
}

.topNav a:link, .topNav a:visited {
	color: #12749C;
}

.topNav a:hover, .topNav a:active {
	color: #73a8bd;
}




/*  LEFT NAVIGATION  */

.leftNav {
	background-color: #E6F3F4;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	border-right: 1px solid #000000;
}

.leftNav H2 {
	font-size:11px;
	font-weight: bold;
	display:block;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-bottom: 0px;
}

.leftNav ul {
	margin-top: 6px;
	margin-bottom: 4px;
}

.leftNav ul li {
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 6px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: -10px;
}

.leftNav ul li a:link, .leftNav ul li a:visited {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.leftNav ul li a:active, .leftNav ul li a:hover {
	font-size: 10px;
	color: #12749C;
	text-decoration: none;
}


body#vinduesPol a#navVinduesPol,
body#maleFuge a#navMaleFuge,
body#rep a#navRep,
body#inspDok a#navInspDok,
body#testAnker a#navTestAnker,
body#inspUdstyr a#navInspUdstyr,
body#reklBanner a#navReklBanner,
body#due a#navDue,
body#antenne a#navAntenne,
body#byggepl a#navByggepl,
body#serviceVind a#navServiceVind,
body#kurser a#navKurser,
body#palace a#navPalace,
body#opera a#navOpera,
body#bruun a#navBruun,
body#froe a#navFroe,
body#galleri a#navGalleri,
body#baggrund a#navBaggrund,
body#sikkerhed a#navSikkerhed,
body#kontakt a#navKontakt,
body#kontaktOk a#navKontakt,
body#kontaktError a#navKontakt,
body#udlejning a#navUdlejning,
body#udlejningEng a#navUdlejningEng {
	color: #12749C;
}





/*  MAIN CONTENT  */

.mainContDiv {
	margin-top: 20px;
}


.leftWide {
	float:left;
}

.leftWide img {
	border: 1px solid #000000;
	margin-bottom: 10px;
	margin-right: 10px;
}

.leftWideCaption {
	display:block;
	width: 400px;
}


.rightNarrow {
	float: left;
	width: 288px;
	margin-left: 0px;
}

.rightNarrow p {
	margin-bottom:20px;
}

.rightNarrow .blueBox {
	background-color: #E6F3F4;
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 14px;
	padding-left: 12px;
	margin-bottom: 10px;
	line-height: 16px;
}

.rightNarrow img {
	border: 1px solid #000000;
	margin-bottom: 10px;
}

.fullWidth {
	clear:both;
	width: 710px;
}



/*  FOOTER  */

.footer {
	padding-top: 10px;
}


.footer a:link, .footer a:visited {
	color: #12749C;
}

.footer a:hover, .footer a:active {
	color: #73a8bd;
}




/*  CONTACT FORM  */

form {
	padding: 20px;
	width: 320px;
	background-color: #E6F3F4;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

input {
	width: 200px;
}

input.button {
	width: 80px;
}

.label {
	width:50px;
}

textarea {
	width: 300px;
	height: 100px;
}
 
.error {
	color: red;
	display:none;
}



/*   GALLERI   */

.galleryThumbs {
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}

.galleryThumbs img {
	border: 1px solid #000000;
	margin-bottom: 11px;
	margin-right: 10px;
}
.galleriHeader {
	float: left;
	padding-left: 20px;
}
.clearBothDiv {
	clear:both;
}

