body{
	background-color: #FFF;
	color: #000;
	font-family: Georgia;
}

#container{
	width: 800px;
	margin: 0px auto;
	padding: 10px;
	border: 1px solid #DDD;
}

#top{
	height: 35px;
	padding-top: 240px;
	background: url('../graphics/publ_top.gif') no-repeat;
}

#menu{
	list-style: none;
	background-color: #fffa96;
	border: 1px solid #b39e52;
	height: 35px !important;
	padding: 0px;
	margin: 0px;
	z-index: 5;
}

#menu li{
	float: left;
	font-family: Georgia;
	padding: 0px 5px;
}

a{
	color: #b39e52;
	text-decoration: none;
}

#menu a{
	color: #000;
	text-decoration: none;
	line-height: 35px;
	border-bottom: 2px solid transparent;
}

#menu li.aktiv a{
	border-bottom: 2px solid #b39e52;
}

#top_img{
	height: 275px;
	background: url('../graphics/ordet.png') bottom right no-repeat !important;
	z-index: 10;
	margin-top: -275px;
}

#content{
	padding: 5px;
}

.comment{
	margin: 5px 0px;
	padding: 5px;
}

#footer{
	text-align: center;
}

