html {
	background: url("../images/html_bg.jpg") fixed repeat-x;
}

body,td,th,select,input,textarea,p,a {
	font-family: "Lucida Sans", Tahoma, Arial;
	font-size: 13px;
	color: #333;
}

p,h1,h2,h3,h4 { margin-bottom:15px; }

a { color: #900; }
a:hover { text-decoration: none; }
strong { font-weight: bold; }

h1 {
	font-size: 24px;
	color: #900;
	font-weight: bold;
}

h2 {
	font-size: 18px;
	color: #555;
	font-weight: bold;
}

.clear { clear: both; }

#container {
	position: relative;
	margin: 0 auto;
	width: 950px;
}

#topmenu {
	text-align: right;
	line-height: 30px;
}

#topmenu a {
	color: #333;
}

#header {
	position: relative;
	background: url("../images/header_bg.gif");
	width: 950px;
	height: 200px;
	margin-bottom: 20px;
}

#header h1 {
	position: absolute;
	top: 42px;
	left: 30px;
	background: url("../images/header_h1.png");
	width: 336px;
	height: 116px;
	text-indent: -9999px;
}

#header h1 a {
	width: 336px;
	height: 116px;
	display: block;
}

#header ul {
	float: right;
	margin-top: 13px;
}

#header ul li {
	list-style: none;
	margin-bottom: 5px;
}

#header ul li a {
	height: 40px;
	width: 180px;
	display: block;
	cursor: pointer;
}

#header ul li.bovag a {
	background: url("../images/header_bovag.png");
}

#header ul li.santander a {
	background: url("../images/header_santander.png");
}

#header ul li.nap a {
	background: url("../images/header_nap.png");
}

#header ul li.rdw a {
	background: url("../images/header_rdw.png");
}

#menu {
	background: url("../images/menu.png");
	width: 910px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 20px;
	padding: 0 20px;
}

#menu ul {

}

#menu ul li {
	float: left;
	padding: 0 30px;
}

#menu ul li.active {
	background: url("../images/menu_active.gif") repeat-x;
	font-weight: bold;
}

#menu ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

#main {
	width: 910px;
	margin: 0 auto;
}

#breadcrumbs {
	margin-bottom: 15px;
}

#breadcrumbs span,
#breadcrumbs span a {
	font-size: 12px;
}

#maincontent {
	width: 580px;
	float: left;
	margin-right: 30px;
}

#maincontent.occasions {
	width: 910px;
}

#rightcontent {
	width: 300px;
	float: left;
	float: left;
}

#rightcontent ul li a {
	display: block;
	width: 270px;
	background: url("../images/rightmenu_bg.png");
	padding: 0px 15px;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
}

#rightcontent ul li.active a {
	font-weight: bold;
}

#rightcontent ul.thumbs {
	margin: 0;
}

#rightcontent .thumbnail {
	width: 292px;
	padding: 2px;
	border: 2px solid #900;
	margin-bottom: 10px;
}

#formulier {

}

#formulier div {
	margin-bottom: 5px;
}

#formulier div#error_box {
	background: #fbb;
	border: 1px solid #c00;
	padding: 15px;
	margin-bottom: 30px;
	
}

#formulier div#error_box ul {
	margin: 0 0 15px 30px;
}

#formulier div#error_box ul li {
	list-style-type: disc;
}

#formulier input.txt,
#formulier textarea.txt {
	border: 1px solid #333;
	width: 350px;
	padding: 5px;
	background: #ffe;
}

#formulier input.error ,
#formulier textarea.error{
	border: 1px solid #c00;
	width: 350px;
	padding: 5px;
	background: #fbb;
}

#formulier label {
	width: 150px;
	float: left;
	padding: 5px 0;
}

#formulier fieldset {
	border: 1px solid #999;
	margin-bottom: 15px;
	padding: 20px;
}

#formulier legend {
	font-size: 16px;
	color: #900;
	font-weight: bold;
	padding: 0 5px;
}

#formulier p.submit {
	margin: 0;
}

#footer {
	background: url("../images/footer.png");
	width: 950px;
	line-height: 40px;
	text-align: center;
	height: 40px;
	color: #fff;
	margin: 30px 0 10px;
}

#footer a,
#footer p {
	color: #fff;
	margin-bottom: 0;
}