/* 1. Container */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-color: #EFF0F0;
	color: #000;
}

.ad {
	border: 1px solid #000;
	margin: 10px 0px 0px 15px;
}

.container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 800px;
	height: 610px;
	background-color: #FFF;
	color: #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	position: relative; 
}

/* 2. Head */

.head {
	width: 800px; 
	height: 114px;
	background-image: url('images/head_bg.gif');
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
}

.logo img {
	margin: 0px 0px 0px 10px;
	border: 0px;
	float: left;
}

.this{
	margin-top: 0px;
}

.head form {
	float: right;
}

.head object {
	float: right;
	width: 375px;
	height: 72px;
	margin: 5px 10px 5px 0px;
	z-index: 0;
	position: relative;
}
.bannertje {
	z-index: 0;
	position: relative;
}

.tekstinput {
	border: 2px solid #303030;
	padding: 0px 5px 0px 5px;
}

.submitinput {
	border: 1px solid #000;
	margin-right: 10px;
}

/* 3. Navigatie */

.navigatie {
	background-image: url("images/menu_empty.gif");
	background-repeat: repeat-x;
	height: 38px;
	width: 800px;
	margin-top: -2px;
}

/* Padding-top van deze div kan hoogte van tekst doen veranderen */

.navigatie ul {
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 0px 0px;
}

/* Padding-right kan knoppen dichter bij elkaar zetten dmv negatief */

.navigatie li {
	display: inline;
	text-transform: uppercase;
}

/* padding-top bepaald begin bg voor knoppen
   padding-bottom bepaald hoogte knoppen 
   Negatieve top margin zorgt voor juiste IE uitlijning */

.navigatie a {
	margin: -12px -2px 0px -2px;
	padding: 12px 5px 12px 5px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	background-repeat: no-repeat;
}

.navigatie a:hover {
	background-position: 0px -38px;
	color: #f00;
}

/* Margin-left zorgt voor de 10 pixel rand link */

.home a {
	margin-right: -4px;
	margin-left: 10px;
	padding-left: 3px;
	width: 43px;
	background-image: url("images/menu_home.gif");
}

.home_open a {
	margin-right: -4px;
	margin-left: 10px;
	padding-left: 3px;
	width: 46px;
	background-image: url("images/menu_home_open.gif");
}

.verhuuroverzicht a {
	width: 153px;
	background-image: url("images/menu_verhuur.gif");
}

.verhuuroverzicht_open a {
	margin-left: -2px;
	width: 153px;
	background-image: url("images/menu_verhuur_open.gif");
}

.filialen a {
	width: 54px;
	background-image: url("images/menu_filialen.gif");
}

.filialen_open a {
	margin-left: -2px;
	width: 74px;
	background-image: url("images/menu_filialen_open.gif");
}

.info a {
	margin-left: -3px;
	width: 43px;
	background-image: url("images/menu_info.gif");
}

.info_open a {
	margin-left: -3px;
	width: 43px;
	background-image: url("images/menu_info_open.gif");
}

.vacatures a {
	width: 54px;
	background-image: url("images/menu_vacatures.gif");
	margin-left: -4px;
}

.vacatures_open a {
	margin-left: -4px;
	width: 74px;
	background-image: url("images/menu_vacatures_open.gif");
}

.contact a {
	width: 54px;
	background-image: url("images/menu_contact.gif");
	margin-left: -4px;
}

.contact_open a {
	margin-left: -4px;
	width: 74px;
	background-image: url("images/menu_contact_open.gif");
}

.occ a {
	width: 54px;
	background-image: url("images/menu_occ.gif");
	margin-left: -4px;
}

.occ_open a {
	margin-left: -4px;
	width: 74px;
	background-image: url("images/menu_occ_open.gif");
}
/* 4. Nieuws */

.nieuws_items {
	width: 373px;
	height: 294px;
	float: left;
	margin: 10px 0px 0px 10px;
}

.nieuws_holder {
	width: 368px;
	height: 266px;
	overflow: auto;
	padding-right: 5px;
}

.nieuws_holder p, .nieuws_holder p.afbeelding {
	margin: 5px 0px 5px 0px;
}

.nieuws_holder p.afbeelding {
	min-height: 100px;
}

.container h2, .nieuws_items h2{
	margin: 0px 0px 5px 0px;
	border: 1px solid #000;
	width: 373px;
	height: 15px;
	background-color: #e52100;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
} 

