body{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
}

/* @group H's */

h1{
	font-weight: normal;
	color: #bb6d35;
	font-size: 16px;
	margin: 0px;
}

h2{
	font-weight: bold;
	color: #333333;
	font-size: 12px;
	margin: 0px;
}

h3{
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #3d6397;
}

/* @end */

/* @group P's */

p.sidebar{
	font-size: 12px;
	color: #333333;
	margin: 0px;
	line-height: 18px;
}

p.toelichting{
	font-size: 10px;
	color: #333333;
	margin: 0px;
	line-height: 21px;
}

p.occ_info{
	font-size: 10px;
	color: #333333;
	margin: 0px;
}

p.prijs{
	font-size: bold;
	color: #bb6d35;
	font-size: 12px;
	margin: 0px;
}

p.footer{
	font-size: 14px;
	color: #ffffff;
	margin: 0px;
	line-height: 18px;
}

p.normal{
	font-size: bold;
	color: #333333;
	font-size: 12px;
	margin: 0px;
	line-height: 21px;
}
/* @end */

/* @group Header */

/* @group Menu */

div.menu{
	float: left;
}

div.menu_actief{
	float: left;
}

#menu_container img{
	border: none;
	text-decoration:none;
}

/* @group a Menu */

a.menu_service{
	display: block;
	background-image: url(../images/menu_service.png);
	width:84px;
	height:59px;
	background-repeat: no-repeat;
	text-decoration: none;
}

a:hover.menu_service{
	display: block;
	background-image: url(../images/menu_hover_service.png);
	width:84px;
	height:59px;
	background-repeat: no-repeat;
	text-decoration: none;
}

a.menu_hetbedrijf{
	display: block;
	background-image: url(../images/menu_hetbedrijf.png);
	width:113px;
	height:59px;
	background-repeat: no-repeat;
	text-decoration: none;
}

a:hover.menu_hetbedrijf{
	display: block;
	background-image: url(../images/menu_hover_hetbedrijf.png);
	width:113px;
	height:59px;
	background-repeat: no-repeat;
	text-decoration: none;
}

a.menu_occasions{
	display: block;
	background-image: url(../images/menu_occasions.png);
	width:114px;
	height:59px;
	background-repeat: no-repeat;
	text-decoration: none;
}

a:hover.menu_occasions{
	display: block;
	background-image: url(../images/menu_hover_occasions.png);
	width:114px;
	height:59px;
	background-repeat: no-repeat;
	text-decoration: none;
}

a.button{
	font-size: 12px;
	color: #ffffff;
	display: block;
	background-color: #3d6397;
	padding: 5px;
	font-weight: bold;
	text-decoration: none;
	width: 60px;
	text-align: center;
	float: left;
	cursor: pointer;
}

a:hover.button{
	color: #111111;
}

a.footer{
	color: #111111;
	font-weight:bold;
	text-decoration: none;
}

a:hover.footer{
	text-decoration: underline;
}

/* @end */

/* @end */

#header_container{
	background-image: url(../images/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #0e2d57;
	height: 347px;
}

#header_container_nosb{
	background-image: url(../images/bg_top_nosb.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #0e2d57;
	height: 347px;
}

#header_container_small{
	background-image: url(../images/bg_top_small.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #0e2d57;
	height: 91px;
}

#header{
	width: 768px;
	margin: auto;
}

#header img{
	behavior: url(template/stylesheets/iepngfix.htc);
}

#logo{
	float: left;
	margin-right: 230px;
}

#header_image{
	padding-top: 85px;
}

/* @end */

/* @group Content */

#content_container{
	width: 768px;
	margin: auto;
}

div.main{
	float: left;
	width: 412px;
	padding: 20px;
	padding-top: 20px;
}

*div.main{
	padding-left:0px;
}
#main_nosb{
	float: left;
	width: 768px;
	padding: 10px;
	padding-top: 20px;
}

/* @end */

/* @group Sidebar */

#sidebar_container{
	float: left;
	background-color: #eeeeee;
	border: 1px solid #d4d4d4;
	border-top: none;
	width: 273px;
	padding: 10px;
}

#sidebar_container a{
	font-size: 12px;
	text-decoration: none;
	color: #3a8bf6;
	display:inline;
	margin-top: 10px;
}

#sidebar_container a:hover{
	text-decoration: underline;
}

#nieuws{
	padding:5px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d4d4d4;
}

#nieuws img{
	border: 1px solid #999999;
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
	}

/* @end */

/* @group Contact */

#contact_wrapper{
	border-bottom: 5px solid #cccccc;
	margin-top: 20px;
}

#contact_container{
	width: 768px;
	margin: auto;
}

#contact_hidden_container{
	background-color: #cccccc;
	width: 100%;
	border-top: 5px solid #cccccc;
}

#contact_hidden{
	width: 768px;
	margin:auto;
	padding-top: 25px;
	display: none;
}

a.contact{
	color: #222222;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 50px;
	padding: 5px;
	background-color: #cccccc;
	text-align: center;
	border-top: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
}

/* @end */

