@charset "utf-8";

.gainlayout{
	_height: 1%;
}

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

/*#current{
	font-weight: bold;
	color: #b34a25;
}*/

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;
}

h1{
	font-size: 24px;
	font-weight: normal;
	color: #b34a25;
}

h2{
	font-size: 14px;
	font-weight: bold;
	color: #06477F;
}

h3{
	font-size: 14px;
	font-weight: normal;
	color: #b34a25;
	margin-top: 10px;
}

a home{
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

a:visited home{
	text-decoration: none;
	color: #ffffff;
}

a:hover home{
	text-decoration: underline;
	color: #ffffff;
}

a:active home{
	text-decoration: none;
	color: #ffffff;
}

a img{
	border: none;
}

#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;
}

#home{
	position: absolute;
	top: 7px;
	left: 20px;
	margin: 0;
	font-weight: bold;
	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{
	width: 140px;
	margin: 0 10px 0 0;
	padding: 30px 0 0 0;
	float: left;
	display: inline;
}

#page{
	width: 750px;
	padding: 20px 0 0 0;
	line-height: 150%;
	margin: 30px 0 0 0;
	float: left;
	overflow: hidden;
}

#back-box{
	width: 30px;
	height: 30px;
	padding: 0 5px 0 5px;
	margin: 0 0 0 40px;
	background-color: #f5f4ea;
}

.contentbox{
	padding: 5px;
	background: #f5f4ea;
}

.shipbox{
	padding:5px;
	background: #f5f4ea;
	min-height: 300px;
	min-width: 740px;
	float: right;
	overflow: show;
}

.addressbox{
	float: left;
	margin: 5px 10px 10px 5px;
	padding: 5px;
	width: 340px;
	height: 120px;
	text-align: center;
}

.coopbox{
	/*height: 100%;*/
	min-height: 180px;
	margin: 10px 0 10px 0;
	padding: 10px 5px 10px 5px;
	background: #f5f4ea;
}

#headline{
	margin: -25px 0 0 20px;
	z-index: 2;
}

#img-right{
	float: right;
	overflow: show;
	padding-left: 5px;
}

.note{
	margin: 10px 405px 10px 0;
	padding: 5px;
	border: 1px solid red;
}

.red{
	text-align: left;
	font-weight: bold;
	color: red;
}


#map{
	width: 500px;
	height: 350px;
	margin: 0 125px 0 125px;
	background-color: #f5f4ea;
}

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


