@CHARSET "UTF-8";
/* Diese Datei bitte so lassen und am Anfang einbinden. Ggf in anderer Datei ueberschreiben. */

.clear_left { clear:left; }

.clear_right { clear:right; }

.clear_both { clear:both; }

.float_right { float:right; }

.float_left { float:left; }

/* Standardlinks */
a, a:link, a:visited, a:active, a:focus {
	color:#024577;
	font-size: 12px;
	font-weight:normal;
	text-decoration: underline;
}

a:hover {
	color: #024577;
	font-size:12px;
	font-weight:normal;
	text-decoration: none;
	/* font-style:italic; */
}

/* Standardschriften definieren fuer Bereiche */
p, div, span, th, td, li {
	font-family: Arial, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#5C5C5C;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
	color:#80868B;
}

h1 {
	font-size:18px;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:10px;
}
h2 {
	font-size:16px;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
}
h3 {
	font-size:14px;
	font-weight:bold;
	margin-top:3px;
	margin-bottom:3px;	
}

h4 {
	font-size:12px;
	font-weight:bold;
}

h5{
	font-size:12px;
	font-weight:bold;
	font-style:italic;
}

h6 {
	font-size:12px;
	font-weight:normal;
	font-style:italic;
}

ul {
	list-style-type:disc;
}