* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
}

body {
	background: url(../img/bg.jpg) #fff repeat-x;  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4e4e4e;
}

p {
	line-height:16px;
}

a {
	color: #4e4e4e;
	text-decoration: underline;
}

h1 {
	font-size: 34px;
	margin-bottom: 5px;
}

h2 {
	font-size: 11px;
	margin-bottom: 5px;
}

h5 {
	font-size: 1.8em;
}

hr {
	border-width: 0px;
	border-bottom: 1px dotted #c7c3a5;
	background-color: #fff;
	color: #fff;
	width: 100%;
}

hr, p {
	margin-bottom: 12px;
}

.name {
	font-size: 18px;
	font-style:italic;
	color: #d12023;
}

.bold {
	font-weight: bold;
}

.list{
	padding-left: 12px;
	line-height:16px;
}

.right{
	padding-left: 70px;

}

div#wrapper {
	margin: 0 auto;
	width: 900px;
	height: 1000px;
	background: url(../img/wrapperbg.gif) no-repeat;
}

div#wrapper div#content {
	width: 900px;
	height: 800px;
	background: url(../img/contentbg.jpg) no-repeat 0px 158px;
	padding-top: 10px;
}

div#wrapper div#content img.float {
	float:left;
}

div#wrapper div#content ul#headmenu {
	text-align: right;
}

div#wrapper div#content ul#headmenu li {
	list-style-type: none;
	display: inline;
	border-right: 1px solid #4e4e4e;
	margin-right: 3px;
	padding-right: 6px;
}

div#wrapper div#content ul#headmenu li.last {
	border-right: none;
	margin-right: none;
	padding-right: none;
}

div#wrapper div#content ul#headmenu li a {
	text-decoration: none;
	color: #4e4e4e;
}

div#wrapper div#content ul#menu {
	width: 859px;
	height: 51px;
	background: url(../img/menubg.gif);
	margin-left: 12px;
	margin-top: 97px;
	margin-bottom: 50px;
}

div#wrapper div#content ul#menu li {
	list-style-type: none;
	float: left;
}

div#wrapper div#content ul#menu li a {
	height: 51px;
	display: block;
}

div#wrapper div#content div#columns {
	width: 800px;
	margin-left: 72px;
	margin-top: 10px;
}

div#wrapper div#content div#columns div#left {
	float: left;
	width: 370px;
	margin-right: 30px;
}

div.team{
	float:left;
	width: 265px;
}

div.team img {
	float: left;
	padding-right: 5px;
}

div.cars {
	width: 768px;
	border-top: 1px dotted #c7c3a5;
}

div.cars img {
	float: left;
	margin-right: 150px;
	margin-bottom: 30px;
}

div#wrapper div#content div#columns div. hr {
	width: 320px;
}

div#wrapper div#content div#columns div#right {
	margin-bottom: 80px;
	float: right;
	width: 370px;
}

div#wrapper div#content div#columns div#footer {
	width: 800px;
	border-top: 1px dotted #c7c3a5;
	border-bottom: 1px dotted #c7c3a5;
	height: 17px;
	padding-top: 3px;
	padding-bottom: 1px;
	font-weight: regular;
	margin-top: 30px;
}

#kontakttable input, #kontakttable textarea {
	width: 150px;
}

#kontakttable textarea {
	margin-top: 1px;
	height: 80px;
}

#kontakttable tr td {
	height: 15px;
	font-weight: bold;
}

