body {
    margin: 0px;
    border: 0px;
}

img {border: none;}

.content {
    font-size: 8px;
    font-family: Verdana;

}

.sdmenu {
    width: 150px;
    font-family: Sans-Serif;
    font-size: 12px;
    background: #AFC137;
    color: #AFC137;
    margin: 0px;
    border: 0px;
}

.sdmenu .title, .sdmenu .titlehidden{
    display: block;
    padding: 5px 0;
    font-weight: bold;
    color: white;
    background: #929398;
    margin:0px;
    border: 0px;
}



.sdmenu .arrow {
    margin-left: 10px;
    margin-right: 7px;
}

.sdmenu .titlehidden {
    border-bottom: none;
    margin:0px;
    border: 0px;
}

.sdmenu .alone {
    text-indent: 10px;
}

.sdmenu .submenu {
    overflow: hidden;
}

.sdmenu .submenu a {
    padding: 5px 0;
    text-indent: 10px;
    background: #EEE;
    display: block;
    border-bottom: 1px solid #DDD;
    color: #000000;
    text-decoration: none;
    margin:0px;
    border: 0px;
}

.sdmenu .submenu a:visited{
    padding: 5px 0;
    text-indent: 10px;
    background: #EEE;
    display: block;
    border-bottom: 1px solid #DDD;
    color: #000000;
    text-decoration: none;
    margin:0px;
    border: 0px;
}

.sdmenu .alone a {
    padding: 5px 0;
    text-indent: 28px;
    font-weight: bold;
    background: #929398;
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    margin:0px;
    border: 0px;
}

.sdmenu .currSubmenu{
    padding: 5px 0;
    text-indent: 10px;
    background: #AFC137;
    display: block;
    border-bottom: 1px solid #DDD;
    color: #000000;
    text-decoration: none;
    margin:0px;
    border: 0px;
}

.sdmenu .currAlone{
    padding: 5px 0;
    text-indent: 28px;
    font-weight: bold;
    background: #AFC137;
    display: block;
    color: #000000;
    text-decoration: none;
    margin:0px;
    border: 0px;
}

.sdmenu .submenu a:hover {
    background : #AFC137;
    color: #FFF;
}

.sdmenu .alone a:hover {
    background : #AFC137;
    color: #FFF;
}

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

a:visited {
text-decoration:none;
color:#FFFFFF;
}

a:active {
text-decoration:none;
color:#FFFFFF;
}

a:hover {
text-decoration:none;
color:#FFFFFF;
}

.aktuelles{
    width: 200px;
    font-family: Arial;
    font-size: 12px;
    background: #FFFFFF;
    color: #AFC137;
    text-align: left;
    margin: 0px;
    border: 0px;
}

.aktuelles .title{
    display: block;
    padding: 5px 0;
    font-weight: bold;
    color: #ffffff;
    background: #AFC137;
    text-align: center;
    height: 16px;
    margin:0px;
    border: 0px;
}

.aktuelles .title a{
    display: block;
    padding: 5px 0;
    font-weight: bold;
    color: #ffffff;
    background: #AFC137;
    text-align: center;
    height: 16px;
}

.aktuelles .title a:link{
    display: block;
    padding: 5px 0;
    font-weight: bold;
    color: #ffffff;
    background: #AFC137;
    text-align: center;
    height: 16px;
}

.aktuelles .title a:visited{
    display: block;
    padding: 5px 0;
    font-weight: bold;
    color: #ffffff;
    background: #AFC137;
    text-align: center;
    height: 16px;
}

.aktuelles .title a:hover{
    display: block;
    padding: 5px 0;
    font-weight: bold;
    color: #ffffff;
    background: #AFC137;
    text-align: center;
    height: 16px;
    text-decoration:none;
}

.aktuelles .title a:active{
    display: block;
    padding: 5px 0;
    font-weight: bold;
    color: #ffffff;
    background: #AFC137;
    text-align: center;
    height: 16px;
}

.aktuelles .ungerade {
    background: #EEE;
    border: 1px solid #AFC137;
    color: #000000;
    text-decoration: none;
}

.aktuelles .gerade {
    background: #FFFFFF;
    border: 1px solid #AFC137;
    color: #000000;
    text-decoration: none;
}

.aktuelles a {
    color: #000000;
    text-decoration: none;
}

.aktuelles a:link {
    color: #000000;
    text-decoration: none;
}

.aktuelles a:visited {
    color: #000000;
    text-decoration: none;
}

.aktuelles a:hover {
    color: #000000;
    text-decoration: none;
}

.aktuelles a:active {
    color: #000000;
    text-decoration: none;
}

.thumbnail{
color: black;
position: relative;
z-index: 0;
cursor: default;
}

.thumbnail:hover{
color: black;
background-color: transparent;
z-index: 20;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #EEE;
padding: 5px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
width: 200px;
display: block;
font-size: 10px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 30px;
left: -80px; /*position where enlarged image should offset horizontally */

}

.thumbnail2{
position: relative;
z-index: 0;
cursor: default;
}

.thumbnail2:hover{
background-color: transparent;
z-index: 20;
}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #EEE;
padding: 5px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
width: 220px;
display: block;
font-size: 10px;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}


.table {
    font-size: 12px;
    color: #000000;
    text-align: center;
}

.tableTeam {
    font-size: 12px;
    color: #000000;
    text-align: left;
}

.tableTeamTop {
    font-size: 14px;
    color: #000000;
    text-align: left;
}

.tablePrice {
    font-size: 12px;
    border: 0px;
}

.tablePrice a {
    color: #000000;
    text-decoration: underline;
}

.tablePrice a:hover {
    color: #000000;
    text-decoration: underline;
}

.tablePrice a:visited {
    color: #000000;
    text-decoration: underline;
}

.tablePrice a:active {
    color: #000000;
    text-decoration: underline;
}


.tablePriceNoBorder {
    font-size: 12px;
}