/* CSS Document */

/* -------------------------------------------- Links Content -------------------------------------------- */
a:link {color:#333333;}
 a:visited {color:#333333;}
a:hover {color:#000000;}
a:active {color:#333333;}
 a:focus {color:#333333;}

/* -------------------------------------------- Links Baseline -------------------------------------------- */


/* -------------------------------------------- normaler Text -------------------------------------------- */
p, p.untertitel, li, div.contentMain td {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	margin-top: 0px;		
	margin-bottom: 10px;
	line-height: 18px;
}

p.untertitel {
	font-size: 10px;
	line-height: 13px;	
	color: #333333;
	text-decoration: none;
}

.infobox {
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	line-height: 14px;
	padding: 4px;
	text-align: center;
}

.fehler {
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;	
	text-decoration: none;
	line-height: 18px;
}


/* -------------------------------------------- Überschriften -------------------------------------------- */
h1, h2, h3 {
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	vertical-align: top;
	margin-bottom: 0px;	
}

h1 {
	font-size: 13px;
	margin: 20px 0px 2px 0px;	
}

h2 {
	color: #333333;
	font-size: 11px;
	margin-top: 15px;	
}

h3 {
	color: #333333;
	font-size: 11px;
	line-height: 14px;	
	font-weight: normal;	
	background-color: #FFFFFF;		
	margin: 0px 0px 0px 0px;		
	padding: 4px;		
	border: solid 1px #999999;		
}

h2 a:hover {
	color: #000000;
	text-decoration: none;
}

/* ---------------- Listen ---------------- */
div.contentMain ul {
	list-style-image: url(images/elemente/bullet.gif);
}

div.contentMain ul.noBullet {
	list-style-type: none;
}
