/*CSS file for the Brinkhoff-Verhoeckx website.*/

body {
	background: #fffeeb;
}

ul {
	margin-top: 0px;
	padding-left: 14px;
}

th {
	color: #FF3300;
	text-decoration: bold;
	text-align: left;
}

td {
	width: 250px;
}
a {
	text-decoration: none;
	color: #0033CC;
}
a:visited {
	text-decoration: none;
	color: #0033CC;
}

#container {
	margin: 15px 0px 0px 15px;
	padding: 0;
}
#header {
	position: absolute;
	height: 100px;
	width: 950px;
}
#header_L {
	position: absolute;
	height: 100px;
	width: 300px;
	background: url(images/Logo.gif) no-repeat;
}
#header_R {
	position: absolute;
	left: 315px;
	height: 100px;
	width: 630px;
	background: url(images/AutoBanner.png) no-repeat;
	border: 1px solid #ACACAC;
}

#center {
}
/*Copyrighted by Brinkhoff-Verhoeckx*/
#menu {
	position: absolute;
	top: 140px;
}
	.menuitem {
		font-weight: bold;
		background: url(images/MenuArrow.png) no-repeat #f3f3f3;
		background-position: 160px 16px;
		width: 170px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		border: 1px solid #ACACAC;
		border-bottom: none;
		padding: 0 0 0 15px;
		vertical-align: middle;
	}
	#menuitem_last {
		border-bottom: 1px solid #ACACAC;
	}
	.menuitem_a {
		color: #003d71;
		text-decoration: none;
	}
	.menuitem_a:visited {
		color: #003d71;
		text-decoration: none;
	}
	.menuitem_a:hover {
		color: red;
		text-decoration: none;
	}

#contactbox {
	padding: 0 0 0 5px;
	position: absolute;
	top: 450px;
	height: 105px;
	width: 180px;
	background: #f3f3f3;
	font-size: 13px;
	border: 1px solid #acacac;
}

#content {
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	position: absolute;
	top: 140px;
	left: 230px;
	width: 740px;
	float: right;
}

.package {
	width: 740px;
	min-height: 180px;
	float: left;
}
.contentitemL {
	padding: 0 40px 0 0;
	margin: 0 0 20px 0;
	width: 330px;
	float: left;
}
.contentitemR {
	margin: 0 0 20px 0;
	width: 370px;
	float: left;
}
.contentitemD {
	margin: 0 0 0 0;
	width: 760px;
	min-height: 150px;
	float: left;
}

#footer {
	position: relative;
	height: 50px;
	float: left;
}

h1 {
	font-family: Cufon , Arial, sans-serif;
	font-size: 20px;
	color: #FF3300;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Cufon , Arial, sans-serif;
	font-size: 16px;
	color: #FF3300;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 5px 0 0 0;
	padding: 0;
}
.image {
	border: 1px solid #ACACAC;
	padding: 8px;
	background: white;
}
/*Copyrighted by Brinkhoff-Verhoeckx*/