@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;
	background-color: #FFFFFF;
	font: 0.7em Geneva, Arial, Helvetica, sans-serif;
    }
    .thrColFixHdr #container {
	width: 800px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	background: #FFFFFF;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element aufgehoben. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
    } 
    .thrColFixHdr #header {
	text-align: right;
	height: 50px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
    } 
    .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;
    }
    .thrColFixHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 100px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-size: 1.1em;
	letter-spacing: 0.1em;
/*	text-transform: uppercase;*/
    }
    .thrColFixHdr #sidebar2 {
	float: right; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-align: right;
	vertical-align: top;
	list-style-type: none;
    }
    .thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 160px;
	margin-bottom: 0;
	margin-left: 160px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: left;
	line-height: 30px;
    } 
.thrColFixHdr #container #mainContent img {
	margin-right: 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 30px;
}
#on {
	color: #98D4E0;
	font-weight: bold;
}

    .thrColFixHdr #footer {
	text-align: center;
	padding-top: 0;
	padding-right: 150px;
	padding-bottom: 0;
	padding-left: 55px;
    } 
    .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:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #98D4E0;
	text-decoration: none;
}

a.projectLink:link {
	text-decoration: none;
	color: #000000;
}
a.projectLink:visited {
	text-decoration: none;
	color: #000000;
}
a.projectLink:hover {
	color: #98D4E0;
	text-decoration: none;
}



.br {
	margin-bottom: 30px;
}
.thrColFixHdr #container #sidebar1 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #container #sidebar1 li {
	padding-bottom: 15px;
}

.thrColFixHdr #container #sidebar2 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #container #sidebar2 li {
	padding-bottom: 15px;
}
.thrColFixHdr #imageContent {
	margin-top: 0;
	margin-right: 300px;
	margin-bottom: 0;
	margin-left: 130px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: center;
}
.thrColFixHdr #infoContent {
	float: right; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-align: justify;
	vertical-align: top;
	list-style-type: none;
	width: 280px;
}

.thrColFixHdr #container #infoContent ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
	float: right;
}
.thrColFixHdr #container #infoContent  li {
	float: right;
}

.thrColFixHdr #container #infoContent .imgSelect {
	width: 430px;
	padding-right: 10px;
}

.thrColFixHdr #container #infoContent .archiText {
	display: block;
	width: 280px;
	float: right;
	margin-left: 10px;
	margin-right: 2px;
	margin-bottom: 20px;
	text-align: justify;
}
.imgSpace {
	padding-left: 10px;
}

table {border:none; }img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thrColFixHdr #container #imageContent p {
	color: #98D4E0;
	line-height: 30px;
	letter-spacing: 0.2em;
}
.start {
	clip: rect(auto,auto,auto,auto);
	padding-top: 20%;
}

.archiCV {
	line-height: 25px;
}
#fader {
	background-color: fff;
}
#logofade {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(i/bs_logo.gif);
	background-repeat: no-repeat;
}	

.spider {
	visibility: hidden;
	position: absolute;
	top: -100px;
}.start {
	height: 50%;
}
a
{
  outline: none;
}
