@charset "utf-8";
/* CSS Document */

body {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 0px;
	color: #cccccc;
	background-color:#cccccc;
	text-align: center;
}
body {
   behavior: url(../stijlsheet/csshover3.htc);
}
#container {
   width: 950px;
   margin: 0 auto;
   background-color: #ffffff;   
}


img {
	border-width: 0px;
}


/* BOVENSTE BALK met logo en menu */
#begin {
	width: 950px;
	background-color: #2e3192;
	height: 65px;
	margin: 0px;
}
#begin p {
	margin: 0px;
	text-align: left;
}

/* linker gedeelte met logo en kleurenbalkjes */
#bedrijf {
	float: left;
	background-color:#ffffff;
	height: 65px;
}
/* middelste gedeelte met selectie formulier */
#assortiment {
	float: left;
	padding: 10px;
	padding-left: 3px;
}
#select_form { /* het selectie formulier */
	margin-top: 3px;
}
.select_fiets { /* een selectvak uit het formulier */
	background-color: #2e3192;
	color: #ffffff;
}
.uitklap1 {
	float: left;
	margin-right: 5px;
}
.uitklap2 {
	float:inherit;
}
.uitklap1 ul, .uitklap2 ul {
	width: 168px;
	heigth: 22px;
	background-color: #2e3192;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	margin-top:2px;
}
.uitklap1 ul ul, .uitklap2 ul ul {
   display:none;
   position: absolute;
   *position: relative;
   z-index: 99;
}
.uitklap1 ul li, .uitklap2 ul li {
	list-style-type: none;
}
.uitklap1 ul ul li, .uitklap2 ul ul li {
	width: 172px;
	text-align: left;
	list-style-type: none;
	margin-left: 5px;
}
.uitklap1 ul ul li a:link, .uitklap2 ul ul li a:link {
	color: #ffffff;
	text-decoration: none;
}
.uitklap1 ul ul li a:hover, .uitklap2 ul ul li a:hover {
	color: #24acde;
	text-decoration: none;
}
.uitklap1 img, .uitklap2 img {
	border:none;
}
.uitklap1 li:hover > ul, .uitklap2 li:hover > ul {
   display:block;
}
/*.uitklap1 ul li a:hover ul, uitklap2 ul li a:hover ul{
	display: block;
}*/



/* rechter gedeelte met menu */
#topmenu {
	padding: 10px;
	padding-top: 33px;
	height: 65px;
	text-align: right;
}
a:link, a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
a:hover {
	color:#24acde;
}
a:active {
	color:#f2ec1a;
}


/* MIDDELSTE GEDEELTE voor de content t.b.v. DETAILPAGINA en OVERZICHTPAGINA */
#midden {
	background-color:#ffffff;
	width: 930px;
	padding: 10px;
	color: #000000;
}
.titel {/* naam fiets */
	color: #ed2124;
	font-size: 15px;
}
#midden img {
	vertical-align: middle;	
}
.detail_knop a:link, .detail_knop a:visited {
	color:#2e3192;
	text-decoration: none;
	font-size: 15px;
	padding-bottom: 10px;
}
.detail_knop a:hover {
	color: #0090c5;
}
.detail_knop a:active {
	color:#f2ec1a;
}
.detail {/* tabel voor detailweergave fiets */
	border: 1px solid #bcbdc1;
	border-collapse:collapse;
	margin-top: 10px;
	width: 100%;
	padding: 10px;
}
.detail .detail_titel {/* bovenste gedeelte grijze vlak met naam en prijs fiets */
	width: 180px;
	background-color: #bcbdc1;
	padding: 10px;
	text-align: right;
	vertical-align: top;
}
.detail .detail_fotofiets {/* gedeelte rechts met foto fiets */
}
.detail .overzicht_fotofiets {/* gedeelte rechts met foto fiets */
	width: 330px;
}
.detail .overzicht_tekstfiets {/* gedeelte rechts met tekst fiets */
	text-align: left;
	vertical-align: top;
	padding: 10px;
	background-color: #e7e7e7;
	color: #000000;
}
.detail .overzicht_tekstfiets p {
	line-height: 20px;			
}
.detail .detail_knop {/* onderste gedeelte grijze vlak met knop naar vergroting/overzicht */
	width: 189px;
	background-color: #bcbdc1;
	text-align: right;
	vertical-align: bottom;
}
.detail_voor {
	font-weight: bold;
}
.sfeer_logo {/* linkerdeel met logo merk of tekst type fiets */
	width: 190px;
	padding-right: 10px;
	text-align: right;
	float: left;
	padding-bottom: 0px;
}
.sfeer_foto {/* rechterdeel met sfeerfoto */
	margin-top: 0px;
	height: 200px;
	text-align: right;	
}

