/* Projekt Klaras; styles-Datei für die track-Seiten  */
*      {margin:0; padding:0;}
body   {font-family:Verdana,sans-serif;}
div    {margin:auto; padding:10px 2%; max-width:650px; text-align:center;}
h3     {margin:10px 0;}
table  {border:1px solid black; width:100%;}
td     {text-align:center; border:1px solid black;}
.fs    {font-size:14px; line-height:20px;}
.tj    {text-align:justify;}
form   {display:inline;}
button {font-size:13px; width:190px; height:26px; border:1px solid gray; border-radius:5px; cursor:pointer;}

a:link {color:#00f; text-decoration:none;}

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