/* Projekt Klaras; styles-Datei für die track-Seiten  */
*     {margin:0; padding:0;}
body  {font:12px Verdana,Arial,Helvetica,sans-serif;}
h2    {text-align:center; background-color:#c0c0c0; border:1px solid black; border-bottom:none; line-height:200%;}
p     {font-size:12px; line-height:16px; text-align:center;}
table {border:none; border-collapse:collapse; width:100%; background-color:#fff;}
td    {text-align:left; font-size:12px; padding:2px 3px; background-color:#fff; border:1px solid black;}
img   {border:1px solid gray; width:136px; height:188px;}

.bewo {width:155px; height:27px; margin-top:90px; margin-bottom:76px;}
.wli  {width:50%; border-left:1px solid black; border-right:0;}
.wre  {width:50%; border-right:1px solid black; border-left:0;}

.t1   {text-align:center; background-color:#c0c0c0; padding:3px;}
.t2   {text-align:center; background-color:#c0c0c0; height:30px; border-bottom:1px solid black; border-top:0;}

a:link    {color:#00f; text-decoration:none; background-color:#fff; line-height:150%;}
a:visited {color:#00f; text-decoration:none; background-color:#fff;}
a:active  {color:#000; text-decoration:none; background-color:#ff00a0;}
a:hover   {color:#fff; text-decoration:none; background-color:#000;}

/* Media-Anpassung */
@media only screen and (max-width:800px) {
 #tdwrapper {display:none; width:0;}
}
/* Ende der styles-Datei  */