@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}
	
img {
	border: 0;
	}

a {
	color: #F00;
	text-decoration: none;
	}

a:hover {
	color: #F00;
	text-decoration: underline;
	}

/* Site build */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #056839 url(system/sitebackground.jpg) no-repeat center top;
	}

#sitewrap {
	margin: 0 auto;
	width: 980px;
	}

#sitecontainer {
	float: left;
	width: 980px;
	text-align: left;
	padding: 0 0 30px 0;
	}

#header {
	height: 138px;
	}

#logo {
	float: left;
	margin: 0 0 0 663px;
	}

#menu {
	float: left;
	}

/* Forside */

#baenk {
	float: left;
	margin: 0 0 0 50px; 
	width: 880px;
	height: 489px;
	background: no-repeat;
	}	


/* Doks */

#doks {
	float: left;
	margin: 0 0 0 50px; 
	width: 880px;
	height: 489px;
	background: url(system/background_doks.jpg) no-repeat;
	}
	
#video {
	float: left;
	margin: 40px 0 0 60px;
	}
	
/* Tour */

#tour {
	float: left;
	margin: 0px 0 0 50px; 
	width: 880px;
	height: 489px;
	background: url(system/background_tour.jpg) no-repeat;
	}
	
#tourtext {
	width: 460px;
	min-height: 100px;
	margin: 290px 0 0 84px;
	background: #FFF;
	}

/* Twitter */

#twitter {
	float: left;
	margin: 0px 0 0 50px; 
	width: 880px;
	height: 489px;
	background: url(system/background_twitter.jpg) no-repeat;
	}
	
#twitter_div {
	width: 360px;
	min-height: 200px;
	margin: 140px 0 0 53px;
	padding: 10px;
	background: #FFF;
	}

#twitter_update_list li {
	list-style: none;
	border-bottom: solid 1px #056839;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	}

/* SMS */

#sms {
	float: left;
	margin: 0px 0 0 50px; 
	width: 880px;
	height: 489px;
	background: url(system/background_sms.jpg) no-repeat;
	}
	
#smstext {
	width: 320px;
	min-height: 100px;
	margin: 100px 0 0 75px;
	background: #FFF;
	}


/* SMS */

#album {
	float: left;
	margin: 0px 0 0 50px; 
	width: 880px;
	height: 489px;
	background: url(system/background_album.jpg) no-repeat;
	}
	
#albumtext {
	width: 270px;
	min-height: 100px;
	margin: 330px 0 0 72px;
	}