@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: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-repeat: repeat;
	background-attachment: fixed;
/*	background-image: url(../layout/grafiken/hintergrundbild.gif); */
	background-color: #000000;
	overflow: -moz-scrollbars-vertical;
} 
    .thrColFixHdr #container {
	width: 900px;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element aufgehoben. */
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
    } 
    .thrColFixHdr #header {
	border: 1px solid #F2f2f2;
	background-image: url(../layout/Bilder/2011_12_10_Layout-DownCut2.png);
	height: 198px;
	width: 898px;
    }
	.thrColFixHdr #header_2 {
	height: 30px;
	width: 900px;
    } 
    .thrColFixHdr #menu {
	background-image: none;
	height: 47px;
	width: 900px;
    }
	
    .thrColFixHdr #header h1 {
    	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
    	padding: 10px 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. */
    }
    .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: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #666666;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
    }
    .thrColFixHdr #sidebar2 {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 160px; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
	padding: 15px 10px 15px 20px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	background-color: #666666;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
    }
    .thrColFixHdr #impressum {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 584px;
	background-color: #F2F2F2;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F2F2F2;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	padding-left: 127px;
	border-right-style: none;
    }
    .thrColFixHdr #impressum_right {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 187px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #F2F2F2;
	background-color: #202020;
    }


    .thrColFixHdr #impressum_blank {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 700px;
	background-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #F2F2F2;
	border-right-color: #F2F2F2;
	border-bottom-color: #F2F2F2;
	border-left-color: #F2F2F2;
	font-style: normal;
	font-weight: normal;
	height: 40px;
    }
	    .thrColFixHdr #impressum_body {
	width: 584px;
	font-weight: normal;
	height: auto;
	color: #FFFFFF;
	padding-top: 30px;
	padding-left: 127px;
	padding-bottom: 30px;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #f2f2f2;
	padding-right: 187px;
	text-align: justify;
	background-color: #202020;
    }
.thrColFixHdr #impressum_container {
	color: #F2F2F2;
	float: left;
	width: 292px;
}

    .thrColFixHdr #mainContent {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #F2f2f2;
	border-bottom-color: #F2f2f2;
	border-left-color: #F2f2f2;
	color: #FF0000;
	clear: both;
	float: none;
    } 
.thrColFixHdr  #footer {
	font-style: italic;
	text-align: right;
	color: #F2f2f2;
	background-position: top;
    } 

    .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. */
    }
    .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:active {
	font-style: italic;
	color: #FFFFFF;
	text-decoration: none;
	cursor: crosshair;
}
a:link {
	font-style: italic;
	color: #FFFFFF;
	text-decoration: none;
	cursor: crosshair;
}
a:hover {
	font-style: italic;
	color: #FFFFFF;
	text-decoration: none;
	cursor: crosshair;
}
a:visited {
	font-style: italic;
	color: #FFFFFF;
	text-decoration: none;
	cursor: crosshair;
}
.thrColFixHdr #main {
	width: 774px;
	height: 410px;
	color: #FFFFFF;
	padding-top: 30px;
	padding-left: 62px;
	padding-bottom: 0px;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #f2f2f2;
	padding-right: 62px;
	text-align: left;
	background-color: #202020;
	background-attachment: scroll;
	background-repeat: no-repeat;
	font-size: 5px;
	line-height: 5px;
}
.thrColFixHdr  #about_fancy {
	width: 774px;
	color: #FFFFFF;
	padding-top: 30px;
	padding-left: 62px;
	padding-bottom: 0px;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #f2f2f2;
	padding-right: 62px;
	background-color: #202020;
}
.thrColFixHdr #container #img {
	border: 1px solid #000000;
}
.thrColFixHdr #about_fancy_profil {
	width: 836px;
	color: #FFFFFF;
	padding-top: 30px;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #f2f2f2;
	padding-right: 62px;
	background-color: #202020;
	padding-bottom: 30px;
}
.thrColFixHdr #container #about_fancy #right_line {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F2f2f2;
}
.thrColFixHdr #container #about_fancy #right_bottom_line {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F2f2f2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2f2f2;
	vertical-align: bottom;
	text-align: center;
}
.thrColFixHdr #container #about_fancy #bottom_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: center;
	vertical-align: bottom;
	font-style: italic;
}
.thrColFixHdr #container #about_fancy #about_text {
	vertical-align: bottom;
	text-align: justify;
	padding-top: 40px;
	padding-left: 40px;
	padding-bottom: 40px;
}
.thrColFixHdr #container #about_fancy #top_red_line {
	vertical-align: bottom;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0000;
}
.thrColFixHdr #container #about_fancy #right_red_line {
	vertical-align: bottom;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF0000;
}
.thrColFixHdr #container #about_fancy #36_italic {
	vertical-align: bottom;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0000;
	font-size: 36px;
	font-style: italic;
}
.thrColFixHdr #container #about_fancy #bottom_right_red_line {
	vertical-align: bottom;
	text-align: left;
	background-image: url(../layout/grafiken/red_line_1.gif);
	font-size: 36px;
	font-style: italic;
}
.thrColFixHdr #container #about_fancy #36_italic_arial {
	font-size: 36px;
	font-style: italic;
	text-align: right;
	vertical-align: bottom;
}
.thrColFixHdr #container #about_fancy #24_italic_arial {
	font-size: 24px;
	font-style: italic;
}
.thrColFixHdr #schweberahmen {
	position: absolute;
	visibility: visible;
	z-index: 1;
	height: auto;
	width: auto;
	top: 365px;
}
.thrColFixHdr #container #about_fancy #align36 {
	vertical-align: bottom;
	text-align: right;
	font-size: 36px;
	font-style: italic;
}
.thrColFixHdr #profil_name {
	color: #FF0000;
	clear: both;
	float: none;
	font-size: 36px;
	font-style: italic;
}
.thrColFixHdr #container #about_fancy #namenszug {
	background-image: url(../layout/grafiken/fancy_schriftzug.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.thrColFixHdr #container #vertikalerAbstand {
	margin-top: 30px;
}
.thrColFixHdr #container #about_fancy #namenszug_td {
	font-style: italic;
	font-size: 48px;
	padding-top: 39px;
}
.thrColFixHdr #container #vorschaugalerie {
	text-align: center;
	vertical-align: bottom;
}
.thrColFixHdr #container #bullet {
	text-align: right;
	vertical-align: top;
}
.thrColFixHdr #container #underline {
	text-decoration: underline;
}
.thrColFixHdr #container #bullet_text {
	text-align: justify;
	vertical-align: top;
}

.thrColFixHdr #container #about_fancy #red_underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
.thrColFixHdr #container #about_fancy #red_upperline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0000;
}
.thrColFixHdr #container #about_fancy #black_border_line {
	border: 1px solid #000000;
}
.thrColFixHdr #container #namensliste {
	margin-top: 30px;
	font-style: italic;
	text-align: center;
	line-height: 30px;
	margin-bottom: 30px;
	margin-right: 70px;
	margin-left: 70px;
}
.thrColFixHdr #container #main .welcome {
	font-size: 40px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	line-height: 40px;
	padding-top: 40px;
	padding-right: 0px;
}
.red {
	color: #F00;
}

