/*-----Grundgerüst-----*/
body {
  background-color: #E6E6E6;
}

#wrapper {
  width:960px;
  margin: 0px auto;
  background-color: #FFF;
}

#header {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

.zeiten, .medien {
  height: 175px;
  background-color: #CC3333;
  padding: 7px;
  box-sizing: border-box;
  margin-bottom: 5px;
}

.zeiten {
  width: 100%;
  float: left;
}

.medien {
  width: 100%;
  float: right;
}

#logo {
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  background-color: #FFF;
  border-bottom:1px solid #CC3333;
}

#dobbert {
  width: 100%;
  height: 265px;
  margin-left: 0px;
  margin-top: 0px;
}

#kawasaki {
  width: 565px;
  height: 179px;
  margin-left: 395px;
  margin-top: 0px;
}

#kawasaki img {
  width: auto;
  height: 97px;
}

#suzuki {
  width: 565px;
  height: 97px;
  margin-left: 395px;
  margin-top: 0px;
}

#suzuki img{
  width: auto;
  height: auto;
  margin-top: -45px;
  margin-bottom: 100px;
}

#nav {
  width: 945x;
  height: auto;
  background-color: #000;
  padding: 15px 0px 15px 15px;
}

#nav td {
  
  width: 887px;
  height: auto;
  background-color: #424242;
  padding: 20px;

}

#nav a {
  font-size: 60px;
  width: auto;
  height: auto;
  background-color: #424242;
  padding: 5px;
  text-decoration: none;
}

/*-----Schrift-----*/

a, p, th, td, li, h5, h3, h2, h4, li {
  font-family:verdana,arial;
}

.zeiten td {
  font-size: 35px;
  color: #FFF;
  width: 400px;
}

.zeiten strong {
  font-size: 32px;
  color: #FFF;
}

.medien td {
  font-size: 32px;
  color: #FFF;
  width: 400px;
}



.medien td strong {
  font-size: 40px;
  color: #FFF;

}
h4 {
  margin: 5px;
  font-size: 30px;
  color: #FFF;
}

h5 {
  margin: 40px 20px 40px 20px;
  font-size: 35px;
  color: #FFF;
}

#footer, a  {
  font-size: 35px;
  color: #FFF;
  text-decoration:none;
}

#footer {
  margin-top: 10px;
  width: 945x;
  height: auto;
  background-color: #000;
  padding: 15px 15px 15px 15px;
}

#footer td {
  
  height: auto;
  background-color: #424242;
  padding: 20px;
}

#footer table {
  width: 100%;
  height: auto;

}










