@charset "UTF-8";

/* Developed by Hotspot Design */
/* Website: http://www.hotspotdesign.nl */


* {
	margin: 0;
	padding: 0;
}


/* -- MISC CLASSES for reuse ---------------- */
/* ---- blauw-groen: #2E9BCC -- 80%:#58afd6 -- 60%:#82c3e0 -- 40%:#abd7eb -- 30%:#c0e1f0 -- 20%:#d5ebf5 -- 10%:#e9f5fa ------- */
/* ---- blauw: #0086e0 ------- */
/* ---- grijs: #636466 --- lichtgrijs #737476 ---- */



.clearfloat {
	clear:both;
	height:0;
	line-height: 0px;
}


a:focus { /* -- remove dotted link on links in FF -- */
  outline: none;
}

a {
	color:#2E9BCC;
}

a:hover {
	color:#ffffff;
	border-bottom:none;
}

/* -- STANDARD STYLES -------------------------------- */

body  {
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#333333;
	font-family: Trebuchet ms, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	/*background:#FFFFFF;*/
	background: url(../_images/bg_fade_body.png) repeat-x;
}

#bg_wrapper {
	height:100%;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom:0px;
	/*background:#0086e0;*/
	text-align:left;
}

#header_container {
	margin: 0 auto;
	background:#58afd6 url(../_images/bg_fade.png) center repeat-y;
}

#header {
	width: 800px;
	height: 150px;
	margin: 0 auto;
}


.home { background:url(../_images/_header_images/wolken03.jpg); }
.praktijkopleiding { background:url(../_images/_header_images/praktijkopleiding.jpg); }
.theorie { background:url(../_images/_header_images/asfalt.jpg); }
.spoedopleiding { background:url(../_images/_header_images/speed.jpg); }
.rijopleider { background:url(../_images/_header_images/rijopleider.jpg); }
.leswagen { background:url(../_images/_header_images/neus.jpg); }

.examens { background:url(../_images/_header_images/stoplichten.jpg); }
.acties { background:url(../_images/_header_images/rijbewijs.jpg); }
.aanmelden { background:url(../_images/_header_images/aanmelden.jpg); }
.contact { background:url(../_images/_header_images/contact.jpg); }


#logo {
	position:absolute;
	background:url(../_images/logo_rijschoolvanleeuwen.png) no-repeat;
	width:225px;
	height:113px;
	z-index:1;
	
}



/* -- MENU STYLES ------------------------------------------*/
#menu {
	float:right;
/*	margin: 0 auto;
*/	font-size:14px;
	letter-spacing:2px;
}

#menu ul {
	float:left;
	list-style:none;
	text-align:right;
}

#menu ul li {
	float:left;
	margin-right:10px;
	color:#FFFFFF;
	height:35px;
	padding-top:115px;
}

#menu ul li.active {
	text-decoration:none;
	background-color:#2E9BCC;
	color:#EEEEEE;
	padding-left:8px;
	padding-right:8px;
	padding-top:115px;
	margin-right:10px;

/* transparancy */
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}


#menu ul li a {
	text-decoration:none;
	background-color:#000;
	color:#EEEEEE;
	padding-left:8px;
	padding-right:8px;
	padding-top:6px;
	padding-bottom:6px;
	
	/* border radius */
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	/* transparancy */
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}


#menu ul li a:hover {
	background-color:#2E9BCC;
	/* transparancy */
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}



#submenu_container {
	margin: 0 auto;
	font-size:13px;
	letter-spacing:2px;
	background:#2E9BCC url(../_images/bg_fade.png) center repeat-y;
}

#submenu {
	width: 800px;
	margin: 0 auto;
	height: 26px;
	background:url(../_images/bg_submenu.gif);
}

#submenu ul {
	float:right;
	display:block;
	list-style:none;
}

#submenu li {
	float:left;
	border-right:#CCCCCC 1px solid;
}

#submenu li.last {
	border-right:none;
	margin-right:10px;
}

#submenu li a {
	color:#fff;
	float:left;
	text-decoration:none;
	padding-top:5px;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:6px;
}

#submenu li a:hover {
	background:#333333;
}

#submenu li a.active {
	color:#2E9BCC;
	background-color:#E8E8E8;
	cursor:default;

/* transparancy */
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}



/* -- CONTENT STYLES ------------------------------------------*/
#content_container {
	margin: 0 auto;
	background:url(../_images/bg_fade.png) center repeat-y;
}

#content {
	min-height: 500px;
	width: 750px;
	margin: 0 auto;
	padding:25px;
	background:#F5F5F5 url(../_images/bg_fade_content.gif) repeat-x; /* of f3f3f3 */
	line-height:23px;
	font-size:14px;
}

