@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:0 10px 0 0 ;
	font-weight: bold;
	font-size: 18px;
	color:#900;
	text-align: center;
}
h2 {
	margin:8px 0px 0px 0px;
	font-weight: normal;
	font-size: 15px;
	color:#666;
	text-align:center;
	padding-bottom: 30px;
}
h3 {
	margin:20px auto;
	font-weight: normal;
	font-size: 16px;
	color:#333;
	display:block;
}
h4 {
	margin:50px 0px 0px 0px;
	font-weight: bold;
	font-size: 15px;
	color:#595959;
}
h5 {
	padding:10px 10px 10px 10px;
	background-image: url(images/link-bg.png);
	font-weight: bold;
	font-size: 15px;
	color:#fff;
}

p {
	font-weight: normal;
	font-size: 12px;
	color:#333;
	line-height: 80%;
	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;
}

#angebot{
	margin: 0 auto;
	width: 1000px;
	height: 610px;
	-moz-box-shadow:    2px 2px 2px 2px #CCC;
  -webkit-box-shadow: 2px 2px 2px 2px #CCC;
  box-shadow:         2px 2px 2px 2px #CCC;
}

#tickets{
	margin-left: 80px;
	width: 210px;
	height: 55px;
	float: left;
}
#rwe{
	margin-top: 20px;
	width: 455px;
	height: 250px;
	float: left;	
}

#dhl{
	margin-top: 0;
	margin-left: 78px;
	width: 377px;
	height: 230px;
	float: left;	
}

#subline {
	margin-top:10px;
	padding-right: 20px;
	width: 1170px;
	height: 30px;
	text-align: right;
}
.font-big {
 font-family: Verdana, sans-serif;
 font-size:14px; font-weight:bold;
 color:#900;
}
.font-small {
 font-family: Verdana, sans-serif;
 font-size:10px; font-weight:normal;
 color:#666666;
}
.col2 {
 width:30%;
}
.col25 {
 width:25%;
}
.col50 {
 width:50%;
}
.table {
 margin-left: auto;
 margin-right: auto;
 padding-left: 40px;
 border-spacing:0;
 background-color:transparent;
 border-left: 1px solid #999;
 border-right: 1px solid #999;
 width:700px;
}
.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:12px; 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;
}
#info{
	margin: 10px auto;
	padding: 10px 50px 10px 50px;
	width:1120px;
	height: 120px;
	background:  #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;
}

#box {
	width: 150px;
	height: 110px;
	margin-top: 50px;
	margin-bottom: 10px;
	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 {
	width: 200px;
	margin-right: 69px;
	margin-left: 20px;
	float: left;
	border-right: 1px solid #999;
}

#right {
	width: 150px;
	margin-left: 69px;
	margin-right: 20px;
	padding-left: 20px;
	float: right;
	border-left: 1px solid #999;
}
#logos{
	width: 150px;
	height:	100px;
	float: left;
	margin-bottom: 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: 1200px;
	float: left;
	margin-left: 0;
}
#zeiten{
	width: 171px;
	float: left;
	background: #900;
	border: 2px solid #666;
	margin-bottom: 30px;
	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;	
}
#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;  
  }