/* CSS Document */

@import url(presentation_style.css);
body {
	margin: 0px auto;
    width: 880px;
}


p, h1, h2, h3 {
	margin: 10px 20px 20px 20px;
	
}


#leftcolumn {
	position:absolute;
	top: 32px;
	left: 2px;
	width: 170px;
	background-color: #EFF3F2;
	background-image:url(images/leftbacktop2.jpg);
	background-repeat:no-repeat;
	height: 780px;
	
	
}

#centercolumn {
	top: 165px;
	margin-left: 157px;
	margin-right: 135px;
	padding-right: 5px;
	text-align: left;
	
	
	
	
}

#rightcolumn {
	position:absolute;
	top: 32px;
	right: 2px;
	width: 150px;
	border-left:dotted #666 thin;
	padding-left: 3px;
	margin-left: 5px;
	height: 850px;
	
}


#banner {
	background-image:url(images/banner2.jpg);
	background-repeat:no-repeat;
	height: 150px;
}

.logo{
	float:left;
	position:relative;
}

.searchbar {
	position:absolute;
	top: 139px;
	right: 500px;
	width: 0px;
}


.reklamcard {margin-bottom: 20px;}

.first_page{ padding: 10px 0 0 10px;}

.photo {
	float: left;
	position:relative;
	
	padding: 10px 20px 10px 30px;
}

.photo2 {
	float: right;
	position:relative;
	
	padding: 10px 20px 10px 30px;
}


.tabell {
	position:relative;
	padding: 10px 30px 10px 30px;
	font-size: 12px;
	
}
