/* CSS Document */

div.mainMiddle a {
	color:#333333;
}

div.containerCv a {
	color:#333333;
}

div.mainMiddle a img {
	border: 0px;
	margin-right:4px;
}

/* -------------------------------------------- Links Baseline -------------------------------------------- */


/* -------------------------------------------- normaler Text -------------------------------------------- */
p, p.untertitel, li, p.blueBold, p.personenBox {
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	margin-top: 0px;		
	margin-bottom: 10px;
	line-height: 19px;
}

p.untertitel {
	font-size: 11px;
	line-height: 14px;
}

p.small {
	font-size: 10px;
	line-height: 17px;
}

.fehler {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #FF0000;
}

span.greenBold, span.greenBold a {
	color: #759238;
	font-weight:bold;
}

/* -------------------------------------------- Überschriften -------------------------------------------- */
h1, h2, h3, h4, h5 {
	line-height: 16px;
	/*font-weight: bold;*/
	font-weight: normal;
	color: #696969;
	vertical-align: top;
	margin: 0px;	
}

h1 {
	color: #E94F1E;
	font-size: 20px;
	margin: 22px 22px 20px 0;
	letter-spacing: 4px;
	line-height: 24px;
}

h2 {
	font-size: 11px;
	color: #333333;	
}

h3 {
	font-size: 11px;
	font-weight:bold;
	color: #759238;	
	line-height: 12px;		
	margin: 15px 0px 0px 0px;			
}

h3 a, h3 a:link, h3 a:visited, h3 a:hover, h3 a:active, h3 a:focus {
	color: #023068;	
}


h4 {
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
	color: #333333;	
}

h2 a:hover {
	color: #000000;
	text-decoration: none;
}

h5 {
	text-align:center;
	color: #FFFFFF;
	font-size: 10px;
	margin-top: 20px;
	margin-left:30px;
	background-color: #03489E;
	width: 18px;
	height:16px;
}	

/* ---------------- Listen ---------------- */
div.mainMiddle ul {
	list-style-image: url(images/bullet.gif);
	margin-top: 3px;
}

div.mainMiddle ul.moreSpace {
	list-style-image: url(images/bullet.gif);
	margin-top: 3px;
}

div.mainMiddle ul.moreSpace li {
  margin: 15px 3px 3px 3px; 
}

div.mainMiddle li {
  margin: 3px 3px 3px 3px; 
}

div.mainMiddle ul.noBullet {
	list-style-type: none;
}

span.noBreak {
  white-space:nowrap;
}