.nieuws_items h3 {
	margin: 0px 0px 5px 0px;
	text-align: center;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	background-position: center center;
	background-image: url("images/content_kopbg.gif");
	background-repeat: no-repeat;
}

.nieuws_items img, .info2  img {
	border: 1px solid #000;
	float: right;
} 

.nieuws_items img {
	width: 100px;
	height: 100px;
}

/* 5. Links (a hrefs) */

.info1 a, .info2 a, .nieuws_items a, .vlaklinks a, .vlaklinks_small a, .links a, .verhuurvlak a, .verhuurvlak_large a, .occasion_large a, .occasion a {
	font-weight: bold;
	color: #f00;
}

.nieuws_items a:hover, .vlaklinks a:hover, .vlaklinks_small a:hover, .verhuurvlak a:hover, .verhuurvlak_large a:hover, .occasion_large a:hover, .occasion a:hover, .vlakrechts a:hover, .verhuurvlak a:hover, 
.resultaat_large a:hover, .info2 a:hover, .info1 a:hover, .links a:hover {
	text-decoration: none;
}

.links a, .nieuws_items a, .info2 a, .info1 a, .vlakrechts a, .verhuurvlak a, .resultaat_large a {
	text-decoration: underline;
}

/* 6. H3 Kop & H2 Titelbalk */

h3.functie_kop {
	margin: 0px 0px 5px 0px;
	text-align: center;
	width: 375px;
	height: 16px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	background-image: url("images/content_kopbg_rood.gif");
	background-repeat: no-repeat;
}

h2.titelbalk {
	height: 15px;
	width: 780px;
	background-color: #DDDDDD;
	border: 1px solid #BFBFBF;
	color: #000;
	text-align: left;
	margin: 10px 0px 10px 10px;
	clear: both;
}

/* 7. Links (Hoogwerker links, rechts weergegeven) */

.links {
	width: 375px;
	height: 296px;
	margin: 10px 10px 0px 0px;
	float: right;
	overflow: hidden;
}

.links img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	border: 0px;
}

