
body {
background:url(img/bg.png) repeat-x;
margin-top: 0;
}

p {
	margin: 0px;
	padding: 0px;
}

#container {
	background:url(img/bgimage.png) no-repeat center top;
	width:700px;
	margin-right:auto;
	margin-left:auto;
	overflow: hidden;
	background-color:#fff;
	border:solid 1px #cccccc;
	}
	
#top {
	width:700px;
	height:125px;
	float:left;
	background-image:url(img/top.png);
	}
	
#menu {
	width:700px;
	height:30px;
	float:left;
	background:url(img/link.png);
	text-align: left;
	}
	
#menu li {
	display: inline;
	display: -moz-inline-box;
	display: inline-block;
	list-style-type: none;
	padding-right: 50px;
	}
		
.menulist {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 13px;
	color: #444444;
	text-decoration: none;
	margin-left: -20px;
	
}
.menulist:hover {
	color: #fff;
	font-size: 13px;
	text-decoration: underline;	
}

	
.menulistactive:hover {
	color: #FFF;
	font-size: 13px;
	text-decoration: none;
	}
	
.menulistactive {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	margin-left:-20px;
	}

 #menu ul{
	margin-top:7px;
	}
	
	
#top img {
	margin-left:20px;
	}

#left {
	width: 1px;
	font-size: 1px;
	height: 0px;
	float: left;
	display: inline;
}	
	
#main {
	width: 419px;
	text-align: left;
	float:left;
	display:inline;
	margin-top: 10px;
	margin-left: 20px;
	position: relative;
	}
	
#side {
	width: 210px;
	text-align: left;
	float:left;
	display:inline;
	margin-top: 10px;
	margin-left: 20px;
	}
	
#info {
	width: 210px;
	height: 100px;
	text-align: left;
	float:left;
	margin-top: 30px;
	background-color: #DEDEDE;
	}
	
#footer {
	width: 700px;
	height: 20px;
	text-align: left;
	float:left;
	margin-bottom:;
	background-color: #C41230;
	}
	
.overskrift {
	font-family: Arial, Georgia, Times New Roman, Serif;
	font-size: 15px;
	color: #C41230;
	font-weight: bold; 
	line-height: 18px;
	}

	
.normal_tekst {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 15px;
	}
	
.bildetekst {
	font-family: Arial, Helvetica, Tahoma, , sans-serif;
	font-size: 9px;
	color: #7;
	line-height: 13px;
	}
	
.footer {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 9px;
	color: #fff;
	margin-left: 10px;
	margin-top: 5px;
	text-align: center;
	}
	
.info {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 9px;
	color: #444444;
	margin-left: 15px;
	margin-top: 15px;
	margin-right: 15px;
	text-align: left;
	line-height: 15px;
	}
	
a {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	}
	
a:hover {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: underline;
	}
	

	
.respons {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 9px;
	color: #AFAFAF;
	margin-left: 10px;
	margin-top: 5px;
	text-align: center;
	}

