/* CSS Styles Brommobielen.org by Frits Koppelaar */

body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #292929;
	line-height: 18px;
}

h1 {
	font: 32px Georgia, "Times New Roman", Times, serif;
	color: #F77F0F;
}

h2 {
	font: 20px Georgia, "Times New Roman", Times, serif;
	color: #F34420;
	font-style: italic;
}

a {
	color: #F77F0F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	margin: 0 auto;
	width: 650px;
}

#header {
	width: 650px;
	height: 100px;
	padding-top: 10px;
	padding-left: 10px;
}

#menu {
	width: 650px;
	height: 35px;
	background: #4C4C4C;
}

#menu .link {
	width: 100px;
	height: 21px;
	text-align: center;
	padding-top: 9px;
	float: left;
}

#menu .link a {
	text-decoration: none;
	color: #FFFFFF;
}

#menu .link a:hover {
	text-decoration: underline;
}

#content {
	width: 475px;
	padding-left: 15px;
	float: left;
	min-height: 500px;
}

#content .advertentie {
	width: 480px;
	height: 70px;
	background: #66B5FF;
	margin-bottom: 8px;
	margin-left: -15px;
	padding-top: 10px;
	padding-left: 15px;
}

#rechts {
	width: 140px;
	float: left;
	padding-left: 20px;
	height: 500px;
}

#footer {
	clear: both;
	width: 100%;
}

#footer a {
	font-size: 10px;
	color: #666666;
}



