@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	width: 100,1%;
	background:#ccc;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a:link, a:visited { color: #83bb0a; text-decoration: none; font-weight: bold; } 
a:active, a:hover { color: #83bb0a; text-decoration: none; font-weight: bold; }

h1 {
	margin:00px 0px 0px 30px;
	font-weight: bold;
	font-size: 18px;
	color:#900;

}
h2 {
	margin:40px 0px 0px 0px;
	font-weight: bold;
	font-size: 15px;
	color:#FFC;
	padding-bottom: 10px;
}
h3 {
	margin:20px auto;
	font-weight: normal;
	font-size: 16px;
	color:#333;
	display:block;
}
h4 {
	margin: 10px 10px 10px 30px;
	font-weight: normal;
	font-size: 16px;
	color:#333;
	line-height: 120%;
}
h5 {
	margin: 10px 20px 00px 20px;
	font-weight: normal;
	font-size: 12px;
	color:#fff;
	line-height: 100%;
	text-align: center;
}

p {
	font-weight: normal;
	font-size: 13px;
	color:#333;
	line-height: 110%;
	margin-top: 5px;
}
h6 {
	margin-top: 5px;
	font-weight: normal;
	font-size: 12px;
	line-height: 80%;
	color:#900;
}
h9 {
	margin: 0 auto;
	font-weight: normal;
	font-size: 20px;
	color:#333;
	text-align: center;
	line-height: 100%;
}
#cssmenu {
  margin: 0 auto;
  position: relative;
  padding-left: 50px;
  height: 44px;
  background: #FFF;
  width: 1170px;
  
  	-moz-box-shadow:    3px 3px 3px 3px #666;
  -webkit-box-shadow: 3px 3px 3px 3px #666;
  box-shadow:         3px 3px 3px 3px #666;
}
#cssmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}
#cssmenu > ul {
  position: relative;
  display: block;
  background: #FFF;
  height: 32px;
  width: 100%;
  z-index: 500;
}
#cssmenu > ul > li {
  display: block;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}
#cssmenu > ul > #menu-button {
  display: none;
}
#cssmenu ul li a {
  display: block;
  font-family: Helvetica, sans-serif;
  text-decoration: none;
}
#cssmenu > ul > li > a {
  font-size: 14px;
  font-weight: normal;
  padding: 15px 40px;
  color: #900;
  text-transform: uppercase;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 32px;
}
#cssmenu > ul > li:hover > a {
  color: #FFF;
  background: #900;
}
#cssmenu li.has-sub::after {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
}
#cssmenu > ul > li.has-sub::after {
  right: 10px;
  top: 20px;
  border: 5px solid transparent;
  border-top-color: #900;
}
#cssmenu > ul > li:hover::after {
  border-top-color: #ffffff;
}
#indicatorContainer {
  position: absolute;
  height: 12px;
  width: 100%;
  bottom: 0px;
  overflow: hidden;
  z-index: -1;
}
#pIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  z-index: -2;
  -webkit-transition: left .25s ease;
  -moz-transition: left .25s ease;
  -ms-transition: left .25s ease;
  -o-transition: left .25s ease;
  transition: left .25s ease;
}
#cIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  top: -12px;
  right: 100%;
  z-index: -2;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 70px;
  opacity: 0;
  -webkit-transition: opacity .3s ease, top .25s ease;
  -moz-transition: opacity .3s ease, top .25s ease;
  -ms-transition: opacity .3s ease, top .25s ease;
  -o-transition: opacity .3s ease, top .25s ease;
  transition: opacity .3s ease, top .25s ease;
  z-index: 1000;
}
#cssmenu ul ul ul {
  top: 37px;
  padding-left: 5px;
}
#cssmenu ul ul li {
  position: relative;
}
#cssmenu > ul > li:hover > ul {
  left: auto;
  top: 44px;
  opacity: 1;
}
#cssmenu ul ul li:hover > ul {
  left: 170px;
  top: 0;
  opacity: 1;
}
#cssmenu ul ul li a {
  width: 130px;
  border-bottom: 1px solid #eee;
  padding: 10px 20px;
  font-size: 12px;
  color: #9ea2a5;
  background: #fff;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
#cssmenu ul ul li:hover > a {
  background: #F7F7F7;
  color: #333;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last > a {
  border-bottom: 0;
}
.submenuArrow {
  border: 6px solid transparent;
  width: 0;
  height: 0;
  border-bottom-color: #fff;
  position: absolute;
  top: -12px;
}
#cssmenu ul ul li.has-sub::after {
  border: 4px solid transparent;
  border-left-color: #9ea2a5;
  right: 10px;
  top: 12px;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}
#cssmenu ul ul li.has-sub:hover::after {
  border-left-color: #fff;
  right: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
	
#wrapper {
	margin: 0 auto;
	width: 1220px;
	background: #CCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}



