@charset "utf-8";
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: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EBEBEB;
}

.thrColFixHdr #container {
	width: 950px; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element aufgehoben. */
	background-color: #FFFFFF;
	background-image: url(../images/container.jpg);
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
} 
.thrColFixHdr #container_ita {
	width: 950px; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element aufgehoben. */
	background-color: #FFFFFF;
	background-image: url(../images/container_ita.jpg);
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
} 
.thrColFixHdr #container_index {
	width: 950px; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element aufgehoben. */
	background-color: #FFFFFF;
	background-image: url(../images/container_index.jpg);
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	height: 533px;
} 
.thrColFixHdr #container_index1 {
	width: 950px;
	text-align: left;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 533px;
	border: 1px solid #000;
} 
.thrColFixHdr #header {
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 50px;
	padding-top: 20px;
} 
.thrColFixHdr #header h1 {
	display: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #900;
	} 
.thrColFixHdr #header_index h1 {
	display: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #900;
	} 
.thrColFixHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 150px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	text-decoration: none;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 300px;
	margin-top: 50px;
	padding-top: 35px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 20px;
}
.thrColFixHdr #sidebar2_index {
	padding-bottom: 5px;
	padding-left: 700px;
	padding-top: 110px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F9E296;
}
.thrColFixHdr #container_index #sidebar2_index h2 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
.thrColFixHdr #container_index #sidebar2_index h2 a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #B10714;
	text-decoration: underline;
}
.thrColFixHdr #sidebar2 img {
	text-decoration: none;
	border: 2px solid #FFF;
	text-align: right;
}
.thrColFixHdr #mainContent {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: 350px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.thrColFixHdr #mainContent img{
	text-decoration: none;
	border: 2px solid #FFF;
}
.thrColFixHdr #mainContent h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #900;
	margin-top: 30px;
	font-style: normal;
}
.thrColFixHdr #mainContent h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #900;
	margin-top: 20px;
}
a {
	font-weight: normal;
	color: #900;
}
.thrColFixHdr #footer table tr td #fusstext  {
	padding-top: 25px;
	padding-left: 40px;
}




.thrColFixHdr #footer {
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 60px;
	background-image: url(../images/seiten/unsicht_27.gif);
	background-position: center top;
} 
.thrColFixHdr #footer_index {
	padding-top: 200px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
} 
.thrColFixHdr #footer_index a     {
	color: #000;
	text-decoration: none;
}
.thrColFixHdr #footer p {
	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: center;
	padding-top: 35px;
	padding-right: 0;
	padding-bottom: 10px;
	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;
}
.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;
}
a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar1 #menu ul li {
	margin-top: 5px;
	margin-left: -20px;
	margin-right: 10px;
	list-style-image: url(../images/punkt.png);
}
#sidebar1 #menu ul li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	list-style-image: url(../images/punkt.png);
	list-style-position: inside;
}
#sidebar1 #menu ul li a:hover {
	background-repeat: repeat;
	background-image: url(../images/backgound_hover.jpg);
	padding: 5px;
}
