@charset "utf-8";
body {
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica;
	color: #666666;
	font-size: 11px;
	font-style: normal;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.slogan {
	font-family: Verdana, Arial, Helvetica;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	padding-left: 120px;
	width: 100px;
	padding-top: 0px;
}
.menu {
	width: 400px;
	padding-left: 40px;
}



.bilde   {
	z-index: 1;
	border: 1px solid silver;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
}


A:link {
text-decoration: none;}
A:visited {text-decoration: none;}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: #afcc50;}

.sentrert {
	position:absolute;
	top:50px;
	left:50%;
	margin:0 0 0 -450px;
	background:blue;
	color:cyan;
	width:300px;
	}
	
	#container {
	width: 800px;
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
  }
h1 {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-style: bold;
color: #afcc50;
font-size: 16px;
}

