/* globale Vorgaben */

* {
	margin: 0;
	padding: 0;
}
a:focus {
	outline: none;
}
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #6E6E6E;
	background: #d0103a;
	text-align: center;
	font-size: 90%;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}
p { 
	text-align: justify;
}
h1 {
	font-size: 1.3em;
	color: #d0103a;
	font-weight: bold;
	padding-bottom: 15px;
	padding-top: 30px;
	padding-left: 45px;
	padding-right: 45px;
}
h2 {
	font-size: 0.9em;
	color: #d0103a;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-left: 45px;
	padding-right: 45px;
}
em {
	font-style: normal;
	color: #d0103a;
}
cite {
	font-style: italic;
	text-align: center;
	color: d0103a;
}


/* Links allgemein */

a:link, a:visited, a:active {
	color: #d0103a;
}
a:hover {
	color: #000000;
}


/* Links mit Pfeilen (class="bullet") */

a.bullet:link, a.bullet:visited, a.bullet:active {
	color: #d0103a;
	background: url(../images/sym/linkoff.gif) no-repeat left center;
	padding-left: 15px;
}
a.bullet:hover {
	background: url(../images/sym/linkon.gif) no-repeat left center;
	color: #000000;
}


/* Links "nach oben" (class="top") */

a.top:link, a.top:visited, a.top:active {
	background: url(../images/sym/topoff.gif) no-repeat left center;
	padding-left: 15px;
	text-decoration: none;
}
a.top:hover {
	background: url(../images/sym/topon.gif) no-repeat left center;
	text-decoration: none;
}


/* Links in Boxen mit Pfeilen (class="box_bullet") */

a.box_bullet:link, a.box_bullet:visited, a.box_bullet:active {
	color: #7b7b7b;
	background: url(../images/sym/box_linkoff.gif) no-repeat left center;
	padding-left: 15px;
}
a.box_bullet:hover {
	background:  url(../images/sym/box_linkon.gif) no-repeat left center;
	padding-left: 15px;
}


/* Inhaltsboxen */

#container {
	margin: 0 auto;
	width: 730px;
	text-align: left;
}
#outer {
	width: 730px;
	padding: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background-color: #ffffff;
}
#header {
	width: 730px;
	background: #ffffff;
}
#main {
	width: 500px;
	float: left;
	background: #ffffff;
	margin-bottom: 45px;
}
#right {
	width: 230px;
	float: left;
	background: #ffffff;
	margin-bottom: 45px;
}
#footer {
	width: 730px;
	clear: both;
	background: #d0103a;
}


/* Hauptnavigation */

#nav {
	float: left;
	width: 728px;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #d0103a;
	border-top-color: #d0103a;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #d0103a;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #ffffff;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #ffffff;
	border-left-style: solid;
	border-left-width: 1px;
}
#nav li {
	float: left;
	margin: 0;
	list-style: none;
	text-decoration: none;
	font-size: 0.9em;
	background: #d0103a;
}
#nav a {
	float: left;
	text-decoration: none;
	color: #ffffff;
	padding: 5px 15px;
}
#nav a:hover, #nav a.active {
	background: #ff6319;
}
#nav a.active {
	background: #ff6319;
	font-weight: bold;
}
li#home a {
	margin-left: 30px;
}


/* Unternavigation */

#subnav {
	width: 728px;
	float: left;
	background-color: #ff6319;
	border-bottom-color: #d0103a;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #ffffff;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #ffffff;
	border-left-style: solid;
	border-left-width: 1px;
	line-height: 15px;
}
#subnav ul {
	list-style: none;
	padding-left: 45px;
}
#subnav li {
	font-size: 0.7em;
	display: inline;
}
#subnav a {
	text-decoration: none;
	color: #ffffff;
	padding: 0px 10px;
}
#subnav a:hover {
	color: #000000;
}


/* Listen */

#main ul {
	font-size: 0.9em;
	list-style: square url(../images/sym/bullet.gif) outside;
	text-align: left;
	margin: 0px 30px 30px 20px;
	padding-left: 45px;
}
#main ul.small {
	font-size: 0.7em;
	list-style: square url(../images/sym/bullet.gif) outside;
	text-align: left;
	margin: 0px 30px 30px 20px;
	padding-left: 45px;
}
#main ol {
	font-size: 0.9em;
	list-style: decimal outside;
	margin: 15px 30px 30px 25px;
	text-align: left;
	padding-left: 45px;
}
#right ul {
	font-size: 0.7em;
	list-style: square url(../images/sym/box_bullet.gif) outside;
	text-align: left;
	background: #ffffff;
	padding-right: 15px;
	padding-bottom: 10px;
	color: #7b7b7b;
	margin-right: 15px;
	margin-left: 25px;
	padding-left: 5px;
}
#right ol {
	font-size: 0.7em;
	list-style: decimal outside;
	text-align: left;
	background: #ffffff;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 5px;
	color: #7b7b7b;
	margin-right: 15px;
	margin-left: 25px;
}


