/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #393939;
	font-weight: normal;	
}

.schrift_normal {
	font-weight: normal;
}

p {
	font-weight: normal;
	text-align: justify;
	line-height: 16px;
}

.rote_schrift {
	font-weight: normal;
	color: #c1070c;
}

.rote_schrift_b {
	font-weight: bold;
	color: #c1070c;
}

a:link {
	color: #393939;
	text-decoration: underline;

}

a:visited {
	color: #393939;
	text-decoration: underline;

}

a:hover {
	color: #393939;
	text-decoration: none;

}

a:active {
	color: #393939;
	text-decoration: none;

}

.schrift_bold{
	color: #c1070c;
	font-size: 14px;
	font-weight: bold;
}

.tabellenschrift {
	font-weight: normal;
}

.formularschrift {
	font-weight: normal;
} 

.textausrichtung {
	text-align: center;
}
