<!-- 
* {
	margin: 0;
	padding: 0;
}

table, tr, td, img {
	margin:0;
	padding:0;
	border:0;
}

table, tr, td {
	border-collapse:collapse;
	vertical-align:top;
}


html, body {
	background-color: #585858; 
	color: #000;
	font-family: Trebuchet MS, Verdana, Courier, monospace;
	font-size: 10px;
	width: auto;
	height: 100%;
}


a {
	color: #000;
}


a:hover {
	color: #727272;
}


#container {
    min-height: 400px;
    margin: 0 auto;
	background-color: #e8e8e8; 
	border-left: #0c0680 3px solid;
	border-right: #0c0680 3px solid;
	width: 985px;
}




/* CONTAINER CLASSES THAT DETERMINE WIDTH, ADD TO FOOTER AS WELL!!! */

.for1024 {
	width: 985px;
}




/* CONTAINER CLASSES THAT DETERMINE WIDTH, ADD TO FOOTER AS WELL!!! */

#header {
	width: auto;
	height: 136px;
	background: #EBEBEB url(http://www.autobedrijfarjanvanhoutum.nl/TEST/images/header.jpg) repeat-x;
	color: #000;
	position: relative;
}
			
p {
	padding: 10px;
	font-size: 15px;
	line-height: 20px;
	font-family: Trebuchet MS, Verdana, Courier, monospace;
	font-size: 12px;
	color: #000;
}

h2 {
	padding: 10px;
	font-size: 18px;
	color: #014ea8;
	font-weight: bold;
}

.blauw {
	font-family: Trebuchet MS, Verdana, Courier, monospace;
	font-size: 12px;
	color: #014ea8;
	font-weight: bold;
}













/* TEXT WIDTHS, ADD THIS TO A DIV AROUND A PARAGRAPH */


.visual {
	width: 785px;
	height: 183px;
	float: left;
}

.audimenu {
	background: #666666 url(http://www.autobedrijfarjanvanhoutum.nl/TEST/images/audimenubg.jpg) repeat-x;
	height: 16px;
	width: 785px;
	float: left;
	clear: both
}

	
#rechts p {
	padding: 10px;
	font-size: 12px;
	text-align:right;
	font-family: Trebuchet MS, Verdana, Courier, monospace;
	font-size: 12px;
	color: #000;
}

#rechts {
	width:	200px;
	height: 300px;
	float: right;
	color: #000;
}

#menubalk {
	margin-left: 20px;
	padding-top: 94px;
}



/* TEXT WIDTHS, ADD THIS TO A DIV AROUND A PARAGRAPH */

#footer {
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
	margin-top: -35px;
	clear: both;
	background-color: #014ea8;
	color: #fff;
}

#footer p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0;
	line-height: 30px;
	color: #fff;
}








/************************** CONTENT **************************/

#visual {

	float: 			left;
	width: 			785px;
	background: 	#FFFFFF;
	z-index:		1;
	}


#content {
	width: 785px;
	height: auto;
	min-height: 270px;
	float: left;
	z-index:		1;	
	background: #fff;
	}

