@charset "utf-8";

.gainlayout{
	_height: 1%;
}

*{
	margin: 0;
	padding: 0; /*fjern automargin i browser*/
}

body{
	background-color: #eeeee0;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	line-height: 100%;
	color: #06477f;
}

p{
	font-size: 11px;
	text-align: center;
}

#wrap{
	width: 900px;
	margin: 0px auto; /*centrerer siden*/
}

#header{
	height: 100px;
	background-color: #06477f;
	margin-top: 10px;
}

#forn{
	position: relative;
	width: 93px;
	height: 20px;
	top: 20px;
	left: 20px;
	margin: 0;
}

#block{
	position: relative;
	width: 86px;
	height: 16px;
	left: 20px;
	top: 20px;
	background-color: #d20e0e;
	margin-top: 2px;
}

#shipb{
	position: relative;
	width: 100px;
	height: 16px;
	margin-top: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	top: 16px;
	left: 20px;
	color: #ffffff;
	font-weight: bold;
}

#clock{
	position: relative;
	height: 80px;
	width: 80px;
	margin: 0;
	top: -32px;
	left: 780px;
	z-index: 3;
}

#header2{
	position: relative;
	top: 10px;
	height: 30px;
	width: 900px;
	font-family: Arial;
	background-color: #69c9d6;
	z-index: 2;
}

#flag{
	position: absolute;
	height: 21px;
	width: 30px;
	margin: 0;
	top: 5px;
	left: 20px;
	border: 0;
}

#lang{
	position: absolute;
	height: 12px;
	width: 40px;
	top: 8px;
	left: 55px;
	color: #ffffff;
}

#shipbreak{
	position: absolute;
	height: 30px;
	width: 330px;
	margin: 0;
	top: 6px;
	left: 285px;
}

#time{
	position: absolute;
	height: 12px;
	margin: 0;
	top: 7px;
	left: 750px;
	font-weight: bold;
	color: #ffffff;
	
}

#menu{
	position: relative;
	width: 170px;
	height: 390px;
	margin: 0;
	padding: 30px 0 0 0;
	float: left;
	display: inline;
}

#pict{
	position: relative;
	top:-30px;
	width: 400px;
	height: 440px;
	margin: 0px auto; /*centrer billede*/
}

#right{
	position: relative;
	width: 170px;
	height: 390px;
	padding: 30px 0 0 0;
	margin: 0 0 0 0;
	line-height: 150%;
	float: right;
}

#note{
	position: absolute;
	top:65px;
	left: 20px;
	width: 140px;
	height: 110px;
	margin: 0;
	z-index: 2;
}
	

#footer{
	position: relative;
	width: 896px;
	height: 12px;
	background-color: #f5f4ea;
	border: 1px solid #dad8c1;
	margin: -30px 0 10px 0;
	padding: 12px 0 12px 0;
	float: left;
}


