* {
	padding: 0;
	margin: 0;
}

body {
	background-color:#434244;
	font: 13px "Arial", "Helvetica", sans-serif;
	color: #333;
}

img {
	border:none;
}

a {
	text-decoration: none;
	color: #0584C2;
}

a:hover {
	text-decoration: underline;
	color: #0584C2;
}

h1 { font-size: 20px; color: #0084c2; }
h2 { font-size: 20px; color: #0084c2; }
h3 { font-size: 20px; color: #0084c2; }


#container {
	width: 960px;
	margin: 0 auto;
	margin-bottom: 30px;
}

#head {
	width: 960px;
	height: 80px;
	margin: 10px 0px 10px 0px;
	background: transparent url("head_dealer.jpg") center top no-repeat;
}

#content {
	background-color: #fff;
	min-height: 450px;
}

#rechts {
	width:252px;
	height:auto;
	float:right;
	margin-right:20px;
	margin-top:20px;
}
	#rechts ul li {
		list-style-position: inside;
	}

#links{
	width:648px;
	min-height: 500px;
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;
	float:left;

}

input, select {
	font: 13px "Verdana", sans-serif;
	padding: 3px;
}

textarea {
	width: 400px;
	height: 100px;
	font: 13px "Verdana", sans-serif;
}

.clear {
	clear: both;
}