@charset "utf-8";

/* Veh & Son */

body {
	margin-top: 0px;
	
	background-color: #e3d2ae;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
}

a {
	color: #864a19;
	text-decoration: none;
}

a img {
	border-style: none;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	color: #864a19;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #864a19;
}

#wrapper {
	width: 800px;
	margin: 0px auto;
	background-color: white;
	background-image: url(images/sidebarcolor.jpg);
	background-repeat: repeat-y;
}

#header {
	height: 170px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	position: relative;
}

#logo {
	position: absolute;
	top: 0px;
	left: 200px;
	z-index: 1;
}

#navigation {
	position: absolute;
	top: 146px;
	left: 200px;
	z-index: 3;
	width: 570px;
	text-align: center;
}

#navigation a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: white;
	padding-left: 12px;
	padding-right: 12px;
}

#address {
	position: absolute;
	top: 25px;
	right: 25px;
	z-index: 2;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
}

#sidebar {
	width: 180px;
	padding: 10px;
	background-color: #cda783;
	background-image: url(images/sidebar.jpg);
	background-repeat: no-repeat;
	float: left;
}

#sidebar ul {
	padding-left: 0px;
	margin-left: 0px;
}

#sidebar li {
	list-style-type: none;
	margin-bottom: 0.5em;
}

#sidebar a {
	font-weight: bold;
	color: black;
}

#mainbar {
	width: 600px;
	float: right;
}

#content {
	margin: 10px;
}

#footer {
	height: 24px;
	padding-top: 6px;
	padding-left: 212px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	clear: both;
	font-weight: bold;
	color: white;
}

#footer a {
	color: #e3d2ae;
}
