
/* 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:#ffffff;
	font-size: 12px;
	font-weight:normal;
	text-decoration: underline;
}

a:hover {
	color: #ffffff;
	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:12px;
	font-weight:normal;
	color:#ffffff;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
	color:#ffffff;
}

h1 {
	color:#006DA3;
	font-size:17px;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:10px;
}
h1 a, h1 a:link, h1 a:visited, h1 a:active, h1 a:focus {
	color:#006DA3;
	font-size:17px;
	font-weight:bold;
}

h2 {
	color:#006DA3;
	font-size:16px;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
}
h2 a, h2 a:link, h2 a:visited, h2 a:active, h2 a:focus {
	color:#006DA3;
	font-size:16px;
	font-weight:bold;
}

h3 {
	font-size:14px;
	font-weight:bold;
	margin-top:3px;
	margin-bottom:3px;	
}
h3 a, h3 a:link, h3 a:visited, h3 a:active, h3 a:focus {
	font-size:14px;
	font-weight:bold;
}

h4 {
	font-size:12px;
	font-weight:bold;
}
h4 a, h4 a:link, h4 a:visited, h4 a:active, h4 a:focus {
	font-size:12px;
	font-weight:bold;
}

h5{
	font-size:12px;
	font-weight:bold;
	font-style:italic;
}
h5 a, h5 a:link, h5 a:visited, h5 a:active, h5 a:focus {
	font-size:12px;
	font-weight:bold;
}

h6 {
	font-size:12px;
	font-weight:normal;
	font-style:italic;
}
h6 a, h6 a:link, h6 a:visited, h6 a:active, h6 a:focus {
	font-size:12px;
	font-weight:normal;
} 
ul {
	list-style-type:disc;
}

li {
	margin:0 0 0 20px;
}
