html, body, div, h1, h2, h3, h4, h5, h6, p, a, img, ul, ol, li, form, table, tr, td, iframe {
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	list-style: none;
}

html {
	overflow-y: scroll;
}

body {
	background: #f2f2f2 url(../img/body.png) top left scroll repeat-x;
	position: relative;
	font-family: Verdana;
	font-size: 13px;
	line-height: 18px;
}

#wrapper {
	width: 780px;
	min-height: 400px;
	background: #ffffff;
	margin: 0px auto 25px auto;
	padding: 0px 9px 0px 9px;
	border: 1px #808080 solid;
	border-top: none;
	box-shadow:         0px 0px 5px 0px #bfbfbf;
	-moz-box-shadow:    0px 0px 5px 0px #bfbfbf;
	-webkit-box-shadow: 0px 0px 5px 0px #bfbfbf;
}

#header {
	height: 90px;
	padding: 10px 0px 0px 0px;
	position: relative;
}

#header h1 span {
	display: none;
}

#header p {
	padding: 0px 0px 0px 35px;
	line-height: 40px;
	background: transparent url(../img/telefon.png) center left scroll no-repeat;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#anfrage_button {
	font-size: 12px;
	line-height: 40px;
	color: #3e4142;
	padding: 5px 10px;
	margin: 0px 0px 15px 0px;
	position: absolute;
	top: 10px;
	right: 0px;
	background: #ffe3b7; /* Old browsers */
	background: -moz-linear-gradient(top, #ffe3b7 0%, #ffc354 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe3b7), color-stop(100%,#ffc354)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffe3b7 0%,#ffc354 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffe3b7 0%,#ffc354 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffe3b7 0%,#ffc354 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffe3b7 0%,#ffc354 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe3b7', endColorstr='#ffc354',GradientType=0 ); /* IE6-9 */
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #ffc354;
}

#anfrage_button:hover {
	background: #ffc354; /* Old browsers */
	background: -moz-linear-gradient(top, #ffc354 0%, #ffe3b7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc354), color-stop(100%,#ffe3b7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffc354 0%,#ffe3b7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffc354 0%,#ffe3b7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffc354 0%,#ffe3b7 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffc354 0%,#ffe3b7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc354', endColorstr='#ffe3b7',GradientType=0 ); /* IE6-9 */
}

#navi {
	width: 780px;
	height: 50px;
	padding: 10px 20px 0px 20px;
	margin: -10px 0px 10px -20px;
	background: transparent url(../img/navi.png) top center scroll no-repeat;
}

#navi li {
	height: 50px;
	margin: 0px 20px 0px 0px;
	font-size: 14px;
	float: left;
}

#navi li:hover {
	background: transparent url(../img/hover.png) bottom center scroll no-repeat;
}

#navi li:hover a {
	color: #b4cff0;
}

#navi li a {
	color: #ffffff;
	line-height: 50px;
	display: inline-block;
}

#navi li#current {
	background: transparent url(../img/current.png) bottom center scroll no-repeat;
}

#eyecatcher {
	margin: 0px 0px 10px 0px;
}

#content {
	margin: 0px 0px 50px 0px;
}

#content h2 {
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	margin-bottom: 10px;
	border-bottom: 1px #808080 solid;
}

#content h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	margin-bottom: 10px;
	border-bottom: 1px #808080 solid;
	color: #202020;
}

#content h4 {
	margin: 0px 0px 10px 0px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #404040;
}

#content form h4 {
	border-bottom: 1px #aaaaaa dotted;
}

#content p {
	line-height: 16px;
	margin-bottom: 10px;
}

#content p img {
    background: #f2f2f2;
    border: 1px #808080 solid;
    padding: 9px;
}

#content p img.noborder {
    background: none;
    border: none;
    padding: 0px;
}

#content .small {
	font-size: 10px;
}

#content ul li {
    list-style-image: url(../img/list.png);
    margin: 0px 0px 5px 15px;
}

#content address {
	line-height: 16px;
	margin-bottom: 10px;
}

#content a {
	color: #4e7ac7;
}

img.left {
	margin: 0px 10px 10px 0px;
	float: left;
}

img.right {
	margin: 0px 0px 10px 10px;
	float: right;
}

#footer {
	width: 780px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 10px;
	border-top: 1px #808080 solid;
}

#footer a {
	color: #4e7ac7;
}

a.anfrage_button {
	width: 150px;
	font-size: 12px;
	line-height: 40px;
	color: #3e4142 !important;
	padding: 5px 10px;
	background: #ffe3b7; /* Old browsers */
	background: -moz-linear-gradient(top, #ffe3b7 0%, #ffc354 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe3b7), color-stop(100%,#ffc354)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffe3b7 0%,#ffc354 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffe3b7 0%,#ffc354 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffe3b7 0%,#ffc354 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffe3b7 0%,#ffc354 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe3b7', endColorstr='#ffc354',GradientType=0 ); /* IE6-9 */
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #ffc354;
	display: block;
}

a.anfrage_button:hover {
	background: #ffc354; /* Old browsers */
	background: -moz-linear-gradient(top, #ffc354 0%, #ffe3b7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc354), color-stop(100%,#ffe3b7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffc354 0%,#ffe3b7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffc354 0%,#ffe3b7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffc354 0%,#ffe3b7 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffc354 0%,#ffe3b7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc354', endColorstr='#ffe3b7',GradientType=0 ); /* IE6-9 */
}

#ausz {
	width: 570px;
	margin: 0px auto 0px auto;
}

.busbox {
	width: 360px;
	padding: 9px 9px 9px 9px;
	border: 1px #808080 solid;
	margin: 0px 5px 10px 5px;
	float: left;
}

.busbox img {
	width: 360px;
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
	border: 0px !important;
}

hr {
	border: none;
	border-top: 1px #808080 solid;
	margin: 19px 0px 20px 0px;
}

.clr, hr {
	clear: both;
}

.hidden {
	display: none;
}