/*
-----------------------------------------------
HBW test
screen style
author:   stefan bruemmer, www.vektorfabrik.de
version:  281107
----------------------------------------------- */

/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/*body {
	line-height: 1;
	color: black;
	background: white;
}*/
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* general */
body {
	padding:0;
	font-family: georgia,serif; 
	/*font-size: 62.5%;*/
	font-size: .9em;
	line-height: 1.5em;
	color: #404040;
	background:#afafb0;
}

a, a:link, a:visited {
	padding: 1px 2px;
	color:#4d5974;
	text-decoration: underline;
	background:none;
}

a:hover, a:active {
	color: #f0ede7;
	text-decoration:underline;
	background:#4d5974;
}

a:focus {outline: 0;}

a img {
	border:none;
}

abbr, acronym, .caps {
	text-transform: lowercase;
	font-variant:small-caps;
	font-style: normal;
	border-bottom: 0;
	letter-spacing:0.1em;
}

abbr, acronym {cursor:help;}

blockquote {
	float: right;
	width: 200px;
	margin: 1em 0;
	background: transparent url("../images/quotes-left.gif") left top no-repeat;
	text-align: center;
	color:#606060;
	font-size: 1.167em;
	letter-spacing: -1px;
	line-height: 1em;
	border: none;
}

blockquote p.quote {
	margin: 0 0 0;
	padding: 10px 13px;
	background: transparent url("../images/quotes-right.gif") right bottom no-repeat;	
}

blockquote p.author {
	margin: 0 10px 0 0;
	padding: 0 0 10px 0;
	color: #3e4537;
	font-size: 60%;
}

dd {
	margin: .5em 0;
	padding-left: 20px;
}

dt {
	font-weight:bold;
}

em {
	font-style:italic;
}

h1 {
	font-weight: bold;
	font-size: 1.333em;
	line-height: 1.125em;
	margin: 0 0 1.125em 0;
}

h2, h3 {
	font-size: 1.167em;
	line-height:1.286em;
	margin: 1.286em 0 1.286em 0;
}

h3 {
	font-size: 1em;
	text-transform: uppercase;
	font-variant:small-caps;
	letter-spacing:0.1em;
}

h4 {
	margin-bottom: 1em;
	font-size: 1em;
	font-weight:bold;
	line-height:1.286em;
	border-bottom: 1px solid #3e4537;
}

h5 {
	font-size: 100%;
	font-weight:bold;
	margin-bottom: .5em;
}

p, .vcard {
	margin: 0 0 1.5em 0;
}

strong {
	font-weight:bold;
}

ul, ol, dl {
	margin: 0 0 .5em 0;
}

ul, li {
	list-style: none;
	text-indent:0;
}

ol {
	list-style-type:decimal;
	list-style-position: outside;
	text-indent: 20px;
}

 ul li {
	padding-left: 20px;
	background: transparent url("../images/bullet.gif") 0 .4em no-repeat;
}

/* layout positioning & hacks */
#block_1
	{
	float: left;
	width: 55%;
	}
#block_2
	{
	float: left;
	width: 45%;
	}
/* Start Mac IE5 filter \*/
#block_1, #block_2
	{
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important; 
	}
/* End Mac IE5 filter */
#wrapper
	{
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
	}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper
	{
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
	}
/* easy clearing */
#wrapper:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#wrapper
	{
	display: inline-block;
	}
/*\*/
#wrapper
	{
	display: block;
	}
/* end easy clearing */
#footer
	{
	clear: both;
	}
/* Safari needs this - otherwise the ghost overflow, though painted 
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */
* > #footer, * > form, * > #notes, * > .output
	{
	position: relative;
	z-index: 1000;
	}
	
	
/* box styles */

#top {
	padding: 20px 0 0 0;
	background:#f0ede7;
	border-bottom: 4px solid #f0ede7;
}

#navcontainer {
	margin-top: 20px;
	background: #4d5974;
}

#wrapper {
	padding-top: 20px;
}

#left, #right {
	padding: 1em 20px;
}

#left {
	padding-left: 130px;
}

#right {
	padding-right: 130px;
	padding-left: 10px;
}

#footer {
	position:relative;
	margin: 10px 130px;
	background: #606060;
}

#footer-in p{
	margin:0;
	text-align:center;
}

/* navigation */

#navheader {
	position: relative;
	margin :0 auto;
	width: 80%;
	height: 40px;
	padding: 0;
	z-index:0;
}

#navheader li {
	z-index: 3;
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	font: .8em/40px;
	background-image:none;
}

#navheader li a {
	display: block;
	padding: 0 10px;
	line-height: 40px;
	text-decoration: none;
	color: #f0ede7;
}

#navheader li a:hover  {
	color: #4d5974;
	background: #f0ede7;
}

#navheader li.current {
	z-index: 1;
	margin-bottom:-4px;
	background: #f0ede7 url("../images/bg-current.gif") repeat-x bottom;
}

#navheader li.current a, #navheader li.current a:hover {
	color: #606060;
	background: #f0ede7;
}

#slider {
	z-index: 2;
	position: absolute;
	height: 43px;
	border-bottom: 4px solid #4d5974;
}

ul#subnav li {
	padding-left: 0;
	background-image: none;
}

ul#subnav li a {
	padding-left: 12px;
	background: transparent url("../images/a-subnav.gif") 0 5px no-repeat;
}

