﻿body, html, #navigation, #container, #inhalt, #infobox {
           margin:3;
           padding:3;
}
body, table {
           font: 100.01% sans-serif;
           background-color: green;
		   color: #ffffff;
	   font-family: times new roman;
}
	*.size8  { font-size:8px; }
		*.size9  { font-size:9px; }
		*.size10 { font-size:10px;}
		*.size11 { font-size:11px; }
		*.size12 { font-size:12px; }
		*.size14 { font-size:14px; }
		*.size16 { font-size:16px; }
		*.size18 { font-size:18px; }
		*.size20 { font-size:20px; }
		*.size26 { font-size:26px; }
		
a:link { color:#ffffff; text-decoration:none; }
a:visited {color:#ffffff; text-decoration:none; }
a:focus { color:#ffffff; text-decoration:underline; }
a:hover {color:#000000; text-decoration:none; }
a:active { color:#ffffff; text-decoration:underline; }


h	{
	color: #000000;
	font-size: 1.5em;
	font-weight: bold;
	}
p	{
	color: #000000;
	font-size: 1.1em;
	font-weight: normal;
	font-indent: 2em;
	}

ul {
	font: 100,01% times new roman;
	color: #ffffff;
	list-style-position: inside;
	list-style-image: url(../images/fussball_k.png); 
	font-size: 14px;
	font-weight: bold;
	margin-left: 0.4em;
	padding-left: 0.4em;
    }

li ul {
	list-style-image: url(../images/tor.png);	
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 2px 2px;
	
	}
li ul ul {
	list-style-image: url(../images/tor.png);	
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	padding: 5px 5px;
	
	}