@charset "UTF-8";
body	{
	font:.95em/1.3em Arial, Verdana, Helvetica, Sans-Serif;
	color:#000;
	background:#b3b3a1;
	margin:0;
	padding:0;
}
#center	{
	background:#ffffe6 url('mw-top.png') no-repeat 1px 0;
	color:#000;
	padding:0;
	margin:0 2px;
	width:72%;
	float:left;
	border-left:2px #666 outset;
	border-right:2px #666 outset;
    overflow:auto;
}
#center h2	{
	margin: 3px 15px;
}
#header	{
	margin:0;
	height:120px;
	padding:5px 10px;
}
#header	h1 {
	display:none;
}
#header	h2 {
    font: 1.2em/1em Arial, Verdana, Helvetica, Sans-Serif;
    clear:left;
	padding:3px;
	width:420px;
	height: 2em;
    margin:0 0 0 10px;
	border:none;
}
#header	img {
	border:0;
	float:left;
	margin:50px 5px 0 0;
}
.phone	{
	background: url('phone.png') no-repeat 0;
	padding:5px 0 5px 1px;
	text-indent: 27px;
	margin:0;
}
#content	{
	margin:0;
	padding:2px 10px 0 2px;
}
h1	{
	margin:20px 0 0 0;
	font:normal 600 1.4em/1.6em Arial, Verdana, Helvetica, Sans-Serif;
}
h2  {
    font:italic 1.2em/1.4em Arial, Verdana, Helvetica, Sans-Serif;
    clear:left;
    margin:3px 5px;
}
h3  {
    font: normal 600 1em/1.3em Arial, Verdana, Helvetica, Sans-Serif;
    clear:left;
    margin-top:6px;
    padding:2px 5px;
}
h4  {
    font: .95em/1.3em Arial, Verdana, Helvetica, Sans-Serif;
    clear:left;
    margin-top:6px;
    text-indent:25px;
    text-decoration:underline;
}
#links ul{
	text-align:center;
	float:left;
	height:1.6em;
	margin:0 2px;
	padding:1px;
	width:99%;
	border-bottom:1px #97b358 solid;
	border-top:1px #97b358 solid;
}
#links li{
	float:left;
	list-style-type:none;
	font: 600 90% Arial, Verdana, Helvetica, Sans-Serif;
	display: block;
	height:1.7em;
	width: 10em;
	text-decoration: none;
	line-height: 1.6em;
	float: left;
	color:#000;
	margin: 0 1px;
	border-right:0 #fff solid;
}
#links li a{
	font: 600 90% Arial, Helvetica, Verdana, Sans-Serif;
	display: block;
	height: 1.7em;
	width: 10.2em;
	text-decoration:none;
	line-height: 1.6em;
	float: left;
	background: #c93 url('alink.jpg') repeat-x;
	color:#003;
	margin: 0;
	border:1px #5e4514 outset;
	overflow:hidden;
	border-radius: 3px;
}
#page	{
	text-transform:uppercase;
	border-radius: 5px;
}
#links a:visited {
	color:#300;
	background: #ffc url('alink.jpg');
}
#links a:hover {
	color:#b3b3b3;
	background: #ccc url('alink.jpg') 25px;
}
#links a:active {
	color:#c00;
	background: #eee url('alink.jpg') 5px;
}
ul	{
	margin:5px 5px 5px 20px;
	list-style-type:none;
}
*.column	{
	font-size:95%;
	width:48%;
	float:left;
	margin:0 5px 0 3px;
	padding:0 5px 0 0;
	border-radius: 10px;

}
li	{
	list-style-position:outside;
	margin:2px;
}
li.second	{
	list-style-image:none;
}
dt, dd	{
	margin:5px 1px;
	background:#bfbfa3;
	padding:1px;
}
#error	{
	float:right;
	margin:15px 5px;
	width:15em;
}
#error	p:first-line	{
	color: #c00;
	font-weight: 600;
}
#ok	{
	margin: 15px;
	padding: 15px;
	background: #fff;
	border: 1px #666 solid;
}
p	{
	margin:5px 10px 5px 10px;
}
div.box {
	float:right;
	text-align:left;
	font-weight:500;
	padding: 1px;
	margin: 2px 2px 2px 10px;
	display:block;
	font-size:80%;
}
div.box img {
	margin:3px;
}
dl.box {
	float:left;
	text-align:left;
	font-weight:500;
	padding: 2px;
	margin: 2px;
	border:2px #fff solid;
	height:19em;
	width:18em;
	display:block;
}
dl.box	dd{
	margin:3px  3px 2px;
	font:0.95em/1.3em Arial, Verdana, Helvetica, Sans-Serif;
}
dl	{
	margin:2px;
	font:0.9em/1.3em Arial, Verdana, Helvetica, Sans-Serif;
}
ol li	{
	font:0.95em/1.3em Arial, Verdana, Helvetica, Sans-Serif;
}
ol#hp	{
	background:url('_hp.gif') no-repeat 100% 0;
	width:90%;
}
a {
	font-weight:500;
	text-decoration: underline;
}
a img	{
	border:none;
}
a:link {
	color:#000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #006;
	background: #dfcea7;
	text-decoration:underline;
}
a:active {
	color: #000;
	background: #f9fbec;
}
textarea, input, select	{
	font:1em/1.3em Arial, Verdana, Helvetica, Sans-Serif;
	padding:3px;
	margin:3px 1px;
}
textarea	{
	border: 1px #ccc inset;
	border-radius: 5px;
}
#content select	{
	padding-right:0;
	width:26em;
	background:#eee;
}
option	{
	background:#bf3030;
	font:1em/1.3em Arial, Verdana, Helvetica, Sans-Serif;
	font-weight:500;
}
input:hover, input:focus, textarea:hover, textarea:focus	{
	background:#fff;
	color: #000;
}
legend	{
	font:1.4em/1.8em Arial, Verdana, Helvetica, Sans-Serif;
	color:#333;
	text-indent:5px;
	margin: 0 3px;
	padding:0 5px;
}
fieldset	{
	padding:5px;
	border-radius: 10px;
}
button	{
	display:block;
	width:20em;
	height:2em;
	margin: 5px 0;
	clear:left;
	cursor: pointer;
}
label	{
	display:block;
	color:#000;
	width:21em;
	clear:left;
	cursor: pointer;
}
label:hover	{
	color:#f00;
}
.part	{
	width:23em;
	height:32em;
	float:left;
	margin:2px;
	padding:4px;
}
.part	select {
	width:20em;
}
form	{
	margin:0 15px;
}
.right	{
	float:right;
}
.left	{
	float:left;
}
#response	{
	clear:right;
	float:right;
	font-weight:600;
	border:1px #ccc solid;
	margin:15px 25px;
	padding:5px;
}
#response	img {
	width: 60px;
	float:left;
}
#mail	{
	height:50em;
	width:99%;
	overflow:auto;
	clear:left;
	font-size:90%;
}
#mail select {
	padding: 0;
	width: 20em;
}
#mail legend {
	padding:0 ;
	color: #000;
}
#box	{
	float:right;
	margin:65px 20px 20px 30px;
	padding:2px 0;
	width:22em;
	border-bottom:2px #c00 solid;
	border-top:2px #c00 solid;
}
#box	p{
	font:.9em/1.9em Verdana, Helvetica, Arial, Sans-Serif;
	font-style:italic;
}
p#box	{
	font:italic .9em/1.9em Verdana, Helvetica, Arial, Sans-Serif;
	float:left;
	margin:10px 2px 10px -15px;
	padding:2px 0 2px 10px;
	width:42%;
	border-bottom:2px #c00 solid;
	border-top:2px #c00 solid;
}
#valid	a{
	float:right;
	font-size:80%;
	margin:-1em -130px 3px 3px;
}
.indent	{
	margin-left:-1.2em;
}
.ex	{
	background: url('ex.gif') no-repeat 1em 0;
	padding-left:2em;
}
#fahrzeuge	{
	background:#e6e6cf;
	display:block;
	padding:5px 0 2px 5px;
	height:13em;
	overflow:hidden;
	margin:5px;
	border:none;
}
#fahrzeuge	h3 {
	font: 1.25em/1.0em  Arial, Helvetica, Sans-Serif;
	margin:1px 0 0 7px;
	text-indent:-10px;
	width:6em;
}
#fahrzeuge	ul {
	margin: 2px;
	padding: 0;
}
#fahrzeuge	img {
	float:right;
	margin:20px 3px 3px 3px;
}
#halle	{
	background: #e6e6cf url('_halle_burg.jpg') no-repeat 5px 15px;
	display:block;
	padding:5px 0 2px 100px;
	height:13em;
	overflow:hidden;
	margin:2px;
}
#halle	h2, h3 {
	font: 1.25em/1.0em  Arial, Helvetica, Sans-Serif;
	margin:1px;
	text-indent: 10px;
}
#halle	p {
	text-align:justify;

}
#halle	img {
	float:right;
	margin:10px 3px 0 10px;
}
#fahrpreis	{
	display:block;
	height:60em;
	padding:1px 20px;
	clear:left;
}
#fahrpreis	input	{
	font: 1em/1.3em Arial, Verdana, Helvetica, Sans-Serif;
	width: 5em;
	display: inline;
	clear: none;
	margin: 5px;
}
#fahrpreis	button	{
	width: 10em;
	display: inline;
	margin: 5px;
}
#fahrpreis	label	{
	padding: 2px;
	margin: 1px;
	border: none;
	width: 5em;
	display:inline;
	clear: none;
}
#fahrpreis	legend	{
	color:#600;
	font-weight:600;
}
#fahrpreis	fieldset	{
	color:#c00;
	margin:10px 3px 20px 3px;
}
.service	{
	background:#e6e6cf;
	display:block;
	padding:3px;
	margin:5px;
	border:1px #ccc solid;
	overflow:auto;
	border-radius:5px;
}
.service	h3 {
	margin:0 0.5em;
}
.service	p {
	padding-left:0px;
}
.service	img {
	margin:10px 2px;
	width:200px;
}
.service	.box	{
	width:285px;
	float:left;
	font-size:100%;
}
.block	{
	font:.9em/1.4em Arial, sans-serif;
	width:99%;
	background:#ffffe6;
	border:1px #666 outset;
	margin: 1px 1px 5px 1px;
	padding:1px;
	clear:left;
	border-radius: 5px;
	overflow:hidden;
}
.block h5 {
	margin: 2px 25px 2px 2px;
}
.block img {
	margin:0;
}
.block1	{
	font:.9em/1.4em Arial, sans-serif;
	width:99%;
	background:#ffffe6 url('rauchfrei.png') no-repeat 120px 2px;
	border:1px #666 outset;
	margin:-10px 1px 5px 1px;
	padding:1px;
	clear:left;
	border-radius: 5px;
	overflow:hidden;
}
.block1	h3	{
	float: left;
	font-weight: 600;
	margin: 10px 0 20px 0;
	padding: 0;
}
.block	h3	{
	text-indent: 0;
	float: left;
	font-weight: 600;
	margin: 0;
	padding: 3px 0;
}
#cal {
	display:block;
	width:99%;
	text-align:center;
	margin:1px 1px 5px 1px;
	padding:1px;
	clear:left;
	border:1px #666 solid;
	background:#ffffe6;
}

