html, body{
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}

body{
	background: #ffffff;
	font-family: Tahoma;
	font-size: 10px;
	line-height: 16px;
	color: #000000;
}

h1{
	margin: 0px;
	padding: 0px;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
}

#mainContainer{
	width: 900px;
	margin: auto;
}

#topContainer{
	width: 100%;
	height: 80px;
}

div.clear{
	clear: both;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
}

#logoContainer{
	float: left;
	margin-left: 60px;
	margin-top: 25px;
}

#menuContainer{
	float: right;
	width: 615px;
	height: 25px;
	line-height: 25px;
	margin-top: 55px;
	text-align: center;
	background: #000000;
}

ul#menu{
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-left: 50px;
}

ul#menu li{
	float: left;
	height: 25px;
	line-height: 25px;
	padding-right: 10px;
	padding-left: 10px;
}

ul#menu li a{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

ul#menu li:hover{
	margin-top: -3px;
	border-top: 3px solid #227e9c; 
}

#mainImgContainer{
	width: 100%;
}

#mainImg{
	width: 100%;
}

#mainShade{
	width: 100%;
	height: 30px;
}

#contentContainer{
	width: 830px;
	margin: auto;
	padding-bottom: 30px;
	font-size: 11px;
}

.left{
	float: left;
}

.right{
	float: right;
}

.searchBox{
	width: 190px;
	padding: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: url(../img/searchBoxBack.jpg) repeat-x #1e728e;
}

.searchBoxShade{
	margin-left: -30px;
	margin-top: 30px;
}

.searchBox select{
	font-size: 11px;
	width: 180px;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.searchBox input{
	border: 1px solid #000000;
	height: 14px;
	font-size: 11px;
	width: 140px;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;	
}

.searchLabel{
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	height: 23px;
	line-height: 23px;
}

.welcomeText{
	width: 290px;
	padding-left: 40px;
	padding-right: 40px;
}

.fullText{
	width: 497px;
	padding-left: 40px;
	padding-right: 40px;
}

.newsBox{
	width: 207px;
}

.news{
	width: 207px;
	margin-bottom: 4px;
}

a img{
	border: none;
}

p.link{
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	font-size: 11px;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
}

p.link a{
	color: #000000;
	text-decoration: none;
}

p.newsName a:hover{
	text-decoration: underline;
}

div.news p.link{
	margin-top: 0px;
}

#footer{
	background: url(../img/shade.jpg) center top no-repeat;
	padding-top: 15px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 11px;
}

#searchButtons{
	margin-top: 10px;
	margin-bottom: 10px;
}

img.button{
	cursor: pointer;
}

#topSearch{
	width: 100%;
}

.topSearchBox{
	width: 200px;
	float: left;
	margin-bottom: 15px;
}

.topSearchBox select{
	font-size: 11px;
	width: 180px;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.topSearchBox input{
	border: 1px solid #000000;
	height: 14px;
	font-size: 11px;
	width: 140px;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;	
}

.white{
	color: #ffffff;
}

.black{
	color: #000000;
}

#searchHeader{
	padding-left: 126px;
	color: #237e9d;
	font-size: 11px;
}

.kommun{
	float: left;
	height: 40px;
	line-height: 40px;
	width: 251px;
	padding-left: 10px;
}

.address{
	float: left;
	height: 40px;
	line-height: 40px;
	width: 172px;
	padding-left: 10px;
}

.postaddress{
	float: left;
	height: 40px;
	line-height: 40px;
	width: 155px;
	padding-left: 10px;
}

ul#results{
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 742px;
}

ul#results li{
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid #e0e0e0;
}

.resultsImg{
	width: 126px;
	float: left;
	background: #ffffff;
}

.resultsData{
	padding-top: 10px;
	color: #000000;
	font-size: 11px;
}

ul#results li:hover div.resultsData{
	background: #237e9d;
	color: #ffffff;
}

#pagination{
	width: 55%;
	padding-left: 45%;
	margin-top: 30px;
}

.page{
	width: 17px;
	height: 17px;
	line-height: 17px;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}

.page a{
	color: #000000;
	text-decoration: none;
}

.active{
	background: #237e9d;
}

.active a{
	color: #ffffff;
	text-decoration: none;
}

.next{
	height: 17px;
	line-height: 17px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 11px;
	float: left;
}

.next a{
	color: #000000;
	text-decoration: none;
}

#offerPhotos{
	width: 315px;
	margin-left: -6px;
}

.offerPhotosBig{
	width: 308px;
	margin-left: 6px;
	margin-bottom: 6px;
}

.offerPhotosSmall{
	width: 99px;
	margin-left: 6px;
	margin-bottom: 6px;
	float: left;
}

#offerContent{
	width: 390px;
}

p.textContent{
	padding: 0px;
	margin: 0px;
}	

#imgCont {
	position: relative;
	padding: 0px;
	margin: 0px;
	height: 209px;
}

#imgCont img{
	display: none;
	position:absolute;
	top:0; left:0;
}

.blue{
	color: #237e9d;
}

p.textContent{
	font-size: 11px;
}

p.textContent a{
	color: #000000;
}