/*Standard Stylevorlage auch für Contentmanager*/


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;	
}

/* Link */
a:link{
	color:#006699;
	text-decoration:underline;
	}
a:hover{
	color:#006699;
	text-decoration:none;
	}
a:visited{
	color:#006699;
	text-decoration:underline;
	}	

a:active{
	color:#006699;
	text-decoration:underline;
	}
.UeberschriftTitel{
	font-weight:bold;
	color:#006699;
	font-size:22px;
}
.UeberschriftHaupt{
	font-weight:bold;
	color:#006699;
	font-size:20px;
}
.UeberschriftSub{
	font-weight:bold;
	color:#006699;
	font-size:18px;
}
.UeberschriftRot{
	font-weight:bold;
	color:#FF0000;
	font-size:18px;
}
.UeberschriftGrau{
	font-weight:bold;
	color:#666666;
	font-size:18px;
}								

.TextFett{
	font-weight:bold;
}
.TextKlein{
font-size:14px;
}

.TextRot{
color:#FF0000;
}
.TextTuerkis{
	color:#006699;
}

.TextGrau{
	color:#666666;
}

.TextKlein{
	font-size:14px;
}
.Ueberschrift1{
	font-weight:bold;
	color:#FF0000;
	font-size:22px;
}
.TextDezent14{
	color:#666666;
	font-size:14px;
}
.TextDezent{
	color:#666666;
}
.TextFarbeWieLink{
	color:#006699;
	font-size:10px;

}
