/* CSS Document */

/* -------------------------------------------- Links Content -------------------------------------------- */
div.contentMain a:link {color:#333333;}
div.contentMain a:visited {color:#333333;}
div.contentMain a:hover {color:#000000;}
div.contentMain a:active {color:#333333;}
div.contentMain 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: 16px;
}

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, h4, h5 {
	line-height: 18px;
	font-weight: bold;
	color: #733132;
	vertical-align: top;
	margin-bottom: 0px;	
}

h1 {
	font-size: 13px;
	margin: 30px 0px 10px 0px;	
}

h2 {
	font-size: 11px;
	margin-top: 15px;	
}

h3 {
	font-size: 11px;
	margin-top: 15px;	
	color: #333333;		
}

h4 {
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
}

h2 a:hover {
	color: #000000;
	text-decoration: none;
}

/* ---------------- Listen ---------------- */
div.contentMain ul {
	list-style-image: url(images/elemente/bullet.gif);
	margin-top: 3px;
}

div.contentMain ul.moreSpace {
	list-style-image: url(images/elemente/bullet.gif);
	margin-top: 3px;
}

div.contentMain ul.moreSpace li {
  margin: 15px 3px 3px 3px; 
}

div.contentMain li {
  margin: 3px 3px 3px 3px; 
}

div.contentMain ul.noBullet {
	list-style-type: none;
}