.links p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.links h2 {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

/* 8. Info1 */

.info1 {
	width: 778px;
	margin: 310px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

.info1 img {
	border: 0px;
	margin: 5px 5px 5px 0px;
}

.info1 p, .info2 p {
	clear: both;
	margin: 0px 0px 0px 0px;
}

.info1 h2 {
	width: 778px;
}

.info1 ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.info1 li {
	display: inline;
	margin: 0px 2px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* 9. Info2 */

.info2 {
	margin: 0px 10px 0px 0px;
	float: right;
	width: 373px;
}

.info2 img {
	border: 0px;
	margin: 5px 85px 5px 0px;
} 

/* 10. verhuuroverzicht */

.resultaat {
	height: 350px;
	overflow: auto;
	margin: 0px 0px 0px 0px;
}

.resultaat_large {
	height: 400px;
	overflow: auto;
	margin: 0px 0px 0px 0px;
}

.verhuurvlak, .verhuurvlak_large {
	width: 780px;
	height: 420px;
	position: absolute;
	margin-left: 10px;
	clear: both;
}

.verhuurvlak ul.stripe li {
	list-style-image: url(images/li_stripe.gif);
}

.verhuurvlak_large {
	margin-top: 10px;
}

.verhuurvlak p {
	margin-top: 15px;
	margin-bottom: 15px;
}

.koplinks_info, .koprechts_info {
	height: 15px;
	background-color: #e52100;
	border: 1px solid #000000;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.vlaklinks {
	width: 286px;
	height: 400px;
	float: left;
}

.vlaklinks_small {
	width: 270px;
	height: 420px;
	float: left;
}

.vlaklinks_small p {
	margin: 10px 0px 0px 0px;
}

.vlaklinks_small img, .vlaklinks img {
	 vertical-align: middle;
	 border: 0px;
	 margin: 0px 10px 0px 10px;
}

.vlaklinks_small h3 {
	text-align: center;
	height: 15px;
	margin-bottom: 10px;
	margin-top: 0px;
	background-color: #e52100;
	border: 1px solid #000;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
}

.vlaklinks form {
	margin: 0px 0px 0px 0px;
}

.vlakrechts {
	width: 483px;
	height: 400px;
	float: right;
}

.vlakrechts ul {
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

.vlaklinks h3, .vlakrechts h3 {
	height: 15px;
	margin-bottom: 10px;
	background-color: #DDDDDD;
	border: 1px solid #BFBFBF;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

.artikel {
	height: 80px;
	width: 455px;
	margin: 5px 0px 5px 0px;
}

.artikel ul {
	padding: 5px 0px 0px 0px;
}

.artikel strong {
	padding: 5px 0px 5px 5px;
}

p.footer {
	font-size: 10px;
	margin-top: 5px;
	color: #666666;
	border-top: 1px solid #666666;
}

.note {
	background-color: #ddd; 
	height: 15px; 
	border: 1px solid #ccc; 
	padding: 2px 2px 2px 2px; 
	width: 450px;
}

/* NIEUW 25-07-07: weergeven van skytrain hoogwekers in zoekresultaten */

.sky_break {
	display: block;
	font-size: 18px;
	border: 1px solid gray;
	background-color: #dedede;
	color: #034792;
	margin-top: 0px;
	padding: 5px;
	font-weight: bold;
	margin-bottom: 0px;
}


.resultaat_afbeelding, .resultaat_afbeelding_fout {
	margin: 10px 10px 0px 0px;
	height: 170px;
	line-height: 20px;
	text-align: center;
	float: right;
}

.resultaat_afbeelding img {
	border: 1px solid #000000;
	width: 150px;
	height: 150px;
}

.resultaat_afbeelding_fout img {
	border: 1px solid #000000;
	width: 150px;
	height: 100px;
}

.resultaat_content {
	padding-bottom: 5px;
	border-bottom: 2px ridge #DDDDDD;
	font-size: 10px;
	line-height: 12px;
}

.resultaat_content h5 {
	margin: 5px 0px 5px 0px;
	color: #024694;
	font-size: 15px;
}

.sky_nfo {
	font-weight: bold;
	font-size: 16px;
	font-family: arial, verdana, sans-serif;
}

.sky_nfo a {
	font-family: arial, verdana, sans-serif;
	color: #024694;
}

/* 11. Filialen */

.filiaal {
	height: 105px;
	width: 455px;
}

.filiaal ul {
	padding-top: 5px;
}

.filiaal img {
	float: left;
	width: 125px;
	border: 1px solid #000;
	margin: 5px 5px 5px 5px;
}

.openingstijden ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* 12. Occasions */

.occ {
	width: 778px;
	margin: 310px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

.occ img {
	border: 0px;
	margin: 5px 5px 5px 0px;
}

.occ p, .info2 p {
	clear: both;
	margin: 0px 0px 0px 0px;
}

.occ h2 {
	width: 778px;
}

.occ ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.occ li {
	display: inline;
	margin: 0px 2px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.occasion p {
	margin-top: 15px;
	margin-bottom: 15px;
}

.occasion_large {
	margin-top: 10px;
}

.occasion ul.stripe li {
	list-style-image: url(images/li_stripe.gif);
}

.occasion, .occasion_large {
	width: 780px;
	height: 420px;
	position: absolute;
	margin-left: 10px;
	clear: both;
	background-image:url(background_product2.jpg);
}

/* Formulieren */

fieldset.row {
	clear: both;
	padding-top: 5px;
	padding: 5px;
	width: 440px;
	border: 1px solid #000;
}

fieldset.row legend {
	font-weight: bold;
}

fieldset.row label {
	float: left;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 0;
	clear: both;
}

fieldset.row label.tekstlabel {
	width: 230px;
}

fieldset.row input.tekstveld, fieldset.row input.tekstveld_klein {
	float: left;
	text-align: left;
	border: 1px solid #000;
	margin-bottom: 5px;
	margin-left: 10px;
} 

fieldset.row input.tekstveld_klein {
	width: 40px;
} 

fieldset.row .radioknop {
	float: left;
	text-align: left;
	margin: 5px 0px 5px 10px; 
	width: 200px;
} 

fieldset.row .radioknop input {
	text-align: left;
} 

fieldset.row textarea {
	border: 1px solid #000; 
	margin: 0px 0px 5px 10px;
	padding: 0px 0px 0px 0px;
	overflow: auto;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	width: 400px;
	height: 200px;
}

fieldset.row .tekstveld {
	width: 150px;
}

.sub_actief {
	color: #000;
	font-size: 100px;
}
