@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: #000000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color:#0a0e16;
	background-repeat: repeat-x;
	background-image: url(images/bg.png);
}
.thrColFixHdr #container {
	-moz-box-shadow:0px 0px 20px #000; /*ab Firefox 3.5*/
	-webkit-box-shadow:10px 10px 5px #000;/*Safari-Anweisung*/
	box-shadow: #000;
	width: 900px;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 6px solid #333;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element aufgehoben. */
	background-color: #FFF;
	background-repeat: repeat-y;
	color: #3C3C3C;
} 

.thrColFixHdr #container table {
	font-size: 80%;
}

.thrColFixHdr #header {
	background-color: #000;
	background-image: url(images/logo_ffortissimo.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 100px;
	color: #FFF;
	padding: 0;
} 
.thrColFixHdr #header1 {
	width: auto;
	float: right;
	height: 78px;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 170px;
	clear: both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	font-size: 80%;
	background-repeat: repeat-y;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFF;
	border-bottom-style: dotted;
}
.thrColFixHdr #sidebar1 h4{
	padding-top:: 10px;
}
.thrColFixHdr #sidebar2 {
	float: none; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: auto; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	height: 270px;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	border-top-width: 7px;
	border-right-width: 7px;
	border-bottom-width: 7px;
	border-left-width: 7px;
	border-bottom-style: solid;
	background-color: #000;
}
.thrColFixHdr #sidebar2 k {
	float: right;
	margin-top: 170px;
	margin-right: 40px;
	margin-bottom: 30px;
	margin-left: 30px;
	color: #FFF;
	font-size: 110%;
	font-style: italic;
	width: auto;
	}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
} 
.thrColFixHdr #footer {
	margin-top: 5px;
	margin-right: auto;

	margin-bottom: ;
	margin-left: auto;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #CCC;
	height: 50px;
	border-top-width: 1px;
	border-top-style: ridge;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
} 
.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. */
	font-size: 75%;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 0;
	text-align: right;
	
	font-style: oblique;
	vertical-align: middle;
}
.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;
}

