/* ------------------------------------------------
Body
------------------------------------------------ */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F3EFE7;
}

/* ------------------------------------------------
Absatzformatierungen
------------------------------------------------ */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
}

p.titel {
	font-weight: bold;
	line-height: 120%;
}

p.navig_inhalt {
	font-weight: bold;
	font-size: 0.8em;
	line-height: 1.2em;
	margin-left: 45px;
	text-decoration: none;
}

p.aktuell {
	font-weight: bold;
	font-size: 0.8em;
	line-height: 1.2em;
	margin: 5px;
}
p.aktuell_nf {
	font-weight: normal;
	font-size: 0.8em;
	line-height: 1.2em;
	margin: 5px;
}


em {
	text-decoration: underline;
	font-style: normal;
}

ul {
	line-height: 1.5em;  
	list-style-image: url(_bild-alle/ul_pfeil.gif);
	font-size: 0.9em;
}

.zentriert {
	text-align: center;
}

.rechts {
	text-align: right;
}


/* ------------------------------------------------
Überschriften
------------------------------------------------ */

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

h1.titel {
	color: #F3EFE7;
	line-height: 24px;
	margin-top: 5px;
	margin-bottom: 10px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;
}


h2.titel {
	color: #F3EFE7;
	line-height: 11px;
	margin-top: 0px;
}

h2.untertitel {
	color: #F3EFE7;
	line-height: 20px;
	margin-top: 0px;
}

h2.bereich {
	color: #770014;
	text-decoration: underline;
}


/* ------------------------------------------------
Logo
------------------------------------------------ */
.logo {
	position: relative;
	z-index: 2;
}


/* ------------------------------------------------
Bereichsnavigation
------------------------------------------------ */
.hellgelb {
	color: #FF0;
}

.gelb {
	color: #FFCC00;
}

.dunkelgelb {
	color: #FFB300;
}

.orange {
	color: #FF9900;
	line-height: 17px;
}

.kontakt {
	color: #FF6600;
}

.text_weiss {
	color: #FFF;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 0.9em;
	/*text-decoration: none;*/
}

/* ------------------------------------------------
Fusszeile FFG
------------------------------------------------ */

p.fuss_ffg {
	font-size: 0.7em;
	color: #770014;
	text-align: right;
}


/* ------------------------------------------------
Bilder und Bildunterschriften
------------------------------------------------ */

.bild_rechts {
	float: right;
	margin-left: 20px;
	margin-bottom: 5px;
}

.bild_links {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}

p.bu {
	font-size: 0.7em;
	color: #770014;
}

p.klein_schwarz {
	font-size: 0.7em;
}


/* ------------------------------------------------
Links
------------------------------------------------ */
a:link {
	font-weight:bold;
	text-decoration:none;
	color: #770014; 
}
a:visited {
	font-weight:bold;
	text-decoration:none;
	color: #770014;
}

a:hover {
	font-weight:bold;
	text-decoration: underline;
	color: #770014;
}

a:active {
	font-weight:bold;
	text-decoration: underline;
	color: #770014;
}
.zitat_kursiv {
	font-style: italic;
}

