@charset "utf-8";
/* --  global  -----------------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	margin						: 0 auto;
	padding						: 0px;	
	width: 932px;
}
/* --  links  -----------------------------------------------------*/
a:link, a{
	font-size					: 11px;
	color						: #ffffff;
	text-decoration				: underline;
}


a:hover {
	font-size					: 11px;
	color						: #002c21;
	text-decoration				: underline;
}

a:active {
	font-size					: 11px;
	color						: #9fd7c9;
}
a:visited {
	font-size					: 11px;
	color						: #9fd7c9;
}

/* --  id content  -----------------------------------------------------*/

#container{
	width						: 100%;
	height						: 510px;
	float						: left;
}
#backImage{
	position: relative; /*keep this intact*/
	visibility: hidden; /*keep this intact*/
	z-index:-5000;
	top:134px;
	/*border:1px solid red;*/
}
/* --  header  -----------------------------------------------------*/

#header{
	height						:99px;
	float						: left;
	position					: absolute;	
	width						: 100%;
	background					: #ffffff;
	filter						 :alpha(opacity=85);
	opacity						: 0.85;
	-moz-opacity				: 0.85;
}
#headCenter{
	margin-left					:205px;
	width						:515px;

}
#headCenter h1{
	margin:0px;
	padding:0px;
	float						:left;
	width						:300px;
	left						:90px;
	height						:75px;
	background-image			:url(../images/logo-autobedrijf-kleverlaan-transp.gif);
	background-repeat			:no-repeat;
	background-position			:center;
	text-indent:-5000px;
}

#kiaLogo{
	top:0px;
	float						:left;
	width						:90px;
	height						:75px;
	background-image:url(../images/logo-kia-nederland.png);
	background-repeat:no-repeat;
	background-position:left;
		text-indent:-5000px;
}
#MAXUSlogo{
float						:right;
width						:100px;
	height						:75px;
		top:0px;
background-image:url(../images/logo-maxus-bedrijfsautos.gif);
background-repeat:no-repeat;
background-position:right;
	text-indent:-5000px;
}
#tagLine{
	float						:left;
	font-size					:11px;
	line-height					:18px;
	text-align					:center;
	color						:#000000;

}

/* --  Nav Bar  -----------------------------------------------------*/

#navBar{
	height						:35px;
	float						: left;
	position					: absolute;	
	width						: 932px;
	top							: 99px;
	background					: #000000;
	filter						 :alpha(opacity=85);
	opacity						: 0.85;
	-moz-opacity				: 0.85;
}


#navlist
{
	float						: left;
	position					: absolute;	
	font-family					: Arial, Helvetica, sans-serif;
	font-size					: 12px;
	color						: #FFFFFF;
	margin						: 0;
	top							: 9px;
	left:100px;
	padding						: 10 0 20px 10px;
}
#navlist ul, #navlist li
{
	margin						: 0;
	padding						: 0;
	display						: inline;
	list-style-type				: none;
}

#navlist a:link, #navlist a:visited
{
	float						: left;
	line-height					: 14px;
	margin						: 0 10px 4px 10px;
	text-decoration				: none;
	color						: #ffffff;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
	border-bottom				: 4px solid #c70000;
	padding-bottom				: 2px;
	background					: transparent;
	color						: #ffffff;
}

#navlist a:hover { 
	color						: #c70000;
}

/* --  content  -----------------------------------------------------*/

#contentBox {
	position					: absolute;
	width						: 840px;
	overflow					: auto;
	height						: 290px;
	line-height					:18px;
	margin						: 0px 0px 0px 20px;
	padding						:20px;
	top							:149px;
	background-color			:#FFFFFF;
	filter						 :alpha(opacity=85);
	opacity						: 0.85;
	-moz-opacity				: 0.85;

}
img.floatLeft { 
    float: left; 
    margin: 3px 7px 3px 0px; 
}
img.floatRight { 
    float: right; 
    margin: 3px 0px 3px 7px; 
}


/* --  id roundings  -----------------------------------------------------*/

#bottomRound{
	height						:35px;
	display						: block;
	position					: absolute;	
	width						: 100%;
	bottom:0;
}
.bottomLeft{
background-image:url(images/bottom_left_corner.png);
background-repeat:no-repeat;
bottom:0;
left:0;
width:12px;
height:12px;

}
.bottomRight{
background-image:url(images/bottom_rigt_corner.png);
background-repeat:no-repeat;
bottom:0;
right:0;
width:12px;
height:12px;
}
/* --  id footer  -----------------------------------------------------*/

#footer{
	float						: left;
	height						:35px;
	padding-top					:30px;
	position					: relative;		
	width						: 100%;
	text-align					:center;
	background-color			:#ffffff;
	background-image			:url(../images/bovag.jpg);
	background-repeat			:no-repeat;
	background-position			: 99% .4em;
}
#footer a, a:link, a:active, a:visited{
text-decoration:none;
color:#c70000;
}
#footer a:hover{
text-decoration:underline;
color:#c70000;
}
