/* @group Base */

* {
	margin: 0;
	padding: 0;
}
a img {
	border: 0;
}
a {
	outline: none;
}
ul, li {
	list-style-type: none;
}
html, body {
	height: 100%;
}
body {
	font-family: Arial, sans-serif;
	font-size: 11pt;
	color: #000000;
}
.hide {
	display: none;
}
.right {
	float: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}

/* @end */

/* @group Layout */

#wrapper {
	position: relative;
	top: 0; left: 0;
	height: 100%;
	text-align: center;
}
#container {
	position: relative;
	top: 0; left: 0;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}
.accessibility {
	display: none;
}
.print-header {
	padding-bottom: 5px;
	border-bottom: 1px solid #000000;
}
.noprint {
	display: none;
}
#content {
	position: relative;
	top: 0; left: 0;
	text-align: left;
}
#display {
	display: none;
}
#impressum {
	float: right;
	margin-top: 5pt
}
#impressum a:link, #impressum a:visited {
	font-size: 7pt;
	color: #000000;
	text-decoration: none;
	font-family: Arial, sans-serif;
}
#navigation {
	display: none;
}

/* @end */

/* @group Anchor */

#content a:link,
#content a:visited {
	color: #0000FF;
	font-weight: bold;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}
#content a:link:after,
#content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 70%;
}

/* @end */

/* @group Content */

h2,h3 {
	background-position: -9999px -9999px;
	background-repeat: no-repeat;
	margin-bottom: 15pt;
}
#content p {
	line-height: 15pt;
	padding-bottom: 17px;
}
table td h4 {
	font-size: 12pt;
	padding-bottom: 10px;
}
div.line {
	border-bottom: 1px solid #000000;
	height: 1px;
	margin-bottom: 15px;
}
table.carport {
	border: 0;
	margin-bottom: 15px;
}
.carport td {
	vertical-align: top;
	font-size: 9pt;
}
.carport td.image {
	padding-right: 10pt;
}
.carport td.price {
	text-align: right;
	width: 100px;
}
table.angebot {
}
.angebot td {
	padding-bottom: 17px;
}
.angebot td div.left {
	padding: 3px 17px 10px 0;
}
.angebot td .left span {
	display: block;
	text-align: center;
	font-weight: bold;
}
.angebot td h4 {
	font-size: 12px;
	font-weight: bold;
}
ul.service {
   list-style-type:square;   
}
ul.service li {
   list-style-type:square;
   margin-left: 20px;   
}
iframe.occasionen {
	position: relative;
	top: 0px; left: 0px;
	width: 600px;
	height: 500px;
	border: 0;
	margin-bottom: 20px;
	overflow: hidden;
}
iframe.anfahrt {
	position: relative;
	top: 0; left: 0;
	width: 500px;
	height: 500px;
	border: 0;
	overflow: hidden;
}
div.contentwrapper {
	position: relative;
	top: 0px; left: 0px;
}
div.planer { display: none; }
.imgmarged { 
   margin-right: 10px;
}
#content p span.legend {
	display: block;
	font-size: 10px;
	line-height: 12px;
	padding: 7px 0 7px 0;	
}

/* @end */
