/* Hier findet die Formatierung fuer alle Texte statt */

 body {
	background-color: #716868;
	}
/*
table {
 	background-color: #00000;
	}*/

li,p.standard {
         	font-family: Tahoma;
         	/* font-weight : bold; */
		color: #000cb0;
        	font-size: 10pt;
		list-style-type: circle;
         	}

p.text {
         	font-family: Tahoma;
         	/* font-weight : bold; */
        	font-size: 10pt;
         	}

p.alert 	{
		font-family: Tahoma;
		color: ad1414;
		font-size: 10pt;
		}

p.footer	{
		margin-right : 2px;
		padding-top : 2px;
		padding-bottom : 2px;
		padding-left : 4px;
		padding-right : 4px;
		font-family: Tahoma;
		color: white;
		font-size: 10pt;
		}
		
 a:link { color:#000000; }
 a:visited { color:#000000; }
 a:hover { color:#000000; }
 a:active { color:#000000; }
 a:focus { color:#000000; }