/* @group Footer */

#footer_wrapper{
	background-color: #0e2d57;
	padding: 0px;
	margin: 0px;
	position: relative;
}

#contact_pijl{
	width: 768px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#contact_pijl img{
	margin: 0px;
	padding: 0px;
	display: block;
	margin-left: 22px;
}

#footer_container{
	width: 768px;
	margin: auto;
	padding: 10px;
	padding-top: 25px;
	padding-bottom: 25px;
	position: relative;
}

#footer_container img{
	behavior: url(template/stylesheets/iepngfix.htc);
}

#footer_links{
	float: left;
	text-align: right;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #ffffff;
}

div.footer_rechts{
	text-align: left;
	float: left;
}

#footer_rechts2{
	float: left;
	padding-left: 450px;
	padding-top: 20px;
}

a.backtotop{
	text-decoration: none;
	border: none;
}

a.backtotop img{
	border: none;
}

/* @end */

/* @group Occasions */

div.occ_item_wrapper{
	width: 100%;
	position: relative;
	margin-top: 10px;
}

div.occ_item{
	background-color: #ededed;
	border: 1px solid #cccccc;
	margin-top: 15px;
	padding: 10px;
	width: 95%;
	margin: auto;
}

div.occ_item img{
	border: 1px solid #333333;
	float: left;
	margin-right: 10px;
	margin-bottom: 3px;
}

div.lijn{
	background-color: #3d6397;
	height: 3px;
	width: 100%;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 0px;
}

div.lijn2{
	height: 1px;
	width: 100%;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 0px;
}

div.lijn_occ{
	background-color: #3d6397;
	height: 3px;
	width: 100%;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 0px;
	line-height:0px;
	font-size:1px;
}

*div.lijn_occ{
	width: 570px;
}

*div.lijn{
	margin:0px;
	font-size: 1px;
	line-height: 1px; 
}

table.occ{
	font-size: 12px;
	margin-bottom: 3px;
}

td.occ_1{
	width: 20%;
}

td_occ_2{
	width: 30%;
}

img.button_bekijk{
	position: absolute;
	right: 0px;
	top: 55px;
}

img.occ_detail_foto{
	border: 1px solid #333333;
}

img.occ_detail_foto_small{
	border: 1px solid #333333;
	float: left;
	width: 85px;
	height: 63px;
	margin: 2px;
}

tr.een{
	border-bottom: 1px dotted #cccccc;
	color: #333333;
	font-size: 12px;
	line-height: 21px;
}

tr.twee{
	background-color: #eeeeee;
	color: #333333;
	font-size: 12px;
	line-height: 21px;
}

td.detail_links{
	font-weight: bold;
	color: #3d6397;
	width: 25%;
}

#occ_opties{
	margin-top: 10px;
	border: 1px solid black;
}

img.optie{
	float: left;
	display: block;
	margin-right: 5px;
	margin-top: 2px;
}

#volgendevorige{
	border-top: 3px solid #3d6397; 
}

#occasions{
	padding: 5px;
}

div.occ_item1{
	margin-bottom: 35px;
}

div.occ_item2{
	margin-bottom: 5px;
}

div.occ_item1 img{
	float: left;
	border: 1px solid #333333;
	margin-right: 15px;
}

div.occ_item2 img{
	float: left;
	border: 1px solid #333333;
	margin-right: 15px;
}

img.sidebar_title{
	margin-left: 5px;
	margin-bottom: 5px;
}

#login_form{
}

input[type=text], textarea, form.inloggen input[type=password],input[type=file]{
	margin: 5px;
	background-color: 3d6397;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	border-color: #bebebe;
	width: 250px;
	padding: 5px;
	border-style: groove;
	border-width: 1px;
	font-family: arial;
}

label{
	display: block;
	width: 300px;
	}

p.big{
		float: left;
		margin: 0px;
		padding: 0px;
		font-size: 24px;
		color: #3d6397;
		font-family: Georgia, "Times New Roman", Times, "met schreef";
		font-style: italic;
	}
	
p.bigblack{
		margin: 0px;
		padding: 0px;
		font-size: 24px;
		color: #666666;
		font-family: Georgia, "Times New Roman", Times, "met schreef";
		font-style: italic;
	}
p.car_titel{
		color: #333333;
		font-family: Georgia, "Times New Roman", Times, "met schreef";
		margin: 0px;
		padding: 0px;
		float: left;
		font-weight: bold;
}

img.contact_sketch{
		position: absolute;
		left: -105px;
		top: 13px;
}

div.lijn3{
	width: 100%;
	border-bottom: 1px dotted #999999;
}

#logos{
	text-align: center;
	margin-top: 15px;
}

#logos img{
	margin-right: 15px;
	margin-left: 15px;

}

#servicelijst{
	font-size: 12 px;
	color: #666666;
}

#servicelijst li{
	font-size: 12px;
	line-height: 21px;
	margin: 0px;
}

td.serviceplaatje{
	padding: 10px;
	padding-right: 20px;
}

img.fotobedrijf{
	border:5px solid #cccccc;
}