/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
}

/* Links Gelb */
A.linksyellow:LINK {
	font-weight:bold;
	color:#FC9B19;
	text-decoration:none;	
	font-size:11px;
	}
A.linksyellow:VISITED {
	font-weight:bold;
	color:#FC9B19;
	text-decoration:none;	
	font-size:11px;
	}
A.linksyellow:ACTIVE {
	font-weight:bold;
	color:#FC9B19;
	text-decoration:none;	
	font-size:11px;
	}
A.linksyellow:HOVER {
	font-weight:bold;
	color:#FC9B19;
	text-decoration:underline;	
	font-size:11px;
	}
/* Links Weiss */
A.linksweiss:LINK {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;	
	font-size:11px;
	}
A.linksweiss:VISITED {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;	
	font-size:11px;
	}
A.linksweiss:ACTIVE {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;	
	font-size:11px;
	}
A.linksweiss:HOVER {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:underline;	
	font-size:11px;
	}
/* Links Violett */
A.linksviolett:LINK {
	font-weight:bold;
	color:#9F0147;
	text-decoration:none;	
	font-size:11px;
	}
A.linksviolett:VISITED {
	font-weight:bold;
	color:#9F0147;
	text-decoration:none;	
	font-size:11px;
	}
A.linksviolett:ACTIVE {
	font-weight:bold;
	color:#9F0147;
	text-decoration:none;	
	font-size:11px;
	}
A.linksviolett:HOVER {
	font-weight:bold;
	color:#9F0147;
	text-decoration:underline;	
	font-size:11px;
	}	
/* Links Grau */
A.linksgrau:LINK {
	font-weight:normal;
	color:#6E6E6E;
	text-decoration:none;	
	font-size:10px;
	}
A.linksgrau:VISITED {
	font-weight:normal;
	color:#6E6E6E;
	text-decoration:none;	
	font-size:10px;
	}
A.linksgrau:ACTIVE {
	font-weight:normal;
	color:#6E6E6E;
	text-decoration:none;	
	font-size:10px;
	}
A.linksgrau:HOVER {
	font-weight:normal;
	color:#6E6E6E;
	text-decoration:underline;	
	font-size:10px;
	}		
/* Links Yellowsmall */
A.linksyellowsmall:LINK {
	font-weight:bold;
	color:#fc9b19;
	text-decoration:underline;	
	font-size:10px;
	}
A.linksyellowsmall:VISITED {
	font-weight:bold;
	color:#fc9b19;
	text-decoration:underline;	
	font-size:10px;
	}
A.linksyellowsmall:ACTIVE {
	font-weight:bold;
	color:#fc9b19;
	text-decoration:underline;	
	font-size:10px;
	}
A.linksyellowsmall:HOVER {
	font-weight:bold;
	color:#fc9b19;
	text-decoration:underline;	
	font-size:10px;
	}	

		
.textviolet {
	font-size:10px;
	color: #C5638A;
	}
	
.textgrey {
	font-size:10px;
	color: #414141;
	}
	
.textdarkgrey {
	font-size:10px;
	color: #434343;
	}
	
.textwhite {
	font-size:10px;
	color: #ffffff;
	}
	
.textwhitebold {
	font-size:11px;
	color: #ffffff;
	font-weight:bold;
	}

.headline {
	font-size:16px;
	color: #ffffff;
	font-weight:bold;
	}

.headlineviolet {
	font-size:16px;
	color: #A00040;
	font-weight:bold;
	}
	
.headlineviolet a {
	font-size:16px;
	color: #A00040;
	font-weight:bold;
	text-decoration:none;
	}
	
.subheadlinedarkgrey {
	font-size:14px;
	color: #434343;
	font-weight:bold;
	}
	
.subheadlinewhite {
	font-size:14px;
	color: #ffffff;
	font-weight:bold;
	}
.subheadlinewhite1 {
	font-size:12px;
	color: #ffffff;
	font-weight:bold;
	}
	
.subheadlinedarkgrey1 {
	font-size:12px;
	color: #434343;
	font-weight:bold;
	}
	
.cellbgviolett {
background-color:#812b4e;
padding-left:5px;
}
