body{
	background-color:		#999999;
	font-family:			arial;
	font-size:				10pt;
	margin:					10px;
}
#container{
	width:					900px;
	background-color:		#ffffff;
	margin:					auto;
}
#header{
	width:					900px;
	height:					170px;
	background-image:		url(./billeder/header.jpg);
	position:				relative;
}
#adresse{
	width:					172px;
	padding-top:			120px;
	text-align:				right;
	float:					left;
	font-size:				9pt;
}
#text{
	position:				absolute;
	width:					230px;
	text-align:				left;
	vertical-align:			bottom;
	margin-right:			50px;
	bottom:					0px;
	right:					0px;
	font-size:				9pt;
	}
#menu{
	width:					170px;
	height:					350px;
	float:					left;
	text-align:				right;
	padding-right:			30px;
	padding-top:			100px;
}
#galleri{
	width:					700px;
	height:					450px;
	background-color:		#ffffff;
	float:					left;
}
#headerlink{
	height:					100px;
	width:					200px;
}
a.headerlink{
	height:					100px;
	width:					200px;
}
a.menu{
	padding-right:			15px;
	line-height:			30px;
	color:					#000000;
	background-position:	right 25px;
	background-image:		url(./billeder/menuhover.jpg);
	text-decoration:		none;
}

a.menu:hover{
	color:					#cccc33;
	background-position:	right 55px;
}
a.link{
	color:					#666666;
	text-decoration:		none;
}
a.link:hover{
	color:					#cccc33;
}
p{
	font-size:				9px;
	color:					#333333;
}