.spacer {
	margin-top:25px;
	margin-top:25px;
	border-bottom:#CCC 1px dashed;
}

.image_column {
	float:right;
	width:290px;
	margin-left:15px;
	margin-bottom:15px;
}

.image_column180 {
	float:right;
	width:180px;
	margin-left:15px;
	margin-bottom:15px;
}

img {
	float:right;
	background-color:#d7dadd;
	padding:5px;
	border:#999999 1px solid;
	margin-left:25px;
	margin-bottom:25px;
	margin-right:0px;
	
	/* border radius */
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

img.img_clean {
	float:none;
	padding:none;
	margin:0px;
	border:none;
	background:none;
}

h1 {
	font-size:20px;
	color:#2E9BCC;
	padding-bottom:10px;
	border-bottom:#CCCCCC 1px solid;
	margin-bottom:20px;
	letter-spacing:1px;
}

h2 {
	font-size:16px;
	color:#2E9BCC;
	padding-bottom:2px;
	letter-spacing:1px;
}

h3 {
	font-size:14px;
	color:#2E9BCC;
	padding-bottom:2px;
	letter-spacing:1px;
}

#content ul,
p {
	font-size:14px;
	margin-bottom:18px;
	list-style:url(../_images/arrow_right_small.png) inside;
}

br {
	margin-bottom:0px;
}


#content p.nospace {
	margin-bottom:0px;
	margin-top:0px;
}

#content ul.nospacebottom {
	margin-bottom:0px;
}

#content ul.checklist {
	list-style:url(../_images/tick.png) outside;
	margin-left:24px;
}

#content ul.checklist li.notick{
	list-style:none;
	margin-left:0px;
}

.txt_groot { font-size:22px; color:#2E9BCC;}
.txt_klein { font-size:12px;}


#footer a,
#footer p a,
#content a,
#content p a {
	color:2E9BCC;
	text-decoration:none;
	border-bottom:#666666 1px dotted;
}

#footer a:hover,
#footer p a:hover,
#content a:hover,
#content p a:hover {
	color:ffffff;
	background:#2E9BCC;
	text-decoration:none;

}


