/* CSS Document */

/* ---------- Links ----------*/
a:link {color:#000000;}
a:visited {color:#000000;}
a:hover {color:#000000;}
a:active {color:#000000;}
a:focus {color:#000000;}

/* ---------- Fliesstext ----------*/

p, p.untertitel, li {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	margin-top: 0px;		
	line-height: 18px;
}

p.untertitel {
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}

table {
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}

/* ---------- Headlines ----------*/

h1, h2, h3 {
	font-size: 13px;
	line-height: 18px;
	color: #225A68;
	vertical-align: top;
	font-weight: bold;
	margin-top: 20px;	
	margin-bottom: 0px;	
}

h2 {
	font-size: 11px;
	margin-top: 7px;	
}

h3 {
	font-size: 11px;
	margin-top: 7px;	
	color: #333333;	
}