#header{
	margin: 0 auto;
	width:1220px;
	height: 232px;
	background:  #FFF url(images/header.png) no-repeat;
	background-position: center;
	float: left;
		-moz-box-shadow:    3px 3px 3px 3px #666;
  -webkit-box-shadow: 3px 3px 3px 3px #666;
  box-shadow:         3px 3px 3px 3px #666;
}

#main{
	margin: 10px auto;
	width:1200px;
	background:#FFF;
	border: 10px solid #fff;
	padding-top: 20px;
	float: left;
	-moz-box-shadow:    3px 3px 3px 3px #666;
  -webkit-box-shadow: 3px 3px 3px 3px #666;
  box-shadow:         3px 3px 3px 3px #666;
}

#main_fanshop{
	margin: 10px auto;
	width:1200px;
	height: 600px;
	background:url(images/rwe/fanshop2.png) no-repeat #fff;
	background-position: bottom;
	border: 10px solid #fff;
	float: left;
	-moz-box-shadow:    3px 3px 3px 3px #666;
  -webkit-box-shadow: 3px 3px 3px 3px #666;
  box-shadow:         3px 3px 3px 3px #666;
}
#left_dhl {
	width: 220px;
	margin-right: 44px;
	margin-left: 10px;
	float: left;
	border-right: 1px solid #999;
}
#center_dhl {
	width: 630px;
	float: left;	
}
#right_dhl {
	width: 220px;
	height: 550px;
	margin-left: 44px;
	margin-right: 10px;
	padding-left: 20px;
	background: url(images/dhl/paketstaender550px.png) no-repeat;
	background-position: right;
	float: right;
	border-left: 1px solid #999;
}
#box_dhl {
	width: 200px;
	margin-top: 0;
	margin-bottom: 15px;
	float: left;
		-moz-box-shadow:    3px 3px 3px 3px #ccc;
  -webkit-box-shadow: 3px 3px 3px 3px #ccc;
  box-shadow:         3px 3px 3px 3px #ccc;	
}

#left_schuhe {
	width: 200px;
	margin-right: 44px;
	margin-left: 10px;
	float: left;
	border-right: 1px solid #999;
}
#center_schuhe {
	width: 630px;
	float: left;	
}
#right_schuhe {
	width: 150px;
	margin-left: 44px;
	margin-right: 10px;
	padding-left: 50px;
	float: right;
	border-left: 1px solid #999;
}
#box_schuhe {
	width: 150px;
	margin-top: 0;
	margin-bottom: 20px;
	float: left;
		-moz-box-shadow:    3px 3px 3px 3px #ccc;
  -webkit-box-shadow: 3px 3px 3px 3px #ccc;
  box-shadow:         3px 3px 3px 3px #ccc;	
}

#left_fanshop {
	width: 350px;
	height: 550px;
	margin: 30px 00px 0px 00px;
	float: left;
	border-right: solid 2px #333;
	background:url(images/rwe/trikotneu.png) no-repeat; 
	background-position: bottom;
}

#right_fanshop {
	width: 376px;
	height: 500px;
	margin: 40px 30px 30px 150px;
	float: left;
	border-radius: 10px;
}

#ticket_fanshop {
	width: 372px;
	height: 136px;
	float: left;
	border: solid 2px #900;
	border-radius: 10px;
	background:url(images/bg-white40.png);
}
#saison_fanshop{
	height: 32px;
	margin-top: 548px;
	float: left;
	background: #333;
}

