/* CSS Document */

body{
	margin:0;
	padding:0;
	background: white;
	font-size: 11pt;
	width: 100%;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: normal;
	text-decoration: underline;
	}


#content p{
	text-align:left;
}

#banner, #sidebar {
	display: none;
	
}



#wrapper, #content{
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	float: none !important;
	}


.tlnListe td, .paarungen td{
	font-size: 10pt;
}
.tlnListe th, .paarungen th{
	color: #000;
	font-size: 10pt;
	border: 1px solid #ddd;
}

.masters{
	font-size: 90%;
	width: auto;
}

#content p, #content li{
    text-align: justify;
}