    body  {
	font-family: Helvetica, Arial, Verdana;
	line-height: 20px;
	font-size: 14px;
	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-image: url(images/bg.jpg); */
    }

	#header{
	background-color: #1d546b;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #EBEFF2;
	font-style: italic;
	font-weight: normal;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	}    
    .twoColElsRt #container {
	width: 880px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
    } 
    .twoColElsRt #sidebar1 {
	float: right;
	width: 230px;
	background-color: #ebf0f2;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #a1b8c1;
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D4DBE3;
	border-bottom-color: #D4DBE3;
	border-left-color: #D4DBE3;

    }
    .twoColElsRt #sidebar1 h3, .twoColElsRt #sidebar1 p {
    	margin-left: 0px; /* Für jedes Element, das in den seitlichen Spalten platziert wird, sollten ein linker und ein rechter Rand angegeben werden. */
    	margin-right: 0px;
    }
    .twoColElsRt #mainContent {
	width: 580px;
	margin: 10;
	border-top-width: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #a1b8c1;
	border-right-color: #D4DBE3;
	border-bottom-color: #D4DBE3;
	border-left-color: #D4DBE3;
	background-color: #FFFFFF;
	padding: 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;
    }
	a{
	color: #1D546B;
	text-decoration: none;
	padding: 3px;
	}
	a:hover{
	color: #FFFFFF;
	background-color: #1D546B;
	padding: 3px;
	}
	
	#header a{
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px;
	}
	#header a:hover{
	color: #FFFFFF;
	background-color: #1D546B;
	padding: 3px;
	}	
	
#footer {
	width:100%;
	display:block;
}
.clear {
	clear:both;
}

.block-navi ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding: 0;
margin:0;
}

.block-navi ul li {
margin:0 0 5px 0;
padding: 0;
}