/*************************************************************************************
* Die verschiedenen Ranking-Tabellen
*************************************************************************************/
.rankingTable{
	border-collapse: collapse;
}
.rankingTable td{
	font-size: 0.9em;
	padding: 0px 1px 0px 1px;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
}

/*************************************************************************************
* Generelle Formate
*************************************************************************************/
*{
	font-size: 10px;
	font-family: 'Verdana',sans-serif;
	line-height: 16px;
	-moz-box-sizing: border-box;
}
h1,h2,h3,h4{
	clear:both;
}
p,h1,h2,h3,h4{
	margin: 0px;
}

ul,ol{
	list-style-position:outside;
}
ul{
	list-style-image:url(http://stoccer.de/fileadmin/images/page/global/ball_fuer_liste.gif);
}

li{
	margin-bottom: 0.2em;
	text-align: justify;
}

#menu1 img, #menu2 img{
       margin: 0px;
}

h1{
	margin-bottom: 0.3em;
	margin-top: 2.0em;
	font-size: 1.2em;
}
h1.csc-firstHeader{
	margin-top: 0px;
	font-size: 1.8em;
}
h2{
	margin-bottom: 0.6em;
	margin-top: 1.5em;
	font-size: 0.9em;
}



p{
	margin-bottom: 0.5em;
	text-align: left;
}

p.csc-linkToTop{
	width: 100%;
	text-align:right;
}

/*************************************************************************************
* Die automatisch generierten Menus
* csc-menu-3 wird als In-Seiten-Navigation verwendet
* csc-menu-4 Erzeugt der Menu vorhandener Unterseiten
*************************************************************************************/
.csc-menu-3 p.csc-section{
	text-align: left;
	font-size: 1.2em;
	margin: 0px;
}
.csc-menu-4 p a{
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
}
.csc-menu-4 p.csc-abstract{
	text-align: left;
	font-size: 1em;
	font-weight: normal;
}

.csi-caption{
	font-size: 0.9em;
}

.tx-stoccerbanner-pi1 .header{
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
	color: #000;
	text-align: left;
}


