
@charset "UTF-8";
* {margin:0px; padding:0px; border:0px; 
   list-style-type:none; text-decoration:none;}



										/* webfont start (http://www.fontsquirrel.com) */
@font-face {
    font-family: 'intro_regular';
    src: url('intro-webfont-webfont.eot');
    src: url('intro-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('intro-webfont-webfont.woff') format('woff'),
         url('intro-webfont-webfont.ttf') format('truetype'),
         url('intro-webfont-webfont.svg#intro_regular') format('svg');
    font-weight: normal;
    font-style: normal;
}



										/* body start */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#464646;
	background-color: #e5e5e5;
}

h1 {
	display:inline-block;
	font-size:23px;
	font-family:intro_regular;
	line-height:50px;
	font-weight: lighter;
	width:260px;
	color:#15af90;
	border-bottom: 3px solid #464646;
}

h2 {
	font-family:"Times New Roman";
	font-size: 25px;
	text-align:right;
	margin:30px 0px 0px 0px;
	font-style:italic;
	line-height:normal;
	font-weight:lighter;
	color:#464646;
}

h3 {
	display:inline-block;
	width:150px;
	padding:0px 0px 10px 0px;
	font-family:intro_regular;
	font-size:18px;
	text-align:left;
	font-weight:lighter;
	color:#464646;
	border-bottom:2px solid #464646;
}



										/* wrapper/page start */
#wrapper {
	max-width:1580px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
}

/* max-width = bliver ikke breddere end 1580px,
   men kan nedskaleres (dynamisk)*/




#page {
	max-width:1580px;
	min-width:980px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

/* max-width = bliver ikke breddere end 1580px, men kan nedskaleres (dynamisk)
   min-width = kan ikke blive mindre, da indholdet ellers ikke vises (optimeret til 1024 x 768 px) */




										/* header start */
#header {
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:100px;
	float:left;
	position:fixed;
	z-index:2000;
	top:0;
	left:0;
}

#menu-pos {
	max-width:1580px;
	height:100px;
	background-color:#FFF;
}

#menu-width {
	width:980px;
}



										/* mainmenu start */
#mainmenu {
	width:640px;
	margin:0px 0px 0px 35px;
	text-align:left;
	float:left;
	padding-top:43px;
}

#mainmenu ul {
	list-style-type:none;
}

#mainmenu ul li {
	list-style-type:none;
	display:inline;
	margin:0px 0px 0px 60px;		
}

#mainmenu ul li a {
	display:inline-block;
	font-size:18px;
	text-decoration:none;
	font-family:intro_regular;
	line-height:25px;
	width:150px;
	color:#464646;
	border-bottom: 3px solid #d1d1d1;
}

#mainmenu ul li a:hover {
	color:#15af90;
}



										/* content-work start */
#content-work {
    width:980px;
	padding:40px 0px 0px 0px;
	margin:0px auto 0px auto;
}

/* margin: indholdet på 980px er centretet på siden via auto-margin */

#content-work a {
	font-family:intro_regular;
	font-size:14px;
	font-weight:lighter;
	color:#15af90;
	display:inline-block;
	height:20px;
	text-align:right;
	cursor:pointer;
	background-image:url(../images/ikoner/button_more.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding:0px 0px 0px 30px;
}

#thumbs {
	margin:100px 0px 0px 0px;
}



									/* content-about start */
#content-about {
    width:980px;
	padding:40px 0px 0px 0px;
	margin:0px auto 0px auto;
}

#content-about a {
	text-decoration:none;
	text-align:right;
	cursor:pointer;
	background-image:url(../images/ikoner/button_info.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding:0px 0px 0px 17px;
	color: #464646;
}

#content-about p {
	text-align:justify;
}

#content-about p a {
	color:#15af90;
	text-decoration:underline;
	background-image:none;
	padding:0px;
}

#content-about p a:hover {
	color:#15af90;
	text-decoration:underline;
	background-image:none;
	padding:0px;
}

										
										
										/* content-contact start */
#content-contact {
    width:980px;
	padding:40px 0px 0px 0px;
	margin:0px auto 0px auto;
}

#minusknap {
        position:absolute;
        z-index:1000;
        min-width:980px;
        max-width:1580px;
        width:100%;
        text-align:right;
        margin:240px auto 0px auto;
        cursor:pointer;
}

#minusknap img {
    margin:0px 100px 0px 0px;
}
    
