@charset "UTF-8";
body  
{
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
}


/* ------------------------------------------------------------------------------------------------------------------------- */

.navi a:link 
{
	color: #000;
	text-decoration: none;
	font-size: 12px;
}
.navi a:visited 
{
	color: #000;
	text-decoration: none;
	font-size: 12px;
}
.navi a:hover 
{
	color: #980000;
	text-decoration: none;
	font-size: 12px;
}

/* ------------------------------------------------------------------------------------------------------------------------- */

.headnavi a:link 
{
	color: #000;
	text-decoration: none;
	font-size: 11px;
}
.headnavi a:visited 
{
	color: #000;
	text-decoration: none;
	font-size: 11px;
}
.headnavi a:hover 
{
	color: #980000;
	text-decoration: none;
	font-size: 11px;
}

/* ------------------------------------------------------------------------------------------------------------------------- */

.link a:link
{
	font-size: 11px;
	color: #980000;
	text-decoration: none;
}
.link a:visited
{
	font-size: 11px;
	color: #980000;
	text-decoration: none;
}
.link a:hover
{
	font-size: 11px;
	color: #000065;
	text-decoration: none;
}

/* ------------------------------------------------------------------------------------------------------------------------- */

.thrColFixHdr #container 
{
	width: 950px;
	background: #FFFFFF; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element aufgehoben. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

/* ------------------------------------------------------------------------------------------------------------------------- */

.thrColFixHdr #header 
{
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 300px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #header2 
{
	height: 90px;
	margin-right: 0;
	margin-top: 0;
	padding: 0;
}
.thrColFixHdr #headerlogo
{
	height: 90px;
	width: 750px;
	float: left;
	margin-right: 0;
	margin-top: 0;
	padding: 0;
}
.thrColFixHdr #headerlogookra
{
	height: 90px;
	width: 750px;
	float: left;
	margin-right: 0;
	margin-top: 0;
	padding: 0;
}
.thrColFixHdr #headerklingel 
{
	height: 90px;
	width: 200px;
	float: right;
	margin-right: 0;
	margin-top: 0;
	padding: 10px 0 0 0;
	background-image: url(../images/Head-klingel.jpg);
	background-repeat: no-repeat;
}
.thrColFixHdr #streifen 
{
	position: absolute;
	top: 90px;
	left: 0;
	width: 100%;
	height: 210px;
	background-color: #990000;
}
.thrColFixHdr #streifenokra 
{ /* Horizontale Streifen im Hintegrund in Farbe okra*/
	position: absolute;
	top: 90px;
	left: 0;
	width: 100%;
	height: 210px;
	background-color: #cc6600;
}
.thrColFixHdr #streifengruen 
{ /* Horizontale Streifen im Hintegrund in Farbe gruen*/
	position: absolute;
	top: 90px;
	left: 0;
	width: 100%;
	height: 210px;
	background-color: #999900;
}
.thrColFixHdr #streifengelb 
{ /* Horizontale Streifen im Hintegrund in Farbe gelb*/
	position: absolute;
	top: 90px;
	left: 0;
	width: 100%;
	height: 210px;
	background-color: #ffcc00;
}
.thrColFixHdr #streifenblau { /* Horizontale Streifen im Hintegrund in Farbe blau*/
	position: absolute;
	top: 90px;
	left: 0;
	width: 100%;
	height: 210px;
	background-color: #000066;
}
.thrColFixHdr #kopf 
{ /* Horizontale Streifen, hier befinden sich swfdaten und klingel*/
	position: relative;
	top: 0;
	width: 950px;
	height: 210px;
	margin: 0 auto;
}
.thrColFixHdr #swfdaten 
{
	position: relative;
	float: left;
	top: 0;
	width: 750px;
	height: 210px;
	margin: 0;
}
.thrColFixHdr #klingel 
{
	position: relative;
	float: right;
	top: 0;
	width: 200px;
	height: 210px;
	margin: 0;
	background-image: url(../images/klingel.jpg);
	background-repeat: no-repeat;	
}
.thrColFixHdr #klingelblau 
{ 
	position: relative;
	float: right;
	top: 0;
	width: 200px;
	height: 210px;
	margin: 0;
	background-image: url(../images/klingel-blau.jpg);
	background-repeat: no-repeat;
}
.thrColFixHdr #klingelgelb 
{
	position: relative;
	float: right;
	top: 0;
	width: 200px;
	height: 210px;
	margin: 0;
	background-image: url(../images/klingel-gelb.jpg);
	background-repeat: no-repeat;
}
.thrColFixHdr #klingelgruen 
{
	position: relative;
	float: right;
	top: 0;
	width: 200px;
	height: 210px;
	margin: 0;
	background-image: url(../images/klingel-gruen.jpg);
	background-repeat: no-repeat;
}
.thrColFixHdr #klingelokra 
{ 
	position: relative;
	float: right;
	top: 0;
	width: 200px;
	height: 210px;
	margin: 0;
	background-image: url(../images/klingel-okra.jpg);
	background-repeat: no-repeat;
}



/* ------------------------------------------------------------------------------------------------------------------------- */

.thrColFixHdr #Content 
{
	top: 320px;
	left: 0;
	width: 100%;
	text-align: left;/* aufpassen */
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}

.thrColFixHdr #sidebar1 
{
	float: left;
	width: 185px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	padding: 30px 5px 5px 0;
	margin: 0;
}

.thrColFixHdr #Content2
{
	float: right;
	top: 320px;
	width: 750px;
	margin: 0px;
	padding: 0px;
}


/* ------------------------------------------------------------------------------------------------------------------------- */


.thrColFixHdr #sidebar2 
{
	float: right;
	width: 200px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	padding: 15px 0 5px 15px;
	margin: 0;
}


.thrColFixHdr #mainContent
{ 
	margin: 10px 220px 10px 10px;
	padding: 5px 15px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	border-left-style: dotted;
	border-left-width: 1px;
	border-left-color: #666;
	border-right-style: dotted;
	border-right-width: 1px;
	border-right-color: #666;
} 


/* ------------------------------------------------------------------------------------------------------------------------- */

.thrColFixHdr #footer 
{
	margin: 0;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #666;
	padding: 5px 2px 0 0;
	height: 30px;
	text-align: right;
	margin-right: 0;
	margin-top: 0;
} 

/* ------------------------------------------------------------------------------------------------------------------------- */

.headnavi 
{
	margin: 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
	text-align: right;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

/* ------------------------------------------------------------------------------------------------------------------------- */

.fltrt 
{ /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
.fltlft 
{ /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 8px;
}

/* ------------------------------------------------------------------------------------------------------------------------- */

.namerot 
{ /* Überschrift */
	border-bottom: dotted 1px #666;
	border-top: dotted 1px #666;
	color: #fbfbfb;
	font-size: 13px;
	background-image: url(../images/titel-hintergrund-rot.jpg);
	background-repeat: repeat-x;
	padding-left: 10px;
}
.namegruen 
{ /* Überschrift */
	border-bottom: dotted 1px #666;
	border-top: dotted 1px #666;
	color: #fbfbfb;
	font-size: 13px;
	background-image: url(../images/titel-hintergrund-gruen.jpg);
	background-repeat: repeat-x;
	padding-left: 10px;
}
.nameokra 
{ /* Überschrift */
	border-bottom: dotted 1px #666;
	border-top: dotted 1px #666;
	color: #fbfbfb;
	font-size: 13px;
	background-image: url(../images/titel-hintergrund-okra.jpg);
	background-repeat: repeat-x;
	padding-left: 10px;
}
.nameblau 
{ /* Überschrift */
	border-bottom: dotted 1px #666;
	border-top: dotted 1px #666;
	color: #fbfbfb;
	font-size: 13px;
	background-image: url(../images/titel-hintergrund-blau.jpg);
	background-repeat: repeat-x;
	padding-left: 10px;
}
.namegelb 
{ /* Überschrift */
	border-bottom: dotted 1px #666;
	border-top: dotted 1px #666;
	color: #fbfbfb;
	font-size: 13px;
	background-image: url(../images/titel-hintergrund-gelb.jpg);
	background-repeat: repeat-x;
	padding-left: 10px;
}

/* ------------------------------------------------------------------------------------------------------------------------- */

.name2 
{ /* Überschrift */
	color: #980000;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

/* ------------------------------------------------------------------------------------------------------------------------- */

.linie 
{ 
	border-bottom: dotted 1px #666;
	margin: 10px 0 10px 0;
}

/* ------------------------------------------------------------------------------------------------------------------------- */

.hauptinhalttext 
{
	color: #000000;
	font-size: 12px;
	text-align: left;
}
.hauptinhaltbild 
{
	margin: 5px 20px 10px 0;
	width: 240px;
	height: auto;
	float: left;
	border: none;
}
.hauptinhalttextliste
{
	color: #000000;
	font-size: 11px;
}
.hauptinhaltbildliste
{
	margin: 3px 0 10px 15px;
	width: 220px;
	height: auto;
	float: right;
	border: none;
}
.hauptinhaltbildleft
{
	margin: 3px 15px 10px 0;
	width: 180px;
	height: auto;
	float: left;
	border: none;
}
.hauptinhaltbildgallerie
{
	margin: 3px 2px 5px 0;
	width: 150px;
	height: auto;
	float: left;
	border: none;
}
.hauptinhalttexttabelle 
{
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}
.hauptinhaltbildtabelle
{
	margin: 0 0 10px 0;
	width: 110px;
	height: auto;
	float: left;
	border: none;
}
.hauptinhaltbildbreit
{
	margin: 3px 1px 13px 0;
	width: 484px;
	height: auto;
	border: none;
}

/* ------------------------------------------------------------------------------------------------------------------------- */

.marginalhead 
{ /* Überschrift */
	border-bottom: dotted 1px #666;
	border-top: dotted 1px #666;
	background-color: #e9eeff;
	padding-left: 5px;
	color: #000066;
	font-size: 13px;
}
.marginalbild 
{
	width: 195px;
	height: auto;
	margin: 5px 0 0 0;
	border: none;
}
.marginalbildlink 
{
	width: 195px;
	height: auto;
	margin: 0;
	border: none;
}
.marginalText 
{
	font-size: 11px;
	text-align: left;
}

/* ------------------------------------------------------------------------------------------------------------------------- */

.klingelText 
{
	font-size: 11px;
	color: #fbfbfb;
	margin-top: 120px;
}

.clearfloat 
{ /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}