/* schriftformatierungen */

.text_standard  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
}

.text_small  {
	font-size: 10px;
}

.text_13px  {
	font-size: 13px;
}

.text_16px  {
	font-size: 16px;
}
.text_bold  {
	font-weight:bold;
}

.text_italic  {
	font-style:italic;
}


.text_underline  {
	text-decoration:underline;
}

.headline  {
	font-size:12px;
}

.headline_11px  {
	font-size:11px;
	font-weight:normal;
	padding:0px;
	margin:0px;
}

.headline2  {
	font-size:13px;
	padding:0px;
	margin:0px;
}

.headline3  {
	font-size:14px;
}

.headline4  {
	font-size:16px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none
}

a:hover {
	text-decoration: underline;
}
