@charset "utf-8";
body  {
    	font: 100% Verdana, Arial, Helvetica, sans-serif;
    	background: #fff;
    	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;
    }
    .twoColFixLt #container { 
    	width: 850px; 
		 height: 550px;
    	background: #FFFFFF;
    	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
    	border: 3px solid #D2AE5A;
    	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
    }
    .twoColFixLt #sidebar1 {
    	float: left; 
    	width: 350px; 
		height: 550px;
    	background-image: url(drache.jpg);
		background-position:bottom;
		background-repeat: no-repeat;
		
    	
    }
    .twoColFixLt #mainContent { 
    	margin: 0 0 0 350px; 
    	padding: 0 20px 20px;
		background: #FFFFFF;
    } 
    .fltrt { 
    	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;
    }
	
		 h1 {font-size:20px; color: #D2AE5A; font-weight:bold; padding-top:10px; }


.text {
font-size:12px;  
line-height:18px; 
font-style:normal;
color:#4F2F01;
}
.text a:link{
   text-decoration: underline;
   color: #666;
  	font-size: 12px;
   font-size: bold;
}
.text a:visited{
text-decoration: underline;
   color: #666;
   font-size: bold;
}
.text a:hover {   
   text-decoration: none;
   color: #D2AE5A;
   font-size: bold;
} 
.text a:aktive {
text-decoration: none;
   color: #D2AE5A;
   font-size: bold;
   }