/* GENERAL */
body{
	position:				absolute;
	width:					100%;
	height:					100%;
	margin:					0px;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				11px;
	color:					#333333;
}

div{
	position:				relative;
	overflow:				hidden;
	display:				inline;
	float:					left;
}

h1{
	height:					45px;
	margin:					0px;
	margin-left:			10px;
	margin-right:			10px;
	font-size:				18px;
	line-height:			22px;
}

h2{
	height:					40px;
	margin:					0px;
	margin-left:			10px;
	margin-right:			10px;
	font-size:				17px;
}

h2 a{
	margin-top:				20px;
	margin-left:			10px;
	padding-right:			10px;
	background-image:		url('../nav/links/headings/default.gif');
	background-position:	right;
	background-repeat:		no-repeat;
	font-size:				10px;
	font-variant:			normal;
	font-weight:			bold;
	color:					#999999;
	display:				block;
	float:					left;
}
h2 a:hover{
	background-image:		url('../nav/links/headings/hover.gif');
	color:					#333333;
}

p{
	margin:					10px;
	margin-bottom:			0px;
}

a{
	text-decoration:		none;
}
a:hover{
	color:					#999999;
}

a.left{
	width:					8px;
	height:					10px;
	margin-top:				3px;
	background-image:		url('../nav/buttons/arrows/left/default.gif');
	background-position:	top;
	background-repeat:		no-repeat;
	display:				block;
	float:					left;
}
a.left:hover{
	background-image:		url('../nav/buttons/arrows/left/hover.gif');
}

a.right{
	width:					8px;
	height:					10px;
	margin-top:				3px;
	margin-right:			10px;
	background-image:		url('../nav/buttons/arrows/right/default.gif');
	background-position:	top;
	background-repeat:		no-repeat;
	display:				block;
	float:					right;
}
a.right:hover{
	background-image:		url('../nav/buttons/arrows/right/hover.gif');
}

img{
	border:					none;
	float:					left;
}

img.nofloat{
	float:					none;
}

.left{
	float:					left;
}

.right{
	float:					right;
}

.center{
	text-align:				center;
}

.gray{
	color:					#999999;
}

.black{
	color:					#333333;
}

.blue{
	color:					#006EC7;
}

.green{
	color:					#61BF1A;
}

.orange{
	color:					#FC7215;
}

.red{
	color:					#CF142B;
}

.yellow{
	color:					#FCC917;
}


/* BACKGROUND */
div#background{
	position:				absolute;
	width:					100%;
	top:					0px;
	left:					0px;
	background-image:		url('../img/backgrounds/background.gif');
}


/* TOP */
div#top{
	width:					100%;
	height:					750px;
	background-image:		url('../img/backgrounds/top.jpg');
	background-position:	center;
}


/* FOREGROUND */
div#foreground{
	position:				absolute;
	width:					100%;
	height:					100%;
	top:					0px;
}


/* FRAME */
div#frame{
	width:					965px;
	margin-left:			auto;
	margin-right:			auto;
	padding-bottom:			10px;
	display:				block;
	float:					none;
}


/* HEADER */
div#header{
	width:					940px;
	height:					115px;
	margin-top:				25px;
	margin-left:			25px;
}

div#header ul{
	margin:					0px;
	padding:				0px;
	display:				block;
	float:					left;
}

div#header ul li{
	list-style:				none;
	float:					left;
}

div#header ul li a{
	display:				block;
}

div#header ul.metanavigation{
	width:					710px;
	height:					22px;
	margin-top:				8px;
	background-image:		url('../img/backgrounds/metanavigation.jpg');
}

div#header ul.metanavigation li{
	border-right-style:		solid;
	border-color:			#000000;
	border-width:			1px;
}

div#header ul.metanavigation li a{
	height:					22px;
}

div#header ul.mainnavigation{
	position:				relative;
	width:					693px;
	height:					33px;
	margin-top:				-3px;
	padding-left:			17px;
	background-position:	bottom;
	background-repeat:		repeat-x;
	z-index:				1;
}

div#header ul.mainnavigation li a{
	height:					30px;
	margin-top:				3px;
}

div#header img.photo{
	border-top-style:		solid;
	border-color:			#FFFFFF;
	border-width:			1px;
}


/* MAIN */
div#main{
	width:					940px;
	margin-left:			25px;
	background-image:		url('../img/backgrounds/main.jpg');
	background-position:	top right;
	background-repeat:		no-repeat;
	line-height:			15px;
}

div#main div.medium{
	width:					290px;
	margin-top:				10px;
	margin-right:			0px;
	padding-left:			5px;
	padding-right:			5px;
	background-color:		#FFFFFF;
	background-position:	top left;
	background-repeat:		repeat-x;
}

div#main div.medium p{
	margin:					5px;
}


/* CONTENT */
div#content{
	width:					940px;
	margin-top:				30px;
}

.audi{
	height:					430px;
	background-image:		url('../img/backgrounds/models/1.jpg');
}

.skoda{
	height:					430px;
	background-image:		url('../img/backgrounds/models/2.jpg');
}

.volkswagen{
	height:					430px;
	background-image:		url('../img/backgrounds/models/3.jpg');
}

.bedrijfswagens{
	height:					430px;
	background-image:		url('../img/backgrounds/models/4.jpg');
}


div#content img.logo{
	margin-top:				160px;
	margin-left:			50px;
}

div#content table{
	margin-top:				165px;
	margin-left:			90px;
	border-collapse:		collapse;
	float:					left;
}

div#content table td{
	padding-bottom:			15px;
	padding-right:			35px;
}

div#content table a{
	padding-left:			15px;
	font-size:				16px;
	font-weight:			bold;
	color:					#999999;
	display:				block;
}
div#content table a:hover{
	background-image:		url('../img/arrow.gif');
	background-position:	0px 3px;
	background-repeat:		no-repeat;
	color:					#000000;
}


/* DROPDOWN */
div#dropdown{
	position:				absolute;
	width:					200px;
	top:					140px;
	left:					50%;
	border-bottom-style:	solid;
	border-right-style:		solid;
	border-color:			#BABABA;
	border-width:			1px;
	display:				none;
}

div#dropdown ul{
	margin:					0px;
	padding:				0px;
	display:				none;
}

div#dropdown ul li{
	list-style:				none;
}

div#dropdown ul li a{
	width:					190px;
	height:					20px;
	padding-top:			5px;
	padding-left:			10px;
	border-bottom-style:	solid;
	border-left-style:		solid;
	border-color:			#FFFFFF;
	border-width:			1px;
	background-color:		#E5E5E5;
	font-weight:			bold;
	color:					#666666;
	display:				block;
}
div#dropdown ul li a:hover{
	background-image:		url('../img/backgrounds/dropdown.gif');
	color:					#333333;
}

div#dropdown ul li a.hover{
	background-image:		url('../img/backgrounds/dropdown.gif');
	color:					#333333;
}

div.seat {
	background-image: url("../img/backgrounds/models/3.jpg");
	height:430px;
}

