/**
 * Print.css für TCW
 * (c) 2008 [m]zentrale, Benjamin Zaiser
 * beni@m-zentrale.de
 */
*{
  margin: 0px;
  padding: 0px;
}

body{
  font-family: arial;
  font-size: 12px;
  color: #000000;
}
.clearer{
  clear: both;
}

a{
  text-decoration: none;
  color: #5d6869;
}

img{
  border: 0px;
}



h1{
  font-size: 12px;
  margin-top: 0px;
  margin-bottom: 20px;
}
h2{
  font-size: 12px;
  margin-top: 0px;
  margin-bottom: 0px;
}
h3, h4, h5, h6{
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 10px;
}

#logo{
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c0c0c0;
  width: 100%;
  height: 156px;
}

#keyvisual,
#navi,
#loginbox,
#subnavi{
  display: none;
}

#content #tracing{
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-style: italic;
}

#content .center{
  width: 100%;
}

#content .left{
  float: left;
  margin-right: 20px;
  width: 45%;
}
#content .middle{
  float: left;
}
#content .right{
  float: left;
  width: 45%;
}

#content .left20{
  width: 15%;
}
#content .right80{
  width: 75%;
}

#content .left33{
  width: 30%;
}
#content .middle33{
  width: 30%;
}
#content .right33{
  width: 30%;
}

#footer{
  clear: both;
  width: 100%;
  border-top: 1px solid #c0c0c0;
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
}
#footer a{
  display: none;
}

#enbw, #mercedescup,
#shadow{
  display: none;
}


