.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 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight:bold;
	text-decoration: underline;
}

a:hover {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #666666;
	font-size:12px;
	font-weight:bold;
	text-decoration: underline;
}

/* Standardschriften definieren fuer Bereiche */
p, div, span, th, td, li {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#231F20;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color:#5e5e5f;
	margin:10px 20px 10px 20px;
}

h1 {
	font-size:18px;
	font-weight:normal;
	margin-top:5px;
	margin-bottom:10px;
}
h1 a, h1 a:link, h1 a:visited, h1 a:active, h1 a:focus {
	font-size:18px;
	font-weight:normal;
}

h2 {
	font-size:16px;
	font-weight:normal;
	margin-top:5px;
	margin-bottom:5px;
}
h2 a, h2 a:link, h2 a:visited, h2 a:active, h2 a:focus {
	font-size:16px;
	font-weight:normal;
}

h3 {
	font-size:14px;
	font-weight:normal;
	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:normal;
}
h4 {
	font-size:12px;
	font-weight:normal;
}
h4 a, h4 a:link, h4 a:visited, h4 a:active, h4 a:focus {
	font-size:12px;
	font-weight:normal;
}
h5{
	font-size:12px;
	font-weight:normal;
	font-style:italic;
}
h5 a, h5 a:link, h5 a:visited, h5 a:active, h5 a:focus {
	font-size:12px;
	font-weight:normal;
}
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:square;
	margin:2px 0 2px 20px;
}

li {
	margin-left:20px;
}