/* Standardtabelle */

#main table {
	width: 425px;
	margin: 10px 45px 30px 30px;
}
th {
	padding: 10px 10px 10px 15px;
	background: #ffffff;
	font-weight: normal;
	text-align: left;
	font-size: 0.7em;
}
td {
	background: #ffffff;
	padding: 10px 10px 10px 15px;
	font-size: 0.7em;
}
#main table.preise {
	width: 425px;
	margin: 10px 45px 30px 30px;
}
th.preise {
	padding: 10px 10px 10px 15px;
	background: #ffffff;
	font-weight: normal;
	text-align: left;
}
td.preise {
	background: #ffffff;
	padding: 10px 10px 10px 15px;
}


/* Inhaltsformatierungen */

#main p {
	font-size: 0.9em;
	padding-right: 45px;
	padding-bottom: 10px;
	padding-left: 45px;
}
#main p.small {
	font-size: 0.7em;
	padding-right: 45px;
	padding-bottom: 10px;
	padding-left: 45px;
}
#right p {
	font-size: 0.7em;
}


/* Boxen */

.box_anfahrtsplan {
	margin-top: 30px;
	margin-bottom: 10px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-image: url(../images/ico/anfahrtsplan.gif);
	height: 30px;
}
.box_artikel {
	margin-top: 30px;
	margin-bottom: 10px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-image: url(../images/ico/artikel.gif);
	height: 30px;
}
.box_asana {
	margin-top: 30px;
	margin-bottom: 10px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-image: url(../images/ico/asana.gif);
	height: 30px;
}
.box_bus {
	margin-top: 30px;
	margin-bottom: 10px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-image: url(../images/ico/bus.gif);
	height: 30px;
}
.box_car {
	margin-top: 30px;
	margin-bottom: 10px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-image: url(../images/ico/car.gif);
	height: 30px;
}
.box_clip {
	margin-top: 30px;
	margin-bottom: 10px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-image: url(../images/ico/clip.gif);
	height: 30px;
}
.box_faq {
	margin-top: 30px;
	margin-bottom: 10px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-image: url(../images/ico/faq.gif);
	height: 30px;
}
.box_fehler {
	margin-top: 30px;
	margin-bottom: 10px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-image: url(../images/ico/fehler.gif);
	height: 30px;
}
.box_hotnews {
	margin-top: 30px;
	margin-bottom: 10px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-image: url(../images/ico/hotnews.gif);
	height: 30px;
}
.box_info {
	margin-top: 30px;
	margin-bottom: 10px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-image: url(../images/ico/info.gif);
	height: 30px;
}
.box_news {
	margin-top: 30px;
	margin-bottom: 10px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-image: url(../images/ico/news.gif);
	height: 30px;
}
.box_newsletter {
	margin-top: 30px;
	margin-bottom: 10px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-image: url(../images/ico/newsletter.gif);
	height: 30px;
}
.box_ok {
	margin-top: 30px;
	margin-bottom: 10px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-image: url(../images/ico/ok.gif);
	height: 30px;
}
.box_pic {
	margin-top: 30px;
	margin-bottom: 10px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-image: url(../images/ico/pic.gif);
	height: 30px;
}
.box_quicklinks {
	margin-top: 30px;
	margin-bottom: 10px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-image: url(../images/ico/quicklinks.gif);
	height: 30px;
}
.box_shop {
	margin-top: 30px;
	margin-bottom: 10px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-image: url(../images/ico/shop.gif);
	height: 30px;
}
.box_step {
	margin-top: 30px;
	margin-bottom: 10px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-image: url(../images/ico/step.gif);
	height: 30px;
}
.box_testaktion {
	margin-top: 30px;
	margin-bottom: 10px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-image: url(../images/ico/testaktion.gif);
	height: 30px;
}
.box_tipp {
	margin-top: 30px;
	margin-bottom: 10px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-image: url(../images/ico/tipp.gif);
	height: 30px;
}
.box_tram {
	margin-top: 30px;
	margin-bottom: 10px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-image: url(../images/ico/tram.gif);
	height: 30px;
}
.box_content {
	text-align: justify;
	background: #ffffff;
	margin-right: 10px;
	margin-left: 10px;
}


/* Bilder */

img.right {
	float: right;
	padding: 0px 0px 0px 10px;
}
img.left {
	padding: 0px 10px 0px 0px;
	float: left;
}


/* Hacks etc. */

/* hides the second object from all versions of IE */
 * html object.mov {
     display: none;
}
/* displays the second object in all versions of IE apart from 5 on PC */
 * html object.mov/**/ {
     display: inline;
}
/* hides the second object from all versions of IE >= 5.5 */
 * html object.mov {
     display/**/: none;
}


/* Lightbox */

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}
#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(../images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(../images/lightbox/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(../images/lightbox/nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
}
#imageData {
	padding:0 10px;
	color: #666;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}	
#imageData #caption {
	font-weight: bold;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}			
#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}	
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}