@charset "UTF-8";


.ticker-wrap {
  line-height: 2rem;
  font-size: 28px;
  color: #FFFF00;
  text-align: left;
  font-weight: bold;
  font-family: 'Droid Sans', sans-serif;
  text-decoration: none;
  position: fixed;  
  bottom: 13px;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 2,2rem;
  background-color: var(--qsg-grau); 
  padding-left: 100%;
  z-index: 9000 ;}

.ticker {
  display: inline-block;
  height: 2,2rem;
  line-height: 2rem;
  white-space: nowrap;
  padding-right: 100%;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 75s;
  animation-duration: 75s;
  text-decoration: none;
}

.ticker_item a {
  display: inline-block;
  padding: 0 1rem;
  font-size: 24px;
  color: white;
  text-decoration: none;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.Stil21 {font-size: 14px; color: #314295; font-weight: bold;font-family: 'Droid Sans';}
.Stil22 {font-size: 24px; color: #0C54A0; font-weight: bold;font-family: 'Droid Sans';}
.Stil23 {font-size: 12px; color: #314295; font-weight: normal;font-family: 'Droid Sans';}
.Stil24 {font-size: 12px; color: #000000; font-weight: normal;font-family: 'Droid Sans';}
.Stil25 {font-size: 24px; color: #314295; font-weight: bold;font-family: 'Droid Sans';}
.Stil26 {font-size: 14px; color: #25446C; font-weight: bold;font-family: 'Droid Sans';}
.Stil27 {font-size: 14px; color: #FF0000; font-weight: normal;font-family: 'Droid Sans';}
.Stil28 {font-size: 16px; color: #777777; font-weight: bold;font-family: 'Droid Sans'; text-decoration: none;}
.Stil29 {font-size: 22px; color: #FFFFFF; font-weight: bold;font-family: 'Droid Sans'; bottom: 22px; text-decoration: none;}
.Stil30 {font-size: 20px; color: #FFFFFF; font-weight: bold;font-family: 'Droid Sans'; sans-serif; text-decoration: none; background:#ce3c2b;padding: 8px 40px; border-radius: 25px;}
.Stil31 {font-size: 20px; color: #FFFFFF; font-weight: bold;font-family: 'Droid Sans'; sans-serif; text-decoration: none; background:#666666;padding: 8px 40px; border-radius: 25px;}
.Stil32 {font-size: 20px; color: #000000; font-weight: bold;font-family: 'Droid Sans'; sans-serif; text-decoration: none; background:#E5E5E5;padding: 8px 40px; border-radius: 25px;}
.Stil33 {font-size: 20px; color: #ffed00; font-weight: bold;font-family: 'Droid Sans'; sans-serif; text-decoration: none;}

.Stil11 {font-size: 16px; color: #314295; font-weight: bold;font-family: 'Rokkitt';}
.Stil12 {font-size: 26px; color: #0C54A0; font-weight: bold;font-family: 'Rokkitt';}
.Stil13 {font-size: 14px; color: #314295; font-weight: normal;font-family: 'Rokkitt';}
.Stil14 {font-size: 14px; color: #000000; font-weight: normal;font-family: 'Rokkitt';}
.Stil15 {font-size: 26px; color: #314295; font-weight: bold;font-family: 'Rokkitt';}
.Stil16 {font-size: 16px; color: #25446C; font-weight: bold;font-family: 'Rokkitt';}
.Stil17 {font-size: 16px; color: #FF0000; font-weight: normal;font-family: 'Rokkitt';}


.title {font-size: 20px; color: #FFFFFF; font-weight: bold;font-family: 'Droid Sans'; sans-serif; text-decoration: none; background:#666666;padding: 8px 40px; border-radius: 25px;}



<style type="text/css">
          .linksbuendig {text-align: left;}
          .rechtsbuendig {text-align: right;}
          .zentriert {text-align: center;}
          .blocksatz {text-align: justify;}
          td {text-align: ","}
  </style>
.schatten {
    background: #000;
    color: #eee;
    font-size: 24px;
    padding: 12px;
    text-shadow: 4px 3px 9px #ffd700;
}
body, html{
	min-height:100%;
}
/*
body {
	margin: 0px;
	color: #FFFFFF;
	min-wide: 950px;
	font-size: 13px;
	font-family: Arial;
	font-family: 'Droid Sans';
	background-image: url(imagesBM/Banner/BannerBM-WebsiteStart.png);
	background-image: url(imagesBM/Banner/BannerBM-WebsiteStart.png);
	image: url(images/Banner/LogoBM.png);
	background-size: cover;
	background-color: transparent;
}*/
body {
	margin: 0px;
	color: #FFFFFF;
	min-wide: 950px;
	font-size: 13px;
	font-family: Arial;
	font-family: 'Droid Sans';
/*
	background-image: url(../imagesBM/Banner/BannerBM-WebsiteStart-mit-Background.jpg);      */
	background-size: cover;
	background-attachment:fixed;"
	background-color: transparent;
}
h1 {
	color: #FF0000;
	font-size: 14px;
	font-weight: normal;
	margin: 3px 0px 25px 0px;
}
h2 {
	color: #FF0000;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
}
h3 {
	color: #FFFF00;
	margin-top: 14px;
	margin-bottom: 0px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
b          {
	color: #ffffff;
}
a          {
	color: #666666;
}
a:visited  { color: black; }
a:hover    { color: #5872f4; }
.buhrtext {
	width: auto;
	margin-left: 30px;
	margin-right: auto;
}
.background {
	width: 900px;
    min-height:101%;
	margin-left: auto;
	margin-right: auto;
	/*box-shadow: 00px 00px 10px grey;*/
}
.container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	 /*box-shadow: 00px 00px 12px grey;*/
}

/* BANNER AREA */
.menuefarbeactiv {
	background-color: #ce3c2b;
	width: auto;
}
 /*
.bannerArea {
	width: 900;
	height: 150px;
	/*background-image: url(images/bg_body.png);
	background-repeat:repeat;
	/*background-color: #eeeeee;
}

 .bannerArea .container {
	margin-top: 0px;
	width: 900px;
	height: 150px;
	background-image: url(images/Banner/BannerBMWebsite.png);
	background-image: width 950px;
	background-image: height auto;
	background-repeat: no-repeat;
}
 */
.bannernav {
	padding-top: 0px;
	float: right;
	color: #112c4c;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana;
}
.bannernav a { color: #314295; text-decoration: none; }
.bannernav a:visited { color: #314295; }
.bannernav a:hover { color: #112c4c; text-decoration: none; }
.toplogo {
	padding-left: 20px;
	padding-top: 0px;
}

/* TOP NAVIGATION AREA */
.topnavigationArea {
	/* background-image: url(images/topnav_bkgd_grau.jpg); */
	background-repeat:repeat-x;
	vertical-align: middle
	background-color: #6A6A6A;
}
.topnavigationArea .container {
  /* background-image: url(images/topnav_bkgd_grau.jpg);  */
	background-repeat:repeat-x;
	background-color: #424242;
	margin: -40px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 910px;
	height:30px;
}
.topnavigationgroup {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	padding-right: 1px;
}
.topnavigationgroup ul {
	margin-top: 0px;
	margin-left: 0px;
}
.topnavigationitem {
	max-width: 167px;
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 9px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: none;
	border-right-width: 1px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana;
	float: left;
}

/* CONTENT AREA */
.contentArea {
    color: #000000
    overflow-y: scroll;

    max-height:600px;
	max-widht:900px;
	background-color: transparent;
	/*background-image: url(images/bg_body.png);  */
	background-repeat: no-repeat;
}
.contentArea .container {
	padding-top: 0px;
	padding-bottom: 30px;
	/*background-image: url(images/content_bkgd.jpg);*/
	background-repeat: no-repeat;
	background-color: #000000;
	overflow: auto;
}
.contentArea .Start {
	background-image: url(imagesBM/Banner/.png);
	position: middel;

	width: 400x;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 100px;
	padding-right: 10px;
	height: 450px;
	height:101%;
	background-repeat: no-repeat;
	background-color: transparent;
}
.contentArea .zumreinhoeren {
	width: 300x;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 100px;
	padding-right: 10px;
	height: 450px;
	height:101%;
	background-repeat: no-repeat;
	background-color: #000000;
}
.contentArea .zumreinhoerenR {
	width: 400px;
	padding-top: 20px;
	padding-bottom: 50px;
	padding-left: 390px;
	height: 45px;
	height:101%;
	background-repeat: no-repeat;
	background-color: #000000;
}
.contentArea .setlist {
	width: 875px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 25px;
	height: 45px;
	height:101%;
	background-repeat: no-repeat;
	background-color: #000000;
}
.contentArea .plakat {
	width: 800px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	height: 500px;
	height:101%;
	background-repeat: no-repeat;
	background-color: #000000;
}
.contentArea .container50 {
	padding-top: 30px;
	padding-bottom: 30px;
	/*background-image: url(images/content_bkgd.jpg);*/
	background-repeat: no-repeat;
	background-color: #f2f2f2;
}
.contentArea .containermittig {
	padding-top: 30px;
	padding-bottom: 30px;
	/*background-image: url(images/content_bkgd.jpg);*/
	background-repeat: no-repeat;
	background-color: #f2f2f2;
}
.contentleft {
	width: 550px;
	padding-left: 40px;
	padding-right: 40px;
	float: left;
	border-right-style: solid;
	border-right-width: 1px;
}
.contentleft50 {
	width: 470px;
	padding-left: 40px;
	padding-right: 40px;
	float: left;
	border-right-style: solid;
	border-right-width: 1px;
}
.contentleft100 {
	width: 485px;
	padding-left: 63px;
	padding-right: 0px;
	float: left;
	border-right-style: solid;
	border-right-width: 1px;
}
.contentcenter {
	width: auto;
	padding-left: 0px;
	padding-right: 0px;
}
.contentright {
	padding-top: 30px;
	float: left;
	padding-left: 30px;
	width: 400px;
}
.contentright50 {
	width: 470px;
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	float: left;
}
.contentright100 {
	width: 485px;
	padding-top: 0px;
	padding-left: 63px;
	padding-right: 0px;
	float: left;
}

.contentlefttextscrol {
	width: 350px;
	padding-left: 54px;
	padding-right: 25px;
	float: left;
}
.contentrighttextscrol {
	width: 350px;
	padding-top: 52px;
	padding-left: 27px;
	padding-right: 54px;
	float: right;
}
.contentlefttext {
	padding-top: 30px;
	width: 463px;
	padding-left: 50px;
	padding-right: 27px;
	float: left;
/*	border-right-style: solid;
	border-right-width: 1px;*/
}
.contentrighttext {
	width: 463px;
	padding-top: 0px;
	padding-left: 26px;
	padding-right: 50px;
	float: right;
}
.contentgesamt {
	width: 1040px;
	padding-top: 70px;
	padding-bottom: 55px;
	padding-left: 39px;
	padding-right: 39px;
	float: right;
}
.contentgesamtsitemaphintergrund {
	width: 1006px;
	hight: auto;
	padding-top: 25px;
	padding-bottom: 105px;
	padding-left: -5px;
	padding-right: 30px;
	float: right;
	background-image: url(images/Menues/Sitemap/Linien.png);
	background-repeat: no-repeat;
	z-index:3;
}
.contentgesamtsitemap {
	width: 900px;
	hight: auto;
	padding-top: 25px;
	padding-bottom: 0px;
	padding-left: 30px;
	padding-right: 41px;
	z-index:1;
}
.contentreferenzleft {
	width: 282px;
	padding-left: 56px;
	padding-right: 26px;
	float: left;
/*	border-right-style: solid;
	border-right-width: 1px;*/
}
.contentreferenzcenter {
	width: 282px;
	padding-top: 83px;
	padding-left: 26px;
	padding-right: 26px;
	float: left;
/*	border-right-style: solid;
	border-right-width: 1px;*/
}
.contentreferenzright {
	width: 282px;
	padding-top: 83px;
	padding-left: 26px;
	padding-right: 56px;
	float: left;
}

.imageright {
	margin-left: 5px;
	float: right;
}
.copyrightfotos a { color: #666666; text-decoration: none; }
.copyrightfotos a:visited { color: #314295; }
.copyrightfotos a:hover { color: #FF0000; text-decoration: none; }
.copyrightfotos {
	font-size: 12px;
	color: #666666;
	height: auto;
	padding-top: 7px;
	padding-left: 12px;
	padding-right: 0px;
	float: left;
	width: 150px;
	text-align: center
}
.copyrightfotos2 {
	font-size: 12px;
	color: #666666;
	height: auto;
	padding-top: 7px;
	padding-left: 12px;
	padding-right: 0px;
	float: left;
	width: 150px;
	text-align: center
}
.mail a {
color: #FFFF00;
}
.mail b {
color: #666666;
}
.mail a:hover {
color: #FF0000;
}
.mail b:hover {
color: #FF0000;
}

/* FOOTER AREA */
.footerArea {
  .footerArea {
  	font-family: 'Droid Sans';
  	font-size: 13px;
  	width: 900px;
  	height: 29px;
    position: fixed;
    vertical-align: middle;
   	bottom: 20px;
  	background-color: transparent;
  	margin: auto;
  	background-repeat: repeat-x;
  	z-index:1000;
  }
}
.footerArea {
	font-family: 'Droid Sans';
	font-size: 22px;
  font-weight: bold;
	width: 900px;
	height: 29px;
  position: fixed;
  vertical-align: middle;
 	bottom: 10px;
	background-color: transparent;
	margin: auto;
	background-repeat: repeat-x;
	z-index:1000;
}
.footerArea .linie {
	background-color: #616161;
	width: 900px;
	height: 4px;
	z-index:100;
}
.footerArea .container {
	width: 900px;
	height: 29px;
	/*background-image: url(images/footer_bkgd.jpg);*/
	background-repeat: repeat-x;
	z-index:100;
}
.copyright {
 	vertical-align: middle;
	width: 350px;
    font-weight: normal;
	padding: 8px 0px 0px 20px;
	font-family: 'Droid Sans';
	font-size: 24px;
	color: #FFFFFF;
	float: left;
	z-index:1000;
}
.Impressum-Datenschutz a { color: #FFFFFF; text-decoration: none; }
.Impressum-Datenschutz a:visited { color: #424242; }
.Impressum-Datenschutz a:hover { color: #ce3c2b; text-decoration: none; }
.Impressum-Datenschutz {
	width: 420px;
	font-family: 'Droid Sans';
	font-size: 14px;
    font-weight: normal;
    color: #424242;
	padding: 8px 20px 0px 0px;
	float: right;
	z-index:1000;
}
.containerlogo {
	width: 100px;
	margin-left: auto;
	margin-right: auto;
}
