/* Verwendung: headlines */
.headerLink {
	font-family:Helvetica,Arial,sans-serif;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
	}
	
.txtProcessPath {
	font-family:Helvetica,Arial,sans-serif;
	font-size:13px;
	color:#000000;
	text-decoration:none;
	}

.ppathOn {
	font-family:Helvetica,Arial,sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#184077;
	text-decoration:none;
	}
	
	/* Verwendung: text */
.txtDark {
	color:#333333;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	font-weight:normal;
	}
	
.txtDarkBold {
	color:#333333;
	font-family:Helvetica,Arial,sans-serif;
	font-size: 12px;
	font-weight:bold;
	}

	/* Verwendung: headlines */
.hdlBlauBig {
	color:#184077;
	font-family:Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
	}	
	
.txtError {
	color:#CC3333;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	}

	/* Verwendung: headlines */
.hdlBlau {
	color:#184077;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	line-height:15px;
	}


	/* Verwendung: text */
.txtGrey {
	color: #555555;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	line-height:15px;
	padding-left:1px;
	}

	
		/* Verwendung: text */
.txtGreyB {
	color:#555555;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	line-height:15px;
	}

.txtGreySignature {
	color:#555555;
	font-family:Courier,Monotype,serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	line-height:15px;
	}
	
	/* Verwendung:text */
.txtGreen {
	color:#33CC33;
	font-family: Helvetica,Arial,sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	line-height: 15px;
	}
	
	/* Verwendung:text */
.txtBlue {
	color:#184077;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	line-height:15px;
	}

	/* Verwendung: inputfelder */
.inputs {
	color:#000000;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	font-weight:normal;
	}
	
	/* Verwendung: textlinks blau */
a.lnkBlueN {
	color: #184077;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	text-decoration: none;
	}

a.lnkBlueN:hover {
	color: #33CC33;
	font-family:Helvetica,Arial,sans-serif;
	font-size: 12px;text-decoration: none;}

a.lnkBlueN:active {
	color:#33CC33;
	font-family:Helvetica,Arial,sans-serif;
	font-size: 12px;
	text-decoration: none;
	}
	
	/* Verwendung: textlinks */
a.lnkGreyDec {
	color:#555555;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	}

a.lnkGreyDec:hover {
	color:#33CC33;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	}

a.lnkGreyDec:active {
	color:#33CC33;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	}

a.lnkGreenDec {
	color:#33CC33;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	}

