@charset "utf-8";
/* CSS Document */

/* Centrering af hele siden */
#center {
	position: relative; /* container positioning */
   	margin-left: auto;
    margin-right: auto;
    width: 950px;/* mandatory to be centered */
    text-align: left;

}	

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0; /* to avoid margins når siden skal centreres */
    text-align: center; /* to correct the centering IE 6 bug*/
	background-color: #2b3841;
}

/* Grafik elementer */	
#header {
	background-image: url(grafik/header.png);
	width: 800px;
	height: 65px;
	position: absolute;
	top: 0px;
	left: 0px;		
}
	
#betweenpiece {
	background-image:url(grafik/betweenpiece.png);
	width: 150px;
	height: 25px;
	position: absolute;
	top: 65px;
	left: 0px;
}	
	
#thumbnails {
	width: 150px;
	height: 490px;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: auto;	
}

#thumbnailsbackground { /* Så den scroller uden baggrunden flytter med */
	background-image: url(grafik/thumbnails.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 490px;
	position: absolute;
	top: 90px;
	left: 0px;
	overflow: hidden;	
}

#menu {
	background-image: url(grafik/menu.png);
	width: 650px;
	height: 25px;
	position: absolute;
	top: 65px;
	left: 150px;
	z-index:100;
}
	
#paper {
	background-image: url(grafik/paper.jpg);
	width: 649px;
	height: 490px;
	position: absolute;
	top: 90px;
	left: 150px;
}
	
#content1 {
	background-repeat: no-repeat;
	width: 375px;
	height: 460px;
	position: absolute;
	top: 15px;
	left: 15px;
	overflow: auto;
}
	
#content2 {
	background-image: url(grafik/content2.jpg);
	width: 200px;
	height: 300px;
	position: absolute;
	top: 15px;
	left: 415px;
	text-align: left;
	z-index: 91;
}
	
#footer {
	background-image: url(grafik/footer.jpg);
	width: 650px;
	height: 25px;
	position: absolute;
	top: 580px;
	left: 150px;
	text-align: left;
}

#person1 {
	background-image: none;
	width: 348px;
	height: 321px;
	position: absolute;
	top: 440px;
	left: 600px;
	z-index: 90;
}

#person2 {
	background-image: none;
	width: 187px;
	height: 239px;
	position: absolute;
	top: 201px;
	left: 761px;
	z-index: 89;
}

/*Galleri styling*/
.thumb {
	width: 80px;
	height: 80px;
	margin: 0px 15px 15px 0px;
	border: 5px solid #333333;
	cursor: pointer;
}

.project {
	width: 80px;
	height: 160px;
	margin: 0px 15px 15px 0px;
	border: 5px solid #333333;
	cursor: pointer;
}

.ramme {
	border:5px solid #333333;
}

#gallerycontent1 {
	border:5px solid #333333;
}

#gallerycontent2 {
	border:5px solid #333333;
}

#gallery1 {
	width: 375px;
	height: 460px;
	position: absolute;
	text-align: center;
	top: 15px;
	left: 15px;
	overflow: auto;
	float: left;
	margin: 0px;
	line-height: 460px;
}

#gallery2 {
	background-image: url(grafik/content2.jpg);
	width: 200px;
	height: 300px;
	position: absolute;
	text-align: center;
	top: 15px;
	left: 415px;
	overflow: hidden;
	float: left;
	margin: 0px;
}

#thumbplacecenter {
	line-height: 0px;
	text-align: center;
}

.hidden {
	display: none;
}
	
/*Tekst stylingen*/	
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
}
	
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-style: normal;
	color: #925a3f;
}
	
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #925a3f;
}
	
em {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #000000;
}	
		
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #925a3f;
	font-weight: bold;
}	

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration: underline;
	color: #591505;
	font-weight: bold;
}
	
.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color:#FFFFFF;
	text-align: center;
}

/*Spamsikring af min kontaktformular*/	
.ikkese {
	display: none;
}

/*Styling af kontaktformular*/
#t1 {
	width: 200px;
}
	
#t2 {
	width: 200px;
}

#t3 {
	width: 200px;
}

#t4 {
	width: 360px;
	height: 130px;
}	
	
		
