/* CSS Document */
body{font:0.9em Geneva, Arial, Helvetica, sans-serif;
	color:#000000; /*330099;*/
	letter-spacing: 0.0em;
	}

li {
	line-height:1.3em;
	}

.titel{	
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:bold;
	color:darkblue; /*339900;*/
	}

.subtitel{
	font-size:1.2em;
	font-weight:bold;
	color:darkblue; /*339900;*/
	}  

.subtitelKlein{
	font-size:1em;
	font-weight:bold;
	color:darkblue; /*339900;*/
	/*background-color:#66CC33;*/
	}  

.datumaktuell{
	font-size:0.8em;
	font-weight:bold;
	}
	
.fusstitel{
	text-align:right;
	font-size:0.7em;
	font-weight:bold;
	font-style:italic;
	color:#000000; /*339900;*/
	}  

ul {
	list-style-position:intside;
	}

	ul#liNonStyle li{
    list-style: none;
	}
	
	
	/*	
p {
	padding:0;
	text-indent:1em;
	font-weight:1em;
	}
	
p:first-letter{
	padding:0;
	font-size:1.2em;
	font-weight:bold;
	}
	*/