ul#subnav li a:hover {
	background-position: 0 -44px;
}

ul#subnav li a#subcurrent {
	color:#404040;
	text-decoration:none;
	background: transparent url("../images/subcurrent.gif") 0 5px no-repeat;
}


ul#subnav li a#subcurrent:hover {
	text-decoration:none;
}

/* classes */

a.internal {
	padding-left: 12px;
	background-image: url("../images/a-internal.gif");
	background-position: 1px 5px;
	background-repeat: no-repeat;
}

a.internal:hover {
	background-position: 1px -44px;
}

a.external, a.email {
	padding-left: 17px;
	background-image: url("../images/a-external.gif");
	background-position: 0 2px;
	background-repeat: no-repeat;
}

a.email {background-image: url("../images/a-email.gif");}

.content-outside {
	margin: 1em 0;
	background: #606060;
}

.content-inside {
	position: relative;
	top:-4px;
	left:-4px;
	padding: 20px;
	background: #f0ede7;
	border: 3px double #404040;
}

.tel, .fax {
	padding-left:17px;
	background: transparent url("../images/fon.gif") 0 2px no-repeat;
}

.fax{background-image:url("../images/fax.gif");}

.illu {
	float: right;
	margin: 0 0 1em 2px;
	border: 1px solid #afafb0;
	position: relative;
}

.subnavbox {
	margin: 1em 0 2em 0;
	background: transparent url("../images/start.gif") top right no-repeat;
 }

 .subnavbox h4 {
 	display:none;
 }
 
.right {
	float: right;
	margin: 0 0 .5em 10px;
}

.small {
	font-size: 80%;line-height: 1em;
}

.team {
	border-bottom: 3px double #afafb0;
}

.aussen .subnavbox {
	background-image: url("../images/aussenwerbung.gif");
}

.bus .subnavbox {
	background-image: url("../images/buswerbung.gif");
}

.fahrzeug .subnavbox {
	background-image: url("../images/fahrzeugbeschriftung.gif");
}

.kontakt .subnavbox {
	background-image: url("../images/kontakt.gif");
}

.start .subnavbox {
	background-image: url("../images/start.gif");
}

.uns .subnavbox {
	background-image: url("../images/ueber-uns.gif");
}

/* form */
fieldset, #error {
	margin: 1em 0;
	padding: 1em 20px;
	border: 1px solid #d8d8d8;
}

input, textarea {
	width: 200px;
	padding: 2px 4px;
	font-family: georgia, serif; 
	font-size: .9em;
	color: #444;
	background: #efefef;
	border: 1px inset #f8f8f8;
}

label {
	float: left;
	width: 80px;
	margin-right: 5px;
	text-align: right;
}

legend {
	margin: 0;
	padding: 5px 10px;
	color:#f8f8f8;
	background: #4d5974;
}

button {
	width: 120px;
	line-height:30px;
	margin:0 10px;
	padding: 5px 10px;
	color:#f8f8f8;
	font-family: georgia,serif; 
	text-align: center;
	background: #4d5974;
	border: 2px solid #868ea0;
	border-right-color: #2f3647;
	border-bottom-color: #2f3647;
	cursor: pointer;
}

button:hover {
	color: #fff;
}

#cookie label{float:none;text-align:left;}
input.check {width:10px;margin-left:150px}



a.up {
	clear:both;
	display: block;
	width: 20px;
	height:20px;
	overflow:hidden;
	text-indent:-500px;
	background: url("../images/a-up.gif") 0 0 no-repeat;
}

a.up:hover {
	background-image: url("../images/a-up-over.gif");
}

a#vcard:hover{background:transparent;}

.clear {
	clear:both;
}

.italics {
	font-style:italic;
}

.small {
	font-size: 80%;
}


/* IDs */

a#logo {
	display:block;
	margin-left: 20px;
	width: 422px;
	height: 68px;
}

a#logo:hover {background:none;}

#map {
	margin: 1em 0;
	min-width: 350px;
	height: 30em;
	border: 1px solid #d8d8d8;
}

#slideshow li {
	display:inline;
	padding:0;
	background-image:none;
	
}

#slideshow a  {
	margin: 0;
}

#slideshow a:hover {background:transparent;}

#slideshow a img{	
	width: 50px;
	height: 50px;
	border: 3px double #4d5974;
}

#slideshow a:hover img {
	border: 3px solid #4d5974;
}


#slideshow a.stadt {
	width: 143px;
}

#slideshow a.stadt img{	
	width: 141px;
}

#slideshow a.gelenk {
	width: 202px;
}

#slideshow a.gelenk img{	
	width: 200px;
}

#slideshow a.xxl {
	width: 264px;
}

#slideshow a.xxl img{	
	width: 262px;
}

#bustypen dt {
	padding-top:20px;
	background: url("../images/xxl.gif") right bottom no-repeat;
}

dt#stadtbus {background-image:url("../images/stadtbus.gif");}
dt#gelenkbus {background-image:url("../images/gelenkbus.gif");}

#faq dt {
	padding: 1px 2px 1px 12px;
	margin-bottom: 1em;
	color:#4d5974;
	text-decoration: underline;
	background:url("../images/faq.gif") 1px 5px no-repeat;
	cursor:help;
	
}

