/* Reset CSS */
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* Reset CSS end */

A:link {text-decoration: none; color:white; border-bottom:thin dashed;}
A:visited {text-decoration: none; color:white; border-bottom:thin dashed;}
A:active {text-decoration: none; color:white; border-bottom:thin dashed;}
A:hover {text-decoration: none; color:white; border-bottom:none;}

html, body {
height: 100%;
}


body {
	margin:0 auto;
	background-color:#112233;
	background-repeat: repeat-x;
	text-align:left;
	overflow:auto;
	} 

#wrapper {
	width:960px;
	margin: 0 auto; 
	text-align:left;
	min-height: 100%;
	margin-bottom: -100px;
	position: relative;
}

div#top {
	width: 100%;
	height: 125px;
	background-color:#293948;
}

div#tekst {
	margin-left:80px;
	margin-right:0;
	margin-top:25px;
	margin-bottom:20px;
	float:left;
	width:380px;
}
div#tekst2 {
	margin-right:80px;
	margin-left:0;
	margin-top:25px;
	margin-bottom:20px;
	float:right;
	width:380px;
}
.knapAktiv {
	width:140px;
	height:40px;
	color:#FFFFFF;
	margin-top:85px;
	margin-left:20px;
	float:left;
	font-family:"Lucida Sans Unicode";
	background-color:#112233;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	cursor:pointer;
}
.knapAktiv:hover {
	background-color:#293948;
	background-image:url(pic/tiny.png)
}

.knapDeAktiv {
	width:140px;
	height:40px;
	color:#FFFFFF;
	margin-top:85px;
	margin-left:20px;
	float:left;
	font-family:"Lucida Sans Unicode";
	background-image:url(pic/tiny.png);
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	cursor:pointer;
}
.knapDeAktiv:hover {
	background-color:#112233;
}

#logo {
	height:100px;
	width:395px;
	background-image:url(pic/logo.png);
	float:right;
	margin-right:15px;
	margin-top:12.5px;
	cursor:pointer;
	}
	
#filler {
	margin-top:85px;
	width:60px;
	float:left;
}

#footer {
	height: 80px;
	margin: 0 auto; 
	width:880px;
	position: relative;
	background-color:#293948;
	padding-top:20px;
	padding-left:80px;
}

p {
	font-family:"Lucida Sans Unicode";
	font-size:0.813em;
	text-align:left;
	color: #FFFFFF;
	line-height: 1.6em;
	margin:0;
}
h1 {
	font-family:"Lucida Sans Unicode";
	font-size:1.40em;
	text-align:left;
	line-height: 0.875em;
	margin-bottom:0.2em;
	color:#FFFFFF;
	font-weight: bold;
}
h2 {
	font-family:"Lucida Sans Unicode";
	font-size:0.9em;
	text-align:left;
	font-weight: bold;
	color:#FFFFFF;
	margin-bottom:0.1em;
}
h3 {
	font-family:"Lucida Sans Unicode";
	font-size: 1em;
	text-align:left;
	color:#FFFFFF;
}
h4 {
	font-family:"Lucida Sans Unicode";
	font-size:0.7em;
	text-align:center;
	font-weight: bold;
	color:#FFFFFF;
	margin-bottom:0.1em;
}

.clearfooter {
	height: 100px;
	clear: both;
}

.billede {
	width:380px;
	height:400px;
	background-image:url(pic/daniel.png);
	margin-left:20px;
	margin-right:80px;
	margin-top:30px;
	float:right;
}
.billede-dragged {
	width:380px;
	height:400px;
	background-image:url(pic/danieldragged.png);
	margin-left:20px;
	margin-right:80px;
	margin-top:30px;
	float:right;
}
#portpic1 {
	width:250px;
	height:170px;
	margin-left:205px;
	margin-top:50px;
	float:left;
	background-color:#293948;
	cursor:pointer;
}
#portpic2 {
	width:250px;
	height:170px;
	margin-right:205px;
	margin-top:50px;
	float:right;
	background-color:#293948;
	cursor:pointer;
}
.portmainpic {
	width:380px;
	height:550px;
	margin-left:20px;
	margin-right:80px;
	margin-top:25px;
	float:right;
}
#banner {
	margin-top:30px;
	margin-left:10px;
	margin-right:10px;
	}