 	html{
	height:100%;
	}
	body  {
	height:100%;	
	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: 12px;
	background-color: #FFFFFF;
	background-image: url(/images/design/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
    }
    .thrColFixHdr #container {
	width: 978px;
	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;
	min-height: 100%;
	height:auto !important; /* moderne Browser */
	height:100%; /* IE */
	position:relative;
    } 
    #headerTitle {
    position: absolute; 
    top: 80px;
    left: 30px;
    color: #FFFFFF;
    font-size: 33px;
    }
    #headerTitle small{
    	font-size: 18px;
    }
    .thrColFixHdr #header {
	background-color: #FFFFFF;
	background-image: url(/images/design/header.jpg);
	height: 180px;
	background-repeat: no-repeat;
    } 
	/*Beginn Header Navigation*/
    #header_navigation {
	float:left;
	line-height:normal;
	font-size: 13px;
	width: 100%;
	background-image: url(/images/design/bg_header_navigation.jpg);
	height: 40px;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin:0;
	padding:0;
      }
    #header_navigation ul {
	list-style:none;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
    }
    #header_navigation li {
    display:inline;
    margin:0;
    padding:0;
    }
    #header_navigation a {
	font-weight: normal;
	float:left;
	background:url("/images/design/tableft.gif") no-repeat left top;
	margin:0;
	text-decoration:none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 1px;
    }
    #header_navigation a span {
	float:left;
	display:block;
	background:url("/images/design/tabright.jpg") no-repeat right top;
	color:#FFFFFF;
	padding: 5px 10px 5px 10px;
    }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #header_navigation a span {float:none;}
    /* End IE5-Mac hack */
    #header_navigation a:hover span {
	color:#ffffff;
    }
    #header_navigation a:hover {
    background-position:0% -26px;
	font-weight:normal;
    }
    #header_navigation a:hover span {
    background-position:100% -26px;
    }	
	/*Ende Header Navigation */
	
	/*Beginn Hauptnavigation*/
    #navigation {
	line-height:normal;
	font-size: 13px;
	width: 100%;
    }
    #navigation ul {
	list-style:none;
	margin: 0;
	padding: 0px;
    }
    #navigation li {
	display:inline;
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
    }
    #navigation a {
	font-weight:normal;
	margin:0;
	text-decoration:none;
	padding: 0;
    }
    #navigation a span {
	display:block;
	color:#505050;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
    }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #navigation a span {float:none;}
    /* End IE5-Mac hack */
    #navigation a:hover span {
	color:#ffffff;
    }
    #navigation a:hover {
	font-weight:normal;
	background-color:#505050;
    }
    #navigation a:hover span {
	background-color:#505050;
    }	  
	/*Ende Hauptnavigation */  
    .thrColFixHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 193px;
	color: #505050;
    }
    .thrColFixHdr #sidebar2 {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 193px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #505050;
    }
    .thrColFixHdr #mainContent {
	margin-top: 40px;
	margin-right: 230px;
	margin-bottom: 0;
	margin-left: 230px;
	color: #000000;
    } 
    .thrColFixHdr #footer {
	background-color: #a09f9f;
	position:absolute;
	bottom: 0px;
	width: 953px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin:0;
    }
	.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. */
	color: #FFFFFF;
    }
	.thrColFixHdr #footer a{
	font-size:11px;
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:normal;
	}
	.thrColFixHdr #footer a:hover{
	font-size:11px;
	color:#FFFFFF;
	text-decoration: none;
	font-weight:normal;
	}
	.box_l{
	}
	.box_header_l{
	color: #FFFFFF;
	background-image: url(/images/design/bg_box_header_l.jpg);
	background-repeat: no-repeat;
	width: 173px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-weight: bold;
	}
	.box_contend_l{
	width: 173px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 15px;
	}
	.box_contend_l p{
	display:inline;
	}
	.box_r{
	}
	.box_header_r{
	color: #FFFFFF;
	background-image: url(/images/design/bg_box_header_r.jpg);
	background-repeat: no-repeat;
	width: 173px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-weight: bold;
	}
	.box_contend_r{
	width: 173px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 15px;
	}
	.box_contend_r p{
	display:inline;
	}
    .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{
	color:#000000;
	font-weight: bold;
	text-decoration: none;
	}
	a:hover{
	color:#000000;
	font-weight: bold;
	text-decoration: underline;
	}
	a.no-line{
	color:#FFFFFF;
	}
	a.no-line:hover{
	color:#FFFFFF;
	text-decoration: none;
	}
	
	h1{
	font-size:16px;
	color:#ed8408;
	display:inline;
	}
	h2{
	font-size:14px;
	color:#b2b2b2;
	display:inline;
	}
	hr {
	height:1px; 
	border-top:1px dotted #000000; 
	border-left:0; 
	border-right:0; 
	border-bottom:0;
	}