body {
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
    background-color : #565656;
}

body, td {
    font-family: Trebuchet MS, Geneva, Verdana, Arial, Helvetica, sans-serif, Tahoma;
    font-size: 12px;
    color : #d0d0d0;
    line-height: 13pt;
    }
    
b {
    font-weight: bold; 
}

.info {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 8pt;
   	line-height : normal;
    color : #363636;
}


a, a:link, a:visited {
    color : #FFFFDD;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.dl, .dl a, .dl a:link, .dl a:visited  {
    color: #FFFFDD;
    font-weight: bold; 
    font-size : 11pt;
    text-decoration: none;
}

.dl a:hover {
    text-decoration: underline;
}

.menu a, .menu a:visited, .menu a:active {
	display:block;
	color:#d0d0d0;
	font-weight : normal;
	text-decoration:none;
	width:105px;
	margin-top : 2px;
	margin-bottom : 2px;
}

.menu a:hover {
/*	background-color : #ffffdd; */
	color : #ffffdd;
}

a.maktiv, a.maktiv:link, a.maktiv:visited, a.maktiv:hover {
	color: #ffffdd;
	border-top-color : #ffffdd;
	border-bottom-color : #ffffdd;
	border-top-style : solid;
	border-top-width : 1pt;
	border-bottom-style : solid;
	border-bottom-width : 1pt;
}


/* für Turnier-Tables */

table.turnier {
	border : 2px solid #c0c0c0;
}
table.turnier th  {
    text-align : center;
    border-right : 1px solid #c0c0c0;
    background-color : #333333;
}
table.turnier td {
    text-align : center;
    border-right : 1px solid #c0c0c0;
}
table.turnier tr {
    background-color : #666666;
}
table.turnier tr.tralt {
    background-color : #565656;
}
table.turnier td.tdr {
    text-align : right;
}
table.turnier td.tdl {
    text-align : left;
}
