@charset "utf-8";
h1 {
	font-size: 2.0em;
	font-weight: bold;
	color: #FF6600;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #FF6600;
}

h3 {
	font-size: 1.3em;
	color: #FF6600;
	text-align: left;
}

h4 {
	font-size: 1.3em;
	color: #FF6600;
	text-align: right;
}

/* Klassendefinitionen */

.text_rechts{
	text-align: right;
}

.bildunterschrift {
	font-size: 0.9em;
	text-align: center;
}

.hervorhebung {
	font-size: 1.3em;
	color: #FFFFFF;
	background-color: #FF6600;
	text-align: center;
}

.umrandung {
	border-top-color: #FF6600;
	border-left-style: double;
	border-left-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	background-color: #FFF;
}

.serviceüberschrift{
	font-size: 1.6em;
	color: #FF6600;
	font-weight: bold;
}

.sbkanzeige{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #FF6600;
	font-weight: bold;
}
.sbkanzeige_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000;
}

.ccanzeige{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #F00;
	font-weight: bold;
}

.fksanzeige{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #306BA5;
	font-weight: bold;
}

.psanzeige{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #090;
	font-weight: bold;
}
.linie{
	color: #306BA5;
	border-style:double;
}
/* Sidebar2 Formate */
/* zentriert, 1.0em */
.formatz {
	font-size: 1em;
	text-align: center;
}

.dreiSpaltLinkerBereich{
	width: 64%;
	float: left;
	background-color: #FFF;
}

.dreiSpaltRechts{
	width: 33%;
	float: right;
	background-color: #FFF;
}

.dreiSpaltLinks{
	width: 49%;
	float: left;
	background-color: #FFF;
}

.dreiSpaltMitte{
	width: 49%;
	float: right;
	background-color: #FFF;
}