/* -- COLUMN / SIDEBLOCK STYLES -------------------------------- */
.column_right {
	float:right;
	width: 150px;
	min-height:200px;
	padding:20px;
	background:#d5ebf5; /* of wit */
	margin-left:25px;
	margin-bottom:25px;
	
	/* border radius */ 
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.column_wrapper { /* is wrapper voor images en blocks */
	float:right;
	width:190px;
	margin-left:15px;
	margin-bottom:15px;
} 

.side_block {
	float:right;
	width: 160px;
	border:2px solid #d7dadd;
	padding:15px;
	background-color:#fff;
	color:#2E9BCC;
	margin-left:25px;
	margin-bottom:25px;
	/* border radius */ 
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.side_block_nowidth {
	float:right;
	width: none;
	border:2px solid #d7dadd;
	padding:15px;
	background-color:#fff;
	color:#555;
	margin-left:25px;
	margin-bottom:25px;
	
	/* border radius */ 
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}


.bottom_block_last h1,
.bottom_block h1,
.side_block h1 {
	font-size:115%;
	margin:0 0 5px;
	color:#000;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:bold;
}


.side_block p {
	padding-top:19px;
	font-size:75%;
	font-style: italic;
	color: #333;
}

img.sideblock {
	width:60px;
	float:left;
	background-color:#fff;
	border:none;
	margin:0px 10px;
	padding:0px;
}

img.sideblock90 {
	width:90px;
	float:left;
	background-color:#fff;
	border:none;
	margin:0px 10px;
	padding:0px;
}

img.sideblock110 {
	width:110px;
	float:left;
	background-color:#fff;
	border:none;
	margin:0px 10px;
	padding:0px;
}

img.sideblock128 {
	width:128px;
	float:left;
	background-color:#fff;
	border:none;
	margin:0px 10px;
	padding:0px;
}


h5 { /* voor 123 tekst */
	color:#2E9BCC;
	font:Arial, Helvetica, sans-serif;
	font-size:42px;
}


/* -- COLUMN / HORIZONTAALBLOCK STYLES -------------------------------- */
.horizontal_block {
	float:left;
	width:700px;
	border:2px solid #d7dadd;
	background-color:#fff;
	color:#555;
	margin:10px 25px 20px 0px;
	padding:20px 0px 20px 0px;
	letter-spacing:1px;
	
	
	/* border radius */ 
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.horizontal_block_home {
	float:left;
	width:500px;
	border:2px solid #d7dadd;
	background-color:#fff;
	color:#555;
	margin:10px 25px 20px 0px;
	padding:20px 0px 20px 0px;
	letter-spacing:1px;
	
	
	/* border radius */ 
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.actie_block_wrapper {
}

.actie_block_first {
	height:90px;
	float:left;
	padding-left:20px;
	padding-right:20px;
	border-right:#CCCCCC 1px solid;
}

.actie_block {
	height:80px;
	float:left;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	border-right:#CCCCCC 1px solid;
}

.actie_block_last {
	float:left;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	border-right:none;
}

.actie_block_first h2 {
	text-align:center;
	padding-bottom:15px;
}

.actie_block_first h3 {
	text-align:center;
	margin-top:5px;
	font-size:500%;
}

.horizontal_block h10 {
	font-size:150%;
}

.horizontal_block .blauw {
	color:#2E9BCC;
}

.horizontal_block .groen {
	color:#9fcd4a;
}



/* -- FORM STYLES -------------------------------- */

.form_block {
	width:500px;
	border:2px solid #2E9BCC;
	padding:15px;
	background-color:#e9f5fa;
	color:#555;
	margin:20px 0px 0px 0px;
	
	/* border radius */ 
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}


#theorie_form_table {
	margin-top:5px;
}


.tekstveld {
	width:400px;
	height:18px;
	border:#abd7eb 1px solid;
	background-color:#FEFEFE;
	margin-bottom:5px;
}

.tekstveld_hoog {
	width:400px;
	height:110px;
	border:#abd7eb 1px solid;
	background-color:#FEFEFE;
	margin-bottom:5px;
}


.tekstveld:hover,
.tekstveld_hoog:hover {
	border:#2E9BCC 1px solid;
}

input.tekstveld,
textarea.tekstveld_hoog,
textarea.tekstveld {
	font-size: 12px;
	font-weight: normal;
	color: #2E9BCC;
}

.marge_rechts {
	margin-right:5px;
}


.checkbox {
	margin-right:5px;
}

.klein {
	font-size:12px;
	line-height:18px;
}

.button_send {
	display:block;
	width:90px;
	height:20px;
	border:#2E9BCC 1px solid;
	color:#FFFFFF;
	font-size:11px;
	letter-spacing:1px;
	background-color:#82c3e0;
	cursor:pointer;
	margin-top:10px;
}

.button_send:hover{
	background-color:#2E9BCC;
}


.verplicht_veld {
	color:red;
	margin-left:5px;
}


.verplicht_veld_tekst {
	color:red;
	font-size:12px;
}





/* -- FOOTER STYLES -------------------------------- */
#footer_container {
	margin: 0 auto;
	background:url(../_images/bg_fade.png) center repeat-y;
}

#footer {
	width: 750px;
	margin: 0 auto;
	padding: 20px 25px 20px 25px;
	background-color:#636466;
}


.footer_block { }

.bottom_block {
	float:left;
	height:110px;
	width:197px;
	border:2px solid #d7dadd;
	padding:15px;
	background-color:#fff;
	color:#555;
	margin-right:25px;
	text-align:left;
	/* border radius */ 
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.bottom_block_last {
	float:left;
	height:110px;
	width:197px;
	border:2px solid #d7dadd;
	padding:15px;
	background-color:#fff;
	color:#555;
	text-align:left;
	/* border radius */ 
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* -- staan boven gespecificeerd --
.bottom_block_last h1, .bottom_block h1 */


.bottom_block img,
.bottom_block_last img {
	float:left;
	background-color:none;
	padding:5px;
	border:none;
	margin-left:0px;
	margin-bottom:0px;
	margin-right:0px;
}


.bottom_block p,
.bottom_block_last p {
	padding-top:15px;
	font-size:120%;
}

.bottom_block p.push,
.bottom_block_last p.push {
	padding-top:25px;
}


ul.linklist {
	list-style:url(../_images/arrow_small.png) outside;
	margin-left:40px;
	font-size:120%;
}





/* -- CREDITS STYLES -------------------------------- */
#hsd_container {
	margin: 0 auto;
	background:url(../_images/bg_fade.png) center repeat-y;
}

#hsd_footer {
	width: 750px;
	margin: 0 auto;
	padding: 8px 25px 2px 25px;
	background-color:#999999;
}


#hsd_footer p,
#hsd_footer p a {
	color:#fff;
	text-decoration:none;
	font-size:9px;
	letter-spacing:1px;
}

#hsd_footer p a:hover {
	color:#000;
}

