/* CSS Document */
/*
      Created by CSS Portal Layout Generator
	  
	  http://www.cssportal.com
	  	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #999999;
}

p {
 padding: 10px;
}

#wrapper { 
 margin: 0 auto;
 width: 800px;
}

#content { 
 float: left;
 color: #333;
 background: #cccccc;
 width: 780px;
 display: inline;
 padding: 10px;
}

#header {
 color: #FFFFFF;
 width: 800px;
 float: left;
 height: 217px;
 background-image: url(hg01.jpg);
}

#footer { 
 width: 800px;
 height: 100px;
 clear: both;
 color: #FFFFFF;
 background: #000000;
}

#SpalteTeam {
 float:left;
 margin: 0px;
 border: 0px solid red; 
}

#SpalteZeit {
 float:left;
 margin 0 0 0 300px;
 border: 0px solid green;
 }
 
 
tr th {
	background-color: #999999; 
  color: black;
  font-weight:800;
}
tr.d0 td {
	background-color: #CCCCCC;
  color: black;
  padding: 0px 5px;
}
tr.d1 td {
	background-color: #FFFFFF;
  color: black;
  padding: 0px 5px;
}
a:link{text-decoration:none;font-weight:800;color:red;}
a:visited{text-decoration:none;font-weight:800;color: #CC0000;}
a:focus{text-decoration:underline;font-weight:800;color:red;}
a:hover{text-decoration:none;background:red;color:#FFFFFF;}
a:active{text-decoration:underline;font-weight:800;color:red;}

        /*- Menu Tabs 17--------------------------- */
    #tabs17 {
      font: bold 11px/1.5em Verdana;
      float:left;
      width:100%;
      background:#c60000;
      line-height:normal;

      }
    #tabs17 ul {
	margin:0;
	padding:0px;
	list-style:none;
      }
    #tabs17 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs17 a {
      float:left;
      background:url("tableft17.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs17 a span {
      float:left;
      display:block;
      background:url("tabright17.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs17 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs17 a:hover span {
      color:#FFF;
      }
    #tabs17 a:hover {
      background-position:0% -42px;
      }
    #tabs17 a:hover span {
      background-position:100% -42px;
      }	