/* AANVULLINGEN VOOR OVERIGE PAGINA'S ZOALS ROUTE, NIEUWS EN CONTACT */
.detail .detail_fotofiets td {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
	padding-top: 9px;
	padding-bottom: 9px;
}
.detail .detail_fotofiets h1 {
	font-size: 15px;
	color: #000000;
	font-weight: bold;
}
.date {
	font-style: italic;
	color: #ed2124;
}
.titel {
	font-weight: bold;
}
.nieuwsfoto {
	padding-top: 5px;
	padding-bottom: 5px;
}


/* MIDDELSTE GEDEELTE voor de content t.b.v. STARTPAGINA */
#over_bedrijf {
	width: 187px;
	clear: left;
	float: left;
	border-color: #bcbdc1;
	border-style: solid;
	border-width: 1px;
	height: 468px;
	position: relative;
}
.over_bedrijf_item {
	background-color: #bcbdc1;
	text-align: left;
	color: #000000;
	margin-bottom: 2px;
}
#over_bedrijf a:link, #over_bedrijf a:visited {
	color:#000000;
	text-decoration: none;
	font-size: 15px;
	padding-left: 2px;
}

#over_bedrijf a:hover {
	color: #0090c5;
}
#over_bedrijf a:active {
	color:#ed2124;
}
.over_bedrijf_item_beeld {
	height: 54px;
}
.over_bedrijf_extra {
	text-align: center;
	display: block;
	position: absolute;
	bottom: 2px;
	right: 2px;
	padding-right:12px;
}

.rechtsmidden {
/*	float: right;*/
}
.aanbiedingen {
	border-color: #bcbdc1;
	border-style: solid;
	border-width: 1px;
	margin-top: 11px;
	margin-left: 11px;
	float: left;
	width: 530px;
	min-height: 243px;
}
.aanbiedingen h2 {
	margin: 0px;
	color: #ed2124;
	font-size: 20px;
	background-color: #bcbdc1;
}
.aanbieding {
	padding: 10px;
	padding-left: 0px;
	float: left;
}
.aanbieding_spacer {
	float: left;
}
.korting {
	width: 250px;
	border: 1px solid #bcbdc1;
	border-collapse: collapse;
}
.korting_titel h1 {
	color: #000000;
	margin: 0px;
	font-size: 15px;
	text-align: left;
	padding: 0px;
	padding-left: 3px;
}
.korting_prijs p {
	color: #000000;
	margin: 0px;
	text-align: left;
	font-size: 15px;
	padding: 0px;		
	padding-left: 3px;
}
.korting_prijs p .voor{
	color: #ed2124;
	font-weight: bold;
}
.korting_fotofiets {
	border: 1px solid #bcbdc1;
	text-align: center;
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 160px;
}
.nieuws {
	border-color: #ed2124;
	border-style: solid;
	border-width: 1px;
	margin-top: 11px;
	margin-left: 11px;
	float: left;
	padding-bottom: 10px;
	width: 184px;
	height: 247px;
	overflow: hidden;
}
.nieuws h2 {
	margin: 0px;
	color: #ffffff;
	font-size: 20px;
	background-color: #ed2124;
	background-image: url(../illustraties/nieuws_dirk_visbeek.jpg);
	background-repeat: no-repeat;
}
.nieuws h3 {
	color: #ed2124;
	margin: 0px;
	margin-top: 5px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 18px;
	padding-bottom: 10px;
}
.nieuws p {
	margin: 0px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 14px;
}
.nieuws_link {
	padding-bottom: 5px;
}
#lees_verder {
	vertical-align:bottom;
	padding-top: 10px;
}
.nieuws a:link, .nieuws a:visited {
	color: #ed2124;
	text-decoration: none;	
	font-size: 15px;	
}
.nieuws a:hover {
	color: #0090c5;
}
.nieuws a:active {
	color:#2e3192;
}

/* ONDERSTE BALK met de footer*/
#einde {
	background-color: #ffffff;
	width: 950px;
	text-align: center;
	font-size: 14px;
	color: #2e3192;
	clear: left;
	padding-bottom: 10px;
    padding-top: 5px;
}