#cal	caption {
vertical-align:top;
text-align:center;
color:#000;
font-weight:600;
padding:5px;
}

#cal	th {
text-align:center;
color:#666;
font-weight:500;
border-bottom:1px #fffff9 outset;
padding:1px;
}

#cal	td {
text-align:right;
padding:2px 3px;
}

#cal	table {
font-size:95%;
border-bottom:1px #666 solid;
border-collapse:collapse;
margin:5px auto;
}

#heute {
background:#ccccb8;
padding:0 1px;
border:1px #666 inset;
}
.st {
color:#f00;
}
.so	{
	color:#f00;
}
#impressum	{
	clear:left;
	overflow:auto;
}
#impressum li{
	list-style-image:none;
	font-size:80%;
}
.nix	{
	display:none;
}
.phone	{
	display:block;
	float:left;
	width:80%;
}
#menu	{
	border:none;
	margin:5px 1px;
	width:100%;
	clear:left;
}
#menu	legend {
	background: transparent;
	font-size:80%;
	text-indent:2px;
}
#suche	input,select {
	background:#eee;
	width:155px;
}
#menu	fieldset {
	background: transparent;
	padding: 1px;
	border: none;
}
#menu	option, {
	padding: 0;
	margin: 0;
	width: 154px;
	text-indent: 2px;
}
#menu	form {
	width: 158px;
}
#skyscraper	{
	background: #ffffe6;
	font: 90%/99% Arial, sans-serif;
	text-align: center;
	width: 11%;
	padding: 2px 0;
	float: left;
	border: 1px #666 solid;
}
#skyscraper	img	{
	clear:left;
	margin:8px 1px 2px 1px;
	float:none;
}
#skyscraper	h3	{
	text-indent: 0;
	font-weight: 600;
	margin: 2px 0 2px 4px;
}
#wideskyscraper	{
	width: 14%;
	margin: 0 2px;
	padding: 15px 0;
	float: left;
}
#wideskyscraper	img	{
	clear:left;
	margin:5px 1px;
}
.engl a	{
	background: url('_en.jpg') no-repeat;
	display: block;
	text-indent: 33px;
	text-decoration:none;
	width:6em;
}
.engl a:visited	{
	background: url('_en.jpg') no-repeat;
}
.engl a:hover	{
	background:#fff0ad url('_en.jpg') no-repeat;
	color: #33332b;
	display: block;
	text-indent: 33px;
}
.de	a{
	background: url('_de.jpg') no-repeat;
	display: block;
	text-indent: 33px;
	text-decoration:none;
	width:6em;
}
.de a:visited	{
	background: url('_de.jpg') no-repeat;
}
.de a:hover	{
	background:#fff0ad url('_de.jpg') no-repeat;
	color: #33332b;
	display: block;
	text-indent: 33px;
}
cite	{
	font: bold 1em/1.3em "Comic Sans MS",Arial, Helvetica, Sans-Serif;
}
#info	{
	float:left;
	margin:-5em -80px;
	font-size:80%;
}
#info_right	{
	float:right;
	font-size:80%;
	margin:-4em -130px 3px 3px;
}
p.center	{
	text-align:center;
	font-size:85%;
}
.normal	{
	font: 1em/1.6em Verdana, Arial, Helvetica, Sans-Serif;
}
.normal	li:first-line	{
	font-weight:500;
}
.small	{
	font:85% Arial, Helvetica, Sans-Serif;
}
#part	{
	height:200px;
	overflow:auto;
	text-align:left;
	border-bottom:5px #ffffe6 solid;
	margin:10px 0;
}
#part p	{
	margin:2px;
}
#part h3{
	margin:5px 2px;
}
.parts	{
	height:200px;
	overflow:auto;
	text-align:left;
	border-bottom:5px #ffffe6 solid;
	margin:10px 0;
}
.parts p	{
	margin:2px;
}
.parts h3{
	margin:5px 2px;
}
#eyecatcher	{
	font-size:130%;
	line-height:200%;
	font-weight:500;
	text-align:center;
	margin:30px 5px 5px 5px;
	background: #e6e6cf;
	border: 2px #999 outset;
	border-radius: 8px;
}
#footer	{
	clear:both;
	width:74%;
	margin-left:12%;
}
.yes	{
	display:none;
}
#ads	{
margin: 20px 0 5px 5px;
}
#bustransfer	img{
	float:left;
	margin:1px;
	width:160px;
}
.rund {
	border-radius: 3px;
}
#form label	{
	font: oblique 1em/1.1em Verdana, Arial, Helvetica, Sans-Serif;
	width: 12em;
	float: left;
	height: 2.1em;
	padding: .3em 1px 1px 1px;
	margin: 0 2px;
	clear: none;
	text-align: left;
	cursor: pointer;
}
#form input, textarea, select	{
	font: 1em/1.2em Verdana, Arial, Helvetica, Sans-Serif;
	float: left;
	clear: none;
}
#form option	{
	font-size: 90%;
}
#form li	{
	list-style-type: none;
	clear:left;
}
#form	label:focus, input:hover, textarea:hover, input:focus, textarea:focus, select:hover, select:focus	{
	color: #000;
	background: #fff;
	outline: 1px #f00 solid;
}
#form	label:hover, label:focus	{
	color: #f00;
	background: transparent;
	outline: 1px #f00 dotted;
}
#orderform	select, input, textarea	{
	width: 19em;
}
.big	{
	font-size: 2em;
}
.blue	{
	color: #005;
	font-size: 210%;
}
a[href^="http://"]:after,
a[href^="https://"]:after {
  /* Nordostpfeil und Leerzeichen vor externen Links */
  content: "\2197\00A0";
  font-size: 120%;
}
#form1 label	{
	font: oblique 1em/1.1em Verdana, Arial, Helvetica, Sans-Serif;
	width: 12em;
	float: left;
	height: 2.1em;
	padding: .3em 1px 1px 1px;
	margin: 0 2px;
	clear: none;
	text-align: left;
	cursor: pointer;
}
#form1 input, textarea, select	{
	font: 1em/1.2em Verdana, Arial, Helvetica, Sans-Serif;
	float: left;
	clear: none;
}
#form1 option	{
	font-size: 90%;
}
#form1 li	{
	list-style-type: none;
	clear:left;
}
#form1	label:focus, input:hover, textarea:hover, input:focus, textarea:focus, select:hover, select:focus	{
	color: #000;
	background: #fff;
	outline: 1px #f00 solid;
}
#form1	label:hover, label:focus	{
	color: #f00;
	background: transparent;
	outline: 1px #f00 dotted;
}
#form button	{
	font-size: 125%;
	height: 100%;
	width: 8em;
}
#form1 button	{
	font-size: 125%;
	height: 100%;
	width: 8em;
}
.shadow	{
	text-shadow: 3px 3px 2px #2f2f2f;
}
