@charset "utf-8";
/* CSS Document */

    body  {
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	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;
	background-color: #BE1D2D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
    }
a:link {
	color: #BE1D2D;
	text-decoration: underline;
	font-style: italic;
}
a:visited {
	color: #BE1D2D;
	text-decoration: underline;
	font-style: italic;
}
a:hover {
	color: #BE1D2D;
	text-decoration: none;
	font-style: italic;
}
a:active {
	color: #BE1D2D;
	text-decoration: none;
	font-style: italic;
}

#logo {
	float: left;
	padding-left: 58px;
	width: 503px;
}


    .twoColFixLt #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 565px;
	background-image: url(Bilder/hg-li-wasserzeichen.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
    }
.twoColFixLt #container #sidebar1 #navi {
	width: 160px;
	margin-top: 64px;
	margin-left: 40px;
	height: 315px;
	float: left;
	margin-right: 60px;
}
.twoColFixLt  #container  #sidebar1  #text  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 18px;
	width: 302px;
	float: left;
	padding-top: 35px;
	padding-bottom: 30px;
}
.twoColFixLt #container #ornamentUn #sidebar1 #text .zahl {
	font-size: 22px;
	font-style: italic;
	color: #BE1D2D;
}

.twoColFixLt  #container   #sidebar1  #text  .untertitel  {
	font-size: 14px;
	font-style: italic;
	color: #be1e2d;
	line-height: 17px;
	padding-top: 10px;
}
.twoColFixLt  #container  #sidebar1  #text  .fussnote  {
	font-size: 13px;
	color: #be1e2d;
	line-height: 16px;
	padding-top: 10px;
}
.twoColFixLt #ornamentUn {
	background-image: url(Bilder/ornament-un.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 923px;
	float: right;
}


    .twoColFixLt #mainContent {

    } 
.twoColFixLt  #container  #bilder  {
	float: left;
	width: 191px;
	padding-top: 114px;
}
.twoColFixLt  #container  #ornamente  {
	width: 166px;
	float: left;
}




    .twoColFixLt #container {
	width: 924px;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	background-image: url(Bilder/hg-container.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
    }
.twoColFixLt #abschluss {
	width: 923px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FCD7A0;
	padding-top: 0px;
	background-image: url(Bilder/hg-abschluss.jpg);
	background-repeat: no-repeat;
}
.twoColFixLt #fussnote {
	background-color: #BE1D2D;
	width: 885px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FCD7A0;
	padding-left: 38px;
	text-align: center;
	padding-top: 20px;
	float: left;
	padding-bottom: 20px;
	line-height: 16px;
}
.twoColFixLt #fussnote a:link {
	color: #FCD7A0;
	text-decoration: underline;
}
.twoColFixLt #fussnote a:active {
	color: #FCD7A0;
	text-decoration: none;
}

.twoColFixLt #fussnote a:visited {
	color: #FCD7A0;
	text-decoration: underline;
}
.twoColFixLt #fussnote a:hover {
	color: #FCD7A0;
	text-decoration: none;
}



.twoColFixLt #sidebar2 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 565px;
	background-image: url(Bilder/hg-li-wasserzeichen.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	background-color: #FCD7A0;
	height: 30px;
}


    .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;
    }
    .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;
    }

