/******************************************************************************
Tags und eigene Klassen für Allgemeines
******************************************************************************/

body
{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Trebuchet MS, Arial, Helvetica;
	font-size: 11px;
}

/* Body-Angaben: <span class="body"></span> dort einsetzen, wo die normalen body-Eigenschaften nicht wirken */
.body
{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Trebuchet MS, Arial, Helvetica;
	font-size: 11px;
}

td
{
	color: #000000;
	font-family: Verdana, Trebuchet MS, Arial, Helvetica;
	font-size: 11px;
}

a:link,
a:visited,
a:active
{
	color: #000000;
	text-decoration: none;
}

a.dyn:link
a.dyn:visited,
a.dyn:active
{
	color: #336699;
	text-decoration: none;
}


a:hover
{
	color: #000000;
	text-decoration: underline;
}

/******************************************************************************
Eigene Klassen für Schrift
******************************************************************************/
.dyn
{
	color: #336699;
}

.fett
{
	font-weight: bold;
}

.kursiv
{
	font-style: italic;
}

.unterstrichen
{
	text-decoration: underline;
}

.klein
{
	font-size: 10px;
}

/* Text für den Logobereich */
.logotext
{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

/* Text für den Bannerbereich */
.bannertext
{
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

/* Text für die Menü-Hauptpunkte */
.navhauptmenu
{
	color: #FFFFFF;
	font-size: 11px;
}

/* Text für die Menü-Unterpunkte */
.navuntermenu
{
	color: #FFFFFF;
	font-size: 11px;
}

/* Text für die Rubriken-Navigation */
.navrubrik
{
	font-size: 11px;
	font-weight: bold;
}

/* Redaktioneller Titel */
.redakttitel
{
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}

/* Redaktionelles Content-Thema */
.redaktcontentthema
{
	color: #A42937;
	font-size: 9px;
	font-weight: bold;
}

/* Redaktioneller Content-Titel */
.redaktcontenttitel
{
	color: #000000;
	font-size: 15px;
	font-weight: 900;
}

/* Dynamischer Titel */
.dyntitel
{
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}

/* Dynamischer Content-Text */
.dyncontent
{
	color: #000000;
	font-size: 11px;
}

/* Dynamischer Content-Text klein*/
.dyncontentklein
{
	color: #000000;
	font-size: 9px;
}

/* Impressum */
.impressum
{
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

/******************************************************************************
Eigene Klassen für Hintergründe
******************************************************************************/

/* Hintergrund für den Logobereich */
.logohg
{
	background-color: #00162F;
}

/* Hintergrund für den Bannerbereich */
.bannerhg
{
	background-color: #800513;
}

/* Hintergrund für den Navigationsbereich */
.navhg
{
	background-color: #2B6E8A;
}

/* Hintergrund für die Trennzeilen im Navigationsbereich */
.navtrennliniehg
{
	background-color: #B6B7CE;
}

/* Hintergrund für die Layer im Navigationsbereich */
.navlayerhg
{
	background-color: #293052;
}

/* Hintergrund für Rahmen und Trennzeilen für die Layer im Navigationsbereich */
.navlayertrennliniehg
{
	background-color: #5F647D;
}

/* Hintergrund für redaktionelle Titelbereiche */
.redakttitelhg
{
	background-color: #ADC2D8;
}

/* Hintergrund für redaktionelle Contentbereiche */
.redaktcontenthg
{
	background-color: #F3F6FA;
}

/* Hintergrund für Rubriken-Navigation */
.redaktrubrikhg
{
	background-color: #fefefe;
}

/* Hintergrund für den redaktionellen Contentbereich des Magazins */
.redaktmagazincontenthg
{
	background-color: #FFFFFF;
}

/* Hintergrund für dynamische Titelbereiche */
.dyntitelhg
{
	background-color: #ADC2D8;
}

/* Hintergrund für dynamische Contentbereiche */
.dyncontenthg
{
	background-color: #F3F6FA;
}

.dyncontenthg2
{
	background-color: #DBE5F2;
}