body {
	background:			url(../images/background.png) repeat-x #FFF;
}

a {
	color:				#FFF;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:			12px;
	text-decoration:		none;
}

p {
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			12px;
}

h1 {
	color:				#FFF;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			18px;
	font-weight:		bold;
}

#container {
	margin: 			auto;
	width:				960px;
}

#header {
	background-repeat:  no-repeat;
	height:				67px;
	padding-left:      	10px;
	padding-top:		40px;
	width:				950px;
}

#menu {
	height:				33px;
	width:				960px;
}

.basictab{
	padding: 			4px 0;
	margin-left: 		0;
	font: 				bold 16px Arial;
	list-style-type: 	none;
	text-align: 		right; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
	display: 			inline;
	margin: 			0;
}

.basictab li a{
	font: 				bold 16px Arial;
	text-decoration: 	none;
	padding: 			9px 10px;
	margin-right: 		5px;
	background-color: 	#00356B;
	background-image:	url(../images/menu_inactive.jpg);
	color: 				#FFF;
}

.basictab li a:visited{
	color: 				#FFFFFF;
}

.basictab li a:hover{
	background-color: 	#FFF;
	background-image:	none;
	color: 				#00356B;
}

.basictab li a:active{
	color: 				00356B;
}

.basictab li.selected a{ /*selected tab effect*/
	background-color: 	#FFF;
	background-image:	none;
	color: 				#00356B;
}

#content {
	background-color:	#FFF;
	padding:			30px 0;
	width:				960px;
}

#contentleft {
	float:				left;
	width:				640px;
}

#contentright {
	float:				left;
	width:				320px;
}

#panorama {
	background:			url(../images/panorama_zomer.jpg) no-repeat;
	width:				640px;
	height:				320px;
}

#comparemenu {
	padding-left:		10px;
	width:				630px;
	height:				50px;
}

#compareresults {
	padding:			0 10px;
	width:				630px;
}

#resultscontainer {
	width:				620px;
	height:				40px;
	background-color:	#00356B;
}

#footer {
	background:			url(../images/footer_background.jpg) repeat right;
	height:				45px;
	padding-top:		25px;
	width:				960px;
}

#footer p {
	color:				#FFF;
	text-align:			center;
}

.actionbutton {
	background:			url(../images/button_background.jpg) no-repeat;
	height:				161px;
	width:				320px;
}

.actionbutton .header {
	padding:       		14px 20px;
}

.actionbutton .image {
	float:				left;
	height:				95px;
	padding-left:		25px;
	padding-top:		15px;
	width:				126px;
}

.actionbutton .link1 {
	height:				50px;
	padding:			5px 10px 0 0;
}

.actionbutton .link2 {
	height:				45px;
	padding:			0px 10px 0 0;
}

#zoekservice {
	height:				161px;
	width:				320px;
}

.actionbutton a {
	color:				#000;
	font-size:			11px;
}

.actionbutton a .bold {
	font-family:			Arial, Helvetica, sans-serif;
	font-size:			13px;
	font-weight:			bold;
	color:				#01789a;
}

.clearer {
	clear:				both;
}
	