/* 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:#000;
	font-size: 11px;
	font-weight:normal;
	text-decoration: underline;
}

a:hover {
	color: #000;
	font-size:11px;
	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:#000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
	color:#990033;
}

h1 {
	font-size:18px;
	margin:0;
	font-weight:bold;
	color:#000;
	line-height:25px;
}
h2 {
	font-size:18px;
	margin-top:0;
	margin-bottom:8px;
	line-height:25px;
}
h3 {
	font-size:15px;
	margin-top:3px;
	margin-bottom:6px;
	line-height:22px;
}

h4 {
	font-size:14px;
	color:#990033;
}

h5{
	font-size:11px;
	color:#990033;
}

h6 {
	font-size:11px;
	font-style:italic;
}

ul {
	list-style-type:disc;
}
