/* Gemaakt door Arian Stolwijk <http://www.aryweb.nl> 14 okt 2008 */

body {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	background: #222;
}

img {
	border: 0;
}

#container {
	background: #ffffcc;
	width: 950px;
	margin: 5px auto;
}

#header {
	background: url(../images/header-bg.jpg) repeat-x;
	height: 77px;
	overflow: hidden;
}

#header #logo {
	width: 570px;
	float: left;
}

#header #quicklinks {
	width: 380px;
	float: left;
	text-align: right;
}

#content-wrapper {
	background: url(../images/content-wrapper-bg.gif) repeat-y;
	/* IE 6 /7 :O */
	*min-height: 20px;
	_height: 20px;
}

#menu {
	width: 143px;
	float: left;
	background: url(../images/menu-bg.gif) no-repeat;
	padding-bottom: 10px; 
}

#menu ul {
	margin: 71px 0 0 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	overflow: hidden;
}

#menu ul li.fietsen { height: 32px;}
#menu ul li.verzekeringen { height: 33px;}
#menu ul li.verhuur { height: 42px;}
#menu ul li.contact { height: 30px;}
#menu ul li.werkwijze { height: 41px;}
#menu ul li.winkel { height: 36px;}
#menu ul li.zoek { height: 47px;}

#menu #bovag {
	text-align: center;
}

#content {
	background: url(../images/content-bg.jpg) no-repeat;
	min-height: 365px;
	_height: 365px;
	float: left;
	width: 787px;
	padding: 10px;
}

#content h1 {
	font-weight: bold; 
	color: #0A50A1;
	margin: 0;
	font-size: 1.4em;	
}

#content h3, .rww {
	font-weight: bold; 
	color: #0A50A1;
	margin: 0;
	font-size: 1.1em;
}

#content p {
	margin: 0 0 15px 0;
}

.clear {
	clear: both;
}

label {
	min-width: 100px;
	display: inline-block;
}

.verhuurForm label, .zoekForm label {
	display: inline;
	min-width: auto;
}

input {
	margin: 1px;
}

.fout {
	color: red;
}

.segmenten .item {
	padding: 3px;
	background: #e3e3a7;
	border: 1px solid #999966;
	clear: both;
	margin: 3px;
}

.segmenten .item .img {
	float: left;
	margin-right: 10px;	
}

.segmenten .item_content {
	font-size: 12px;
	width: 240px;
	float: left;
	margin-right: 10px;
}

#content .segmenten p {
	margin-bottom: 5px;
}

.actie_fiets {
	font-size: 12px;
	float: left;
	width: 400px;
}

.actie_fiets img {
	float: left;
	margin: 0 5px 0 0;
	border: 1px solid #999966;
}

img.fiets_img {
	border: 1px solid #999966;	
} 

.slogan {
	margin: 0;
	text-align: right;
	color: #0A50A1;
	font-weight: normal;
}	

.adviesprijs {
	text-decoration: line-through;
}

.drw_prijs {
	background: #0A50A1;
	color: #F6DA15;
}
