body 
{ 
	font-family:Verdana;
	font-size: 70%;
	font-weight: normal;
	color: #000000;
 }
 
a 
{ 
	font-family:Verdana;
	font-size: 100%;
	font-weight: normal;
	color: #EC1D25;
	text-decoration:underline;
}
 
a:hover
{ 
	text-decoration:underline;
	color: #818181;
}
 
b,strong 
{
	font-weight:bold;
}
   
hr { 
	color: #EC1D25;
	background-color: #EC1D25;
	border: 0px none;
	height:1px;
 }   
   
ul 
{
	list-style-position: outside;
	list-style-image: url("../media/ul_elem.gif");
}
li 
{ 
	padding-bottom: 4px;
 }
    
	
/* 		AB HIER DIE NORMALEN STYLESHEETS	*/

.headline
{ 
	display:block;
	font-family:Verdana;
	font-size: 150%;
	font-weight: bold;
	color: #EC1D25;
	padding-bottom: 8px;
 }

.rot-fett
{ 
	font-weight:bold;
	color: #000000;
 }
.rot
{ 
	color: #EC1D25;
 }

.kasten
{ 
	display:block;
	width: 260px;
	background-color: #DAE3EB;
	margin: 1px;
	padding: 11px;
	border: 3px double #DAE3EB;
 } 
html>body .kasten { width: 294px; border: 3px double #FFFFFF;} 