body {
    background-color: #ffffff;
    font: normal 13px tahoma, arial, helvetica, geneva;
    color: #000000;
}

table.mannschaft td {
    width:160px;
    height:230px;
    border-style:solid;
    border-width:medium;
    border-color:#267637;
    padding-top:3px;
    padding-left:3px;
    padding-right:3px;
}

table.spieler td {
    border-style:none;
}

table.spieler td.bild {
    height:210px;
}

table.spieler td.name {
    font: normal 13px tahoma, arial, helvetica, geneva;
    height:20px;
}

div#inhalt {
    position:absolute;
    clear:both;

    top:50pt;
    left:10%;
    
    z-index:0;
}

table.pulldown {
    position:relative;
    z-index:1;
    display:none;
    width:19.8%;
    margin-top:-2px;
    margin-right:0px;
    margin-left:70%;
}

table.pulldown td {
    position:relative;
    margin-top:0px;
    font: normal 13px tahoma, arial, helvetica, geneva;
    border-bottom: 2px solid #000000;
    background-color: #DDDDDD;
}

div.menu {
    background-color:red;
}

dl.menu {
    position:relative;
    
    width:66pt;
    float:left;
    text-align:center;
    margin-left:2pt;
    
    font: normal 13px tahoma, arial, helvetica, geneva;
    border: 2px solid #000000;
    border-right: 2px solid #000000;
    background-color: #DDDDDD;
    
    z-index:5;
    
}

dl.menu dt {
    border-bottom:1px solid #000000;
}

dl.menu dd {
    margin-left:0pt;
    padding-left:0pt;
    display:none;
}

dl.menu ul {
    list-style-type:none;
    margin-left:0pt;
    padding-left:0pt;
}

table.select {
    width:80%;
    height:15px;
}

table.select td {
    width:16%;
    font: normal 13px tahoma, arial, helvetica, geneva;
    border-bottom: 2px solid #000000;
    background-color: #DDDDDD;
}

table.select td.ausgewaehlt {
    background-color: #529c4a;
}

table.select a {
    text-decoration:none;
    color:black;
}

table.select a:hover {
    color:black;
    text-decoration:underline;
}

table.kontakt td{
    font: normal 13px tahoma, arial, helvetica, geneva;
    width:180px;
    height:20px;
    background-color: #DDDDDD;
}

table.kontakt th {
    font: 13px tahoma, arial, helvetica, geneva;
    font-weight:bold;
    text-decoration:underline;
    background-color:#529c4a;
    height:20px;
    width:180px;
}

table.kontakt a {
    color:#267637;
    text-decoration:underline;
}

table.kontakt a:hover {
    color:#267637;
}    

h2 {
    color:#267637;
}

h4 {
    color:black;
}

p.langertext {
    width:75%;
}
    