#plusknap {
        position:absolute;
        z-index:1000;
        min-width:980px;
        max-width:1580px;
        width:100%;
        text-align:right;
        margin:280px auto 0px auto;
        cursor:pointer;
}

#plusknap img {
    margin:0px 100px 0px 0px;
}

#mapdiv {
	margin:100px 0px 0px 0px;
	max-width:1580px;
	min-width:980px;
	width:100%;
	height:340px;
	background:url(../images/img/allmaps.jpg);
	background-repeat:no-repeat;
	background-position:0px -340px;
}

/* RETTET I MAP mix + min */




										/* formular start */
#content-contact #form fieldset {
	border:none;
}

#content-contact #form input {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	width:264px;
	padding:0px 0px 0px 10px;
	height:40px;
	background-color:#FFF;
	border:solid 3px #a0a0a0;
	float:left;
}

#content-contact #form input:focus {
	background-color:#FFF;
	border:solid 3px #15af90;
}

#content-contact #form textarea {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	width:564px;
	padding:10px 0px 0px 10px;
	height:140px;
	background-color:#FFF;
	border:solid 3px #a0a0a0;
	float:left;
}

#content-contact #form textarea:focus {
	background-color:#FFF;
	border:solid 3px #15af90;
}

#content-contact #form button {
	border:none;
	display:inline-block;
	height:20px;
	background-color:#FFF;
	font-family:intro_regular;
	font-size:14px;
	font-weight:lighter;
	color:#15af90;
	text-decoration:none;
	text-align:right;
	cursor:pointer;
	background-image:url(../images/ikoner/button_send.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding:0px 0px 0px 30px;
	float:right;
}



										/* footer start */
#footer {
	max-width:1580px;
	min-width:980px;
	width:100%;
	margin:100px 0px 0px 0px;
	padding:60px 0px 60px 0px;
	min-height:200px;
	background-color:#464646;
}

#footer h4 {
	font-family:intro_regular;
	color:#FFF;
	font-size:23px;
	font-weight:lighter;
}

#footer h5 {
	font-family:intro_regular;
	color:#FFF;
	font-size:14px;
	font-weight:lighter;
}

#footer p {
	font-size:12px;
	line-height:18px;
	color:#a0a0a0;
	text-align:left;
}

#footer p a {
	font-size:12px;
	line-height:18px;
	color:#a0a0a0;
	text-decoration:none;
	text-align:left;
}

#footer p a:hover {
	font-size:12px;
	line-height:18px;
	color:#a0a0a0;
	cursor:pointer;
	text-align:left;
}



										/* class start */
.float-left {
	float:left;
}

.float-right {
	float:right;
}

.clear {
	clear:both;
}

.thumb-hover {
	width:313px;
	height:300px;
	background-position:left top;
}

.thumb-hover:hover {
	width:313px;
	height:300px;
	background-position:right top;
}

.align-right {
	text-align:right;
	width:100%;
	margin:20px 0px 0px 0px;
}

.content-about {
	margin:100px 0px 0px 400px;
}

.content-contact {
	margin:25px 0px 0px 400px;
}

.staff {
	margin:80px 0px 0px 0px;
}

.staff-name {
	font-family:intro_regular;
	font-size:23px;
	color:#15af90;
	text-align:left;
	font-weight:lighter;
}

.staff-info {
	color:#a0a0a0;
	border-bottom:1px solid #a0a0a0;
	border-top:1px solid #a0a0a0;
	text-align:left;
	padding:5px 0px 5px 0px;
}

.img {
	margin:100px 0px 0px 0px;
	max-width:1580px;
	width:100%;
	height:340px;
	background-position: center center;
	background-repeat: no-repeat;
}

.follow {
	margin:60px 0px 0px 0px;
}

.follow-hover {
	width:30px;
	height:30px;
	background-position:left top;
}

.follow-hover:hover {
	width:30px;
	height:30px;
	cursor:pointer;
	background-position:right top;
}

.form {
	margin:60px 0px 0px 0px;
}

.links {
    width:980px;
	margin:0px auto 0px auto;
}

.anchor {
    position:absolute;
}



										/* placeholder start*/
::-webkit-input-placeholder
{ /* WebKit browsers */

color: #a0a0a0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;

}

:-moz-placeholder
{ /* Mozilla Firefox 4 to 18 */

color: #a0a0a0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

::-moz-placeholder
{ /* Mozilla Firefox 19+ */

color: #a0a0a0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

:-ms-input-placeholder
{ /* Internet Explorer 10+ */

color: #a0a0a0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}