﻿/*-------------------------------------------------
ALGEMEEN
-------------------------------------------------*/
html, body {
	
}

body {
	margin:0px;
	padding:0px;
	background-color:#c0c0c0;
}

#container {
	margin: 0 auto;
	width:975px;
}

.clearen {
	clear:both;
}




#kop {
	height:109px;
	background-image:url('../afbeeldingen/kop.jpg');
	background-position:left top;
	background-repeat:no-repeat;
}

#logo {
	height:82px;
	width:404px;
	position:absolute;
	
}

#logo img {
	border:0px;
}

#iframemodule {
  width:850px;
	height:2000px;
}

#adres {
	color:#000000;
	font-size:11px;
	line-height:14px;
	margin:15px 0px 0px 600px;
	position:absolute;
	line-height:17px;
	
}

#adres span{
	font-family:Georgia;
	color:#cc3431;
	font-size:22px;
	font-style:italic;
	
}


#openingstijden{
	color:#000000;
	font-size:11px;
	line-height:14px;
	margin:15px 0px 0px 780px;
	position:absolute;	
	line-height:17px;
}

#openingstijden span{
	font-family:Georgia;
	color:#cc3431;
	font-size:22px;
	font-style:italic;

}


#afbeeldingkop{
	background-image:url('../afbeeldingen/autos.jpg');
	background-position:left bottom;
	background-repeat:no-repeat;
	height:139px;
}

#hoofdmenubalk {
	height:38px;
	line-height:38px;
	background-image:url('../afbeeldingen/achtergrondhoofdmenu.jpg');
	background-position:left top;
	background-repeat:repeat-x;
	padding:0px 0px 0px 40px;
}

#hoofdactief {
	display:inline-block;
	height:38px;
	color:#cc3431;
	font-weight:bold;
}


#submenubalk {
	height:px;
	line-height:px;

}



#inhoud {
	padding:0px 0px 10px 0px;
	background-color:#dfdfdf;
	margin:0px 0px 0px 0px;
}

#tekst{
	background-color:#dfdfdf;
	padding:15px 0px 0px 0px;
}

#bovenrand{
	background-image:url('../afbeeldingen/bovenrand.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	height:21px;}

#tekstinhoud{
	background-image:url('../afbeeldingen/teksty.jpg');
	background-position:left top;
	background-repeat:repeat-y;
	padding:30px 80px 20px 80px;

}

#onderrand{
	background-image:url('../afbeeldingen/onderrand.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	height:21px;
}

#aanbod {
	background-image:url('../afbeeldingen/aanbod.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	height:144px;
	padding:0px 0px 10px 60px;
}

#aanbodtekst {
	padding:80px 0px 0px 40px;
}



/*-------------------------------------------------
menus
-------------------------------------------------*/

a.hoofdmenu {
	font-size: 13px;
	color: #000502;
	text-decoration:none;
}

a.hoofdmenu:hover {
	color: #000502;
	text-decoration:none;
}

a.hoofdmenu:active {
	color: #000502;
	text-decoration:none;
}


.tussenstukhoofd {
	font-size:14px;
	color: #cc3431;
}

/* a.submenu {
	font-size:12px;
	color: #858585;
	text-decoration:none;
}

a.submenu:hover {
	color: #3366ff;
	text-decoration:underline;
}

a.submenu:active {
	color: #858585;
	text-decoration:none;
}

.tussenstuksub {
	font-size: 11px;
	color: #3366ff;
}
/* 






/*-------------------------------------------------
100% hoogte:
---------------------------------------------------

html, body {
	height:100%;
}

* html > #container {
	height: 100%;
}

#container {
	min-height: 100%;
	position: relative;

-------------------------------------------------*/

