    html {
		height:100%;
	}
	body {
    	font-family: Arial,Verdana, Helvetica, sans-serif;
		font-size: 12px;
    	background: #cccccc;
    	margin: 0; 
    	padding: 0;
    	text-align: center; 
    	color: #000000;
		height:100%;
		
    }
    .thrColFixHdr #container { 
    	width: 966px;
		height:100%;  
    	background: #FFFFFF;
    	margin: 0 auto; 
    	text-align: left; 
    } 
    .thrColFixHdr #header { 
    	background: #ffffff; 
    	padding: 0 0 0 10px; 
		border-bottom: 3px solid #721a1d;
    } 
    .thrColFixHdr #header h1 {
    	margin: 0; 
    	padding: 10px 0; 
    }
    .thrColFixHdr #sidebar1 {
    	float: left; 
    	width: 210px;  
    	background: #f1e8e8; 
    	padding: 5px 5px 5px 10px; 
		border-top:15px solid #ac797a;
		height:80%;
    }
    .thrColFixHdr #sidebar2 {
    	float: right; 
    	width: 190px; 
    	background: #e5eaed; 
    	padding: 5px 20px 5px 15px; 
		border-top:15px solid #728e9d;
		height:80%;
    }
    .thrColFixHdr #mainContent { 
    	margin: 0; 
    	padding: 0;
		height:auto;
    } 
    .thrColFixHdr #footer { 
    	padding: 0 10px 0 20px; 
    	background:#DDDDDD;
    } 
    .thrColFixHdr #footer p {
    	margin: 0; 
    	padding: 10px 0; 
    }
    .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;
    }
	.navhead {
		color:#000000;
		text-decoration:none;
		font-size:12px;
		font-weight:bold;
		letter-spacing:1px;
	}
	.navlink {
		font-size: 11px;
		text-decoration:none;
		color: #565656;
		padding-left:10px;
		line-height: 18px;
		letter-spacing:1px;
		background:url(../images/nav_arrow.gif) no-repeat;
		background-position:1px 3px;
		
	}
	a.navlink:hover {
		color: #000000;
	}
	.basics {
		color:#414141;
		text-decoration:none;
		font-size:12px;
		font-weight:bold;
		letter-spacing:1px;
		padding-right:8px;
		padding-left:8px;
	}
	.txt_grey {
		color:#565656;
		font-size:11px;
		font-weight:normal;
		letter-spacing:1px;
		line-height: 15px;
	}
	.txt_grey_bold {
		color:#666666;
		font-size:12px;
		font-weight:normal;
		letter-spacing:1px;
		line-height: 15px;
	}
	.headline {
		color:#333333;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
	}
	.subheadline {
		color:#721a1d;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
	}
	.subheadline1 {
		color:#721a1d;
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		font-weight:bold;
	}