/* import the markup styles */
/*@import url(markup.css);*/


/* Generalt */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	line-height: 18px;
	font: 14px/16px Georgia, serif;
	color: #40403C;
}

h1 { /* Overskrift */
	font-family: Verdana;
	font-size: 36px;
	font-weight: normal;
	line-height: normal;
}
h2 { /* Underrubrik */
	font-family: Georgia;
	font-size: 20px;
	font-weight: normal;
	color: #40403C;
	line-height: normal;
	margin: 0;
	padding: 13px 0 8px;
}
h3 { /* Mellemrubrik */
	font-family: Georgia;
	font-weight: bold;
	font-size: 16px;
	color: #40403C;
	margin: 10px 0 0 0;
	line-height: normal;
}
h4 {
	font-family: Arial;
	font-size: 18px;
	color: #231f20;
	margin: 0;
	padding: 0 0 6px 0;
	/*text-transform: uppercase;*/
	line-height: normal;
}

p {
	margin: 0 0 15px;
}

a {
	border: 0;
	text-decoration: none;
}
a:active, a:focus {
	outline: 0;
}

img {
	border: 0;
}

#main a {
	color: #40403C;
}
#main a:hover,
#main li.current a {
	color: #FFF;
	background-color: #4E6979;
	border: 0;
}

.dato {
	color: #40403C;
	font: normal 12px Georgia, serif;
	margin-left: 20px;
	text-transform: none;
}

.notValid {
	color: #F00 !important;
}

/* Rammer og design */
#container {
	min-height: 100%;
	position: relative;
}
#content {
	width: 900px;
	margin: 0 auto;
}
#topContainer {
	height: 130px;
	background-image: url(/images/header.png);
	background-repeat: repeat-x;
}
#headerContainer {
	width: 900px;
	margin: 0 auto;
}
#headerimage {
}
#Header {
	float: left;
	padding-top: 77px;
}
#TopMenu {
	float: right;
}

#main {}

#clear {
	clear: both;
	height: 60px;
}

#Footer {
	clear: both;
	height: 20px;
	background-color: #000;
	color: #FFF;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	width: 100%;
}
#Footer .footer {
	font-family: Arial;
	font-size: 10px;
	line-height: 20px;
}
#Footer .footerContainer {
	width: 900px;
	margin: 0 auto;
}
#Footer .footer a {
	color: #FFF;
}
#Footer .footer a:hover {
	color: #FFF;
	background-color: #4E6979;
	border: 0;
}

#siteUrgentmessage {
	clear: none;
	height: 0px;
}

/* page.xsl */
.page {
	width: 470px;
	position: relative;
	padding-top: 25px;
}
	.contactPage {
		float: left;
	}
.article {
	margin-top: 27px;
	padding-top: 24px;
	border-top: 1px dotted #c9c8c8;
}

/* Kontaktformular */
.formcontainer {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dotted #c9c8c8;
	width: 450px;
	float: left;
}
	.formcontainer label {
		padding-bottom: 5px;
		display: block;
	}
	.formcontainer .textbox {
		border: 1px solid #a0a0a0;
		width: 100%;
		margin-bottom: 18px;
	}
	.formcontainer textarea {
		border: 1px solid #a0a0a0;
		width: 100%;
		height: 120px;
	}
	.formcontainer .send {
		margin-top: 18px;
	}
	
/* Kontakt formular sendt */
.formsent {
	background: url(/images/checkmark_green.gif) no-repeat 0 18px;
	border-top: 1px dotted #c9c8c8;
	margin-top: 20px;
	padding: 20px 0 0 43px;
}
	.formsent h2 {
		font-size: 14px;
		font-weight: bold;
		padding: 0;
	}
	.formsent p {
		font-size: 12px;
	}

/* Make contact */
.infocontainer {
	width: 190px;
	float: right;
	position: relative;
	top: 87px;
	line-height: 16px;
	margin-right: 20px;
}
	.infocontainer .icon {
		line-height: 22px;
		vertical-align: middle;
		margin-right: 10px;
	}
	.infocontainer .dotted_line {
		display: block;
		border-top: 1px dotted #c9c8c8;
		margin-top: 10px;
		padding-top: 10px;
		width: 100%;
	}

/* Portfolio */
.text {
	background: #fff; /* IE fadeout fix */
	padding-top: 38px;
	width: 450px;
}
.blogbox {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #c9c8c8;
	border-bottom: 1px dotted #c9c8c8;
}
	.blogbox p {
		margin: 0;
		padding: 0;
	}

.projectbuttons {
	position: absolute;
	top: 454px;
	width: 343px;
	left: 556px;
}
.spacer20width {
	width: 20px;
}
.spacer40height {
	clear: both;
	height: 40px;
}

/* focusrotation */
.panel .focusrotation {
		position: relative;
		width: 900px;
		height: 350px;
		overflow: hidden;
	}
	.panel .carouselpicker li,
	.panel .carouselimages li {
		list-style: none;
	}
		.panel .carouselimages {
			margin: 0;
			padding: 0;
		}
			.panel .carouselimages img {
				/*cursor: pointer;*/
				display: block;
			}
		
		.panel .carouselpicker {
			position: absolute;
			left: 35px;
			top: 293px;
			z-index: 10;
			padding: 0;
			margin: 0;
		}
			.panel .carouselpicker li {
				background-color: #000;
				float: left;
				height: 22px;
				line-height: 18px;
				margin: 0 6px 0 0;
				text-align: center;
				width: 22px;
			}
				.panel .carouselpicker .active {
					background-color: #4d697a;
				}
				
				.panel .carouselpicker a {
					color: #FFF !important;
					float: left;
					font-weight: bold;
					font-size: 15px;
					text-decoration: none;
					height: 22px;
					width: 22px;
				}
				.panel .carouselpicker a:hover {
					color: #FFF;
					float: left;
					font-weight: bold;
					text-decoration: none;
					height: 22px;
					width: 22px;
				}

/* CODA-SLIDER */
#slider {
  width: 900px;
  position: relative;
}
.scroll {
  margin-top: 30px;
  width: 900px;
  overflow: hidden;
  position: relative; 
  clear: left;
}

.scrollContainer .projectPanels {
	margin: 0;
	padding: 0;
	position: relative;
}

.scrollContainer .panel {
	list-style: none;
  margin: 0;
	padding: 0;
	position: relative;
	width: 900px;
}
.scrollButtons {
	cursor: pointer;
}

.scrollButtons.left {
  float: left;
}

.scrollButtons.right {
  float: right;
}
/* end: Portfolio */

/* Top menu */
#mainMenu {
	float: right;
	top: 62px;
	position: relative;
}
#mainMenu ul {
	margin: 0;
	padding: 0;
}
#mainMenu ul li {
	display: block;
	float: left;
	font: bold 15px Georgia;
	list-style: none;
	text-align: center;
	text-decoration: none;
	width: 120px;
	margin: 0;
	padding: 0;
}
#mainMenu ul li a {
	color: #FFF;
	display: block;
	padding: 21px 0;
	position: relative;
	text-decoration: none;
	z-index: 10;
}
#mainMenu ul li a:visited {
	color: #FFF;
	text-decoration: none;
}
	.lavabox {
		background-image: url(/images/halo_effect_button.png);
		background-repeat: no-repeat;
		position: absolute;
		width: 337px;
		height: 130px;
		z-index:8;
	}
	.lavaLampWithImage {
		position: relative;
	}
	.lavaLampWithImage .left {
		background: url(/images/halo_effect_button.png) no-repeat 0px 0px;
		height: 285px;
		width: 337px;
		margin-right: 9px; /* 7px is the width of the rounded shape */
		position: absolute;
	}
		.lavaLampWithImage li a {
			z-index: 10;
		}
			.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
				border: none;
			}
