.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:focus {
	font-family: Tahoma, Arial, sans-serif;
	color: #23B7F0;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
}

a:hover {
	font-family: Tahoma, Arial, sans-serif;
	color: #23B7F0;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
}

/* Standardschriften definieren fuer Bereiche */
p, div, span, th, td, li {
	font-family: Tahoma, Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#8C8C8C; /* AEAEAE */
}

h1,h2,h3,h4,h5,h6 {
	font-family: Tahoma, Arial, sans-serif;
	color:#445F70;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h1 {
	font-size:20px;
	font-weight:normal;
	margin-top:5px;
	margin-bottom:15px;
}
h2 {
	font-size:18px;
	font-weight:normal;
	margin-top:5px;
	margin-bottom:5px;
}
h3 {
	font-size:16px;
	font-weight:bold;
	margin-top:3px;
	margin-bottom:3px;	
}
h3 a, h3 a:visited {
	font-size:14px;
	color: #23B7F0;
	font-weight:bold;
	text-decoration: none;
	margin-top:3px;
	margin-bottom:3px;	
}
.news-h3 h3 {
	font-size:12px;
	font-weight:bold;
	margin-top:3px;
	margin-bottom:6px;	
}

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;
	margin:2px 0 2px 20px;
}

li {
	margin-left:20px;
}
.teaser_link {
	background-image:url(../images/knopf_teaser.gif);
	background-repeat:no-repeat;
	background-position:100px 50%;
	width:180px;
	height:16px;
	margin:5px 0 0 0;
}
.teaser_linktext {
	float:right;
}

div.starttext{

}

div.starttext h3{
font-size:12px;
}

div.starttext h3 a{
font-size:12px;
}

div.starttext p{
padding-bottom:10px;
}

div.starttext p.backlink{
font-size:10px;
}

div.starttext p.backlink a{
font-weight:normal;
font-size:10px;
}
