/*----- elemente in der rechten spalte -----*/
/*----- mannschaften -----*/


/*  struktur

team->h1 (titel)
team->.kopftext
team->.kopfbild
team->.button
team->.button->a

team->ul
team->ul->li
team->ul->li->h2
team->ul->li->.text
team->ul->li->.text->.links
team->ul->li->.text->.rechts

*/


#team {
text-align: justify;
margin-left: 1em;
margin-right: 1em;
}


#team .kopftext {
font-size: 0.81em;
margin-top: 10px;
margin-bottom: 10px;
}
#team .kopfbild {
text-align: center;
padding: 5px;
margin-bottom: 10px;
}
#team img {
border: 0;
}
#team .bildtext {
text-align: center;
font-size: 0.71em;
padding: 2px;
margin: 0;
}
#team .button {
text-align: center;
background: #437C5C;
color: #FFFFFF;
padding:1px;
margin-bottom: 10px;
}

#team .button a {
display:block;
font-size: 0.81em;
font-style: italic;
background: #437C5C;
color: #FFFFFF;
border: 1px solid #FFFFFF;
padding:1px;
margin:1px;
}


#team ul {
list-style-type: none;
}

#team li {
background: #FFFFFF;
padding-top: 5px;
padding-bottom: 5px;
margin-top: 5px;
margin-bottom: 10px;
border-top: 1px solid #437C5C;
}
#team li h2 {
display: block;
font-weight: bold;
font-size: 0.91em;
text-align: left;
padding-bottom: 5px;
border-bottom: 1px double #437C5C;
margin-bottom: 5px;
}
#team li h2 strong {
font-size: 1.01em;
}
#team li h2 small {
font-size: 0.71em;
font-weight: normal;
font-style: italic;
}
#team li .text {
vertical-align: top;
margin-top: 2px;
font-size: 0.81em;
margin-left: 2px;
}
#team li .text small {
font-size: 0.71em;
font-style: italic;
}
#team li .text strong {
font-weight: bold;
}

#team .rechts {
float:right;
margin: 0 0 5px 10px;
}
#team .links {
float:left;
margin: 0 10px 5px 0;
}





#team a {
margin-bottom: 1em;
}

