﻿@charset "utf-8";

    body  {
	background: #666666;
	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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    }
    .thrColFixHdr #container { 
    	width: 780px;  /* 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;
    	margin: 0 auto; /* 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. */
    } 
    .thrColFixHdr #header {
	padding: 0 10px 0 20px;  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
	height: 150px;
	background-image: url(../images/head.jpg);
	background-color: #DDDDDD;
    } 
    .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. */
    }
#navi {
	height: 15px;
	marging: 0px;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 310px;
	margin: 0px;
	background-attachment: scroll;
	background-image: url(../images/bg_navi2.jpg);
	background-repeat: repeat;
	background-position: 0px 13px;
	
}
	

	
	

#navi ul {
	list-style-type: none;
	padding: 0px;
	margin: 5px;
	
}
#navi li {
	height: 20px;
	display: inline;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}


	
     
#logo {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	height: 54px;
	margin-left: 15px;
}
#navi a:link {
	font-size: 11px;
	color: #000066;
	text-decoration: none;
	font-weight: bold;
	background-repeat: repeat;
	background-position: 0px 13px;
	height: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-attachment: scroll;
}		


#navi a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-position: 0px 0px;
	background-image: url(../images/bg_navi2.jpg);
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	height: 20px;
	background-repeat: repeat;
	background-attachment: scroll;
}
#navi a:active {
	color: #000066;
	text-decoration: underline;
}
#navi a:visited {
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}
#navi_left {
	float: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 150px;
	margin-left: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	height: 300px;
	margin-bottom: 10px;
}
#navi_left ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#navi_left li {
	padding-right: 0px;
	padding-bottom: 0px;
	width: 130px;
	
	


}
#navi_left a:link {
	color: #000000;
	text-decoration: none;
	width: 130px;
	font-size: 11px;
	height: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navi_left a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #dddddd;
	height: 16px;
	width: 130px;
	padding-right: 10px;
	font-size: 11px;
}
#navi_left a:active {
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
	font-weight: bold;
	font-size: 11px;
}

#navi_left a:visited {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}
    .thrColFixHdr #sidebar1 {
	float: left;
	width: 100px;
	background-color: #FFFFFF;
	height: 100%;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin: 0px;

    }


    .thrColFixHdr #sidebar2 {
	float: right;
	background-color: #FFFFFF;
	height: 100%;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	width: 160px;

    }
    .thrColFixHdr #mainContent {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	line-height: 120%;
	height: 100%;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 10;
	margin-left: 180px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 200;
	padding-left: 5px;
	border-bottom-style: none;
	width: 500px;


    } 
#1 {
	border-bottom-style: none;
	height: 10px;
	margin: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #000000;
}
.r_unten {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

    .thrColFixHdr #footer {
	background:#DDDDDD;
	padding-right: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	line-height: 20px;
	padding-top: 0px;
	margin-top: 100px;
	padding-left: 20px;
    } 
    .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;
    }
     

.title {
	width: 150px;
	font-weight: bold;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 10px;
}


.box {
	border: 1px solid #000000;
}
