@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;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #666666;
    }
    .thrColFixHdr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #9BA98F;
    } 

    .thrColFixHdr #header {
	background-image: url(../images/design-koreane-sicherung_01.jpg);
	height: 50px;
	padding-top: 255px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 36px;
	margin-bottom: 3px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
    } 
#foto2 {
	position: absolute;
	left: 522px;
	top: 28px;
	height: 226px;
	background-image: url(../images/sushi2lecker.png);
	background-repeat: no-repeat;
	width: 212px;
	z-index: 1;
}

#foto {
	top: 100px;
	height: 235px;
	left: 668px;
	width: 225px;
	background-image: url(../images/tisch.png);
	position: absolute;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: right;
	z-index: 0;
}
#header ul {
	list-style-type: none;
	padding-left: 0px;
	margin: 0px;
}
#header li {
	color: #FFFFFF;
	display: inline;
	padding-right: 10px;
}
#header a {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

#header a:hover {
	color: #CAD2C5;
}
#header a:active {
	text-decoration: underline;
}
#header a:focus {
	text-decoration: underline;
}



    .thrColFixHdr #header h1 {
	margin: 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
	display: none;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
    }
    .thrColFixHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 163px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	background-color: #F5F7F5;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 35px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #D7DBD8;
	padding-top: 88px;
	height: 450px;
    }
#sidebar1 ul {
	list-style-type: none;
	padding-left: 0px;
	margin: 0px;
	padding-top: 19px;
}
#sidebar1 li {
	padding-bottom: 8px;
}


    .thrColFixHdr #sidebar2 {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 200px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	background-color: #F5F7F5;
	padding-top: 79px;
	padding-bottom: 15px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #D7DBD8;
	height: 460px;
    }
#sidebar2 h1 {
	line-height: 23px;
	color: #FFFFFF;
	background-image: url(../images/design-koreane-sicherung_06.jpg);
	height: 23px;
	width: 174px;
	padding-right: 12px;
	padding-left: 14px;
	font-size: 13px;
}
#sidebar2 h2 {
	font-size: 13px;
	line-height: 23px;
	font-weight: bold;
	height: 23px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B50B32;
	width: 174px;
	margin-left: 14px;
}

#sidebar2 p {
	padding-right: 12px;
	padding-left: 12px;
}


    .thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 39px;
	padding-right: 35px;
	padding-bottom: 50px;
	padding-left: 35px;
	left: 35px;
	width: 430px;
    } 
    .thrColFixHdr #footer {
	background-image: url(../images/footer.jpg);
	height: 38px;
	padding-top: 12px;
	padding-left: 714px;
	background-color: #910C27;
	margin-top: 3px;
    } 
    .thrColFixHdr #footer p {
	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
	color: #FFFFFF;
    }
.thrColFixHdr #container #footer a {
	color: #FFFFFF;
}
.thrColFixHdr #container #footer a:hover {
	color: #CAD2C5;
}

    .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;
    }
