* {
		margin: 0;
		padding: 0;
		} 
ul, ul li {
	list-style:none;
}
html,body {
		height: 100%;
		text-align: center;
		background-color: #FFF;
		}

#container {	
		width: 725px;
		margin: 0 auto;
		text-align: left;
		}

#header{
	height: 234px;
	background: #97c00e url(img/header.png) no-repeat;		
}
#tjanster #header{
	background-image: url(img/header-tjanster.png) ;
}
#kunder #header{
	background-image: url(img/header-kunder.png) ;
}
#menu{
	padding:190px 0 0;
}
#menu li {
	float:left;
}
#menu li a,
#menu li {
	display:block;
	width:140px;
	height:40px;
}

#belowthebottom {
		height: 48px;
		clear: both;
}

#bottom{
		width: 725px;
		height: 48px;
		margin-top: -48px;
		margin-left: auto;
		margin-right: auto;
		}
		
img.link {
 		border: 0;
		}