body, html {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.png);

}
#page {
	float: left;
	border: 5px solid #009534;
}
#content {
	width: 992px;
	padding: 0px;
	margin-left: 0;
}
#end {
	width: 992px;
	float: left;
	height: auto;
	margin: 0;
	text-align: center;
	background-color: #fff;
}
#logo-back {
	width: 992px;
	height: 120px;
	background-repeat: no-repeat
}
#meny {
	width: 992px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	height: 24px;
	background-color: green;
	background-image: url(images/meny_bg.jpg);
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
#midcont {
	width: 992px;
	float:left;
	height: auto;
	background-color: #FFF;
}
#logo {
	width: 240px;
	height: 120px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat
}
#meny a{
	padding: 0 1.6em;
	display: inline;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 23px;
}
#meny a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#midcont #left {
	float: left;
	width: 694px;
}
#midcont #right {
	float: right;
	padding-right: 6px;
	width: 190px;
}
#midcont #right .justnu {
	height: 25px;
	width: 190px;
	background-color: #008c36;
	padding-top: 3px;
	font-size: 19px;
}
#midcont #left .annons {
	width: 390px;
	height: 290px; 
	padding-right: 30px;
	float: left;
}
h2 {
	font-size: 19px;
	font-weight: bold;
	margin: 0px;
	margin-top: 4px;
}
.rubrik {
	font-size: 35px; 
	margin: 0 0 3px 0; 
	padding: 0; 
	font-weight: bold; 
	color: #009900;
}
.big {
	font-size: 27px;
	font-weight: bold;
}
.red {
	color: #ff0000;
}
.white {
	color: #fff;
}
.bold {
	font-weight: bold;
}
a:link { 
	color: #000000;
	text-decoration: none;
	}
a:visited { 
	color: #000000;
	text-decoration: none;
}
a:hover { 
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}