.font-big {
 font-family: Verdana, sans-serif;
 font-size:13px; font-weight:bold;
 color:#900;
}
.font-small {
 font-family: Verdana, sans-serif;
 font-size:8px; font-weight:normal;
 color:#666666;
}
.col2 {
 width:30%;
}
.col25 {
 width:25%;
}
.col50 {
 width:50%;
}
.table {
 margin-left: auto;
 margin-right: auto;
 border-spacing:0;
 background-color:transparent;
 width:650px;
}
.table2 {
 background-color:transparent;
 width:100%;
 border-collapse:collapse;
}
.head {
 padding:0;
 background-color:transparent;
}
.main {
 padding:0;
 background-color:transparent;
 font-family: Verdana, sans-serif;
 font-size:14px; font-weight:normal;
 color:#666666;
}
.foot {
 padding:0;
 background-color:transparent;
}
.align {
 text-align:left;
}
.textarea {
 background-color:#FFFFFF;
 color:#666666;
 font-family : Verdana, Helvetica, sans-serif;
 font-size:16px;
 font-weight: bold;
 border : 1px solid #666666;
 border-radius:0; -moz-border-radius:0; -webkit-border-radius:0;
 padding: 0;
 position:relative;
}
.input {
 background-color:#FFFFFF;
 color:#666666;
 font-family : Verdana, Helvetica, sans-serif;
 border : 1px solid #666666;
 font-size:16px;
 border-radius:0; -moz-border-radius:0; -webkit-border-radius:0;
 padding: 0;
 position:relative;
}
.select {
 background-color:#FFFFFF;
 color:#666666;
 font-family : Verdana, Helvetica, sans-serif;
 border : 1px solid #666666;
 font-size:16px;
 border-radius:0; -moz-border-radius:0; -webkit-border-radius:0;
 padding: 0;
 position:relative;
}
.textarea:hover, .textarea:focus, .input:hover, .input:focus, .select:hover, .select:focus {
 border : 1px solid #666666;
}
.button {
 cursor: pointer;
 padding:5px 12px 5px 12px;
 display:inline;
 text-decoration:none;
 border-radius:0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 position:relative;
 background-color:#990000;
 color:#FFFFFF;
 font-family : Verdana, Helvetica, sans-serif;
 font-size:12px;
 font-weight: bold;
 border : 1px solid #FFFFFF;
 min-width : 100px;
}
.button_send {
 cursor: pointer;
 padding:5px 12px 5px 12px;
 display:inline;
 text-decoration:none;
 border-radius:0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 position:relative;
 background-color:#990000;
 color:#FFFFFF;
 font-family : Verdana, Helvetica, sans-serif;
 font-size:12px;
 font-weight: bold;
 border : 1px solid #FFFFFF;
 min-width : 100px;
}
.button:hover, .button:focus {
 border : 1px solid #FFFFFF;
 text-decoration:none;
 background: #5E0000;
}
.button_send:hover, .button_send:focus {
 border : 1px solid #FFFFFF;
 text-decoration:none;
 background: #5E0000;
}
#left_kontakt {
	width: 230px;
	height: 500px;
	margin-right: 34px;
	margin-left: 10px;
	float: left;
	border-right: 1px solid #999;
}
#center_kontakt {
	width: 650px;
	float: left;	
}
#right_kontakt {
	width: 230px;
	height: 500px;
	margin-left: 34px;
	margin-right: 10px;
	float: right;
	border-left: 1px solid #999;
}
#box_kontakt {
	width: 200px;
	margin-top: 0;
	margin-bottom: 30px;
	float: right;
		-moz-box-shadow:    3px 3px 3px 3px #ccc;
  -webkit-box-shadow: 3px 3px 3px 3px #ccc;
  box-shadow:         3px 3px 3px 3px #ccc;	
}

#left_anfahrt{
	width: 230px;
	height: 550px;
	margin-right: 57px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
	border-right: 1px solid #999;
}
#center_anfahrt {
	width: 604px;
	float: left;
	margin-bottom: 10px;
	text-align: center;
	line-height: 110%;
}

#google_anfahrt {
	width: 600px;
	border: 2px solid #900;
	float: left;
	margin-bottom: 10px;
}
#right_anfahrt {
	width: 230px;
	height: 550px;
	margin-left: 57px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: right;
	border-left: 1px solid #999;
}
#box_anfahrt {
	width: 200px;
	margin-top: 0;
	margin-bottom: 30px;
	float: right;
		-moz-box-shadow:    3px 3px 3px 3px #ccc;
  -webkit-box-shadow: 3px 3px 3px 3px #ccc;
  box-shadow:         3px 3px 3px 3px #ccc;	
}

#logos{
	width: 200px;
	float: left;
	margin-bottom: 30px;
	-moz-box-shadow:    3px 3px 3px 3px #ccc;
  -webkit-box-shadow: 3px 3px 3px 3px #ccc;
  box-shadow:         3px 3px 3px 3px #ccc;	
}
#zeiten{
	width: 171px;
	float: left;
	background: #900;
	border: 2px solid #666;
	margin-bottom: 10px;
	padding: 5px 5px 20px 20px;
	-moz-box-shadow:    3px 3px 3px 3px #ccc;
  -webkit-box-shadow: 3px 3px 3px 3px #ccc;
  box-shadow:         3px 3px 3px 3px #ccc;	
}
#content{
	width: 600px;
	float: left;
	margin-left: 19px;
}

#footer{
	margin: 0 auto;
	margin-bottom: 10px;
	width:1200px;
	height: 30px;
	background: #FFF;
	border: 10px solid #fff;
	float: left;
	-moz-box-shadow:    3px 3px 3px 3px #666;
  -webkit-box-shadow: 3px 3px 3px 3px #666;
  box-shadow:         3px 3px 3px 3px #666;
}
#adress{
	width: 250px;
	height: 30px;
	margin-top: 0;
	margin-left: 10px;
	float: left;
}

#facebook{
	width: 690px;
  height: 30px;
  margin: 0 auto;
  float: left;
  font-weight: normal;
  font-size: 12px;
  color: #900;
  text-align: center;
}
#footermenu {
  width: 250px;
  height: 30px;
  float: right;
  font-weight: normal;
  font-size: 12px;
  color: #900;
}
#footermenu li {
	display: inline;
	padding-left: 15px;
	padding-right: 15px;
    list-style-type: none;
	border-right: 1px solid #999;
	text-align: center;
  }
  
#footermenu a { color: #900; text-decoration: none; font-weight: normal;}
  
#footermenu a:hover{
	color: #666;
	font-weight: normal;
	text-decoration: underline;  
  }