@charset "UTF-8";
    body {
	font-size:80%;
	background: #f9e0c1;
	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: #581e21;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    }
	a:link {
	color: #581e21;
	}
	a:visited {
	color: #996666;
	}
	a:hover {
	color: #330000;
	}
	a:active {
	color: #333300;
	}
	
	h2 {
	font-weight: lighter;
	}
	
	
	.oneColLiqCtrHdr #container {
	width: 800px;  
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 0px;
	text-align: left;
    }
	
	.oneColLiqCtrHdr #header {
	background-image: url(head.jpg);
	height: 194px;
	background-repeat: no-repeat;
	border: 0px;
    }
    
    .oneColLiqCtrHdr #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: 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. */
	}
	.oneColLiqCtrHdr #header ul {
	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: 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. */
	color: #ffffff;
	float: left;
	list-style-type: none;
    }
	.oneColLiqCtrHdr #header li {
	float: left;
	margin-right: 10px;
	background-color: #581e21;
	padding-bottom: 10px;
	padding-left: 3px;
	padding-right: 2px;
    }

	

    .oneColLiqCtrHdr #mainContent {
	width: 800px;
	float:left;
	border-top: 1px solid #581e21;
	}


/* H1 Sabine Classen */
	.oneColLiqCtrHdr #mainContent h1{
	font-weight: lighter;
	margin-top: 0;
	float:right;
    }
	.oneColLiqCtrHdr #mainContent h1 a:link {
	color: #581e21;
	text-decoration: none;
	}
	.oneColLiqCtrHdr #mainContent h1 a:visited {
	color: #581e21;
	text-decoration: none;
	}
	.oneColLiqCtrHdr #mainContent h1 a:hover {
	color: #996666;
	text-decoration: none;
	}
	.oneColLiqCtrHdr #mainContent h1 a:active {
	color: #996666;
	text-decoration: none;
	}
	
	
/* H4 Überschriften wie: Kurs 1 Drehen an der Töpferscheibe */
	
	.oneColLiqCtrHdr #mainContent h4{
	margin-top: 25px;
    }
	
	
    .oneColLiqCtrHdr #mainContent img{
	margin-bottom: 5px;
	margin-right: 5px;
	}

	
	/* Main Content Navigation Liste  */
	.oneColLiqCtrHdr #mainContent ul {
	margin: 0; 
	padding: 0; 
	color: #ffffff;
	float: left;
	list-style-type: none;
	font-weight: lighter;
    }
	.oneColLiqCtrHdr #mainContent li {
	float: left;
	margin-right: 10px;
	background-color: #581e21;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 2px;
	margin-top: 10px;
    }
	.oneColLiqCtrHdr #mainContent li a:link {
	color: #ffffff;
	text-decoration: none;
		
	
	}
	.oneColLiqCtrHdr #mainContent li a:visited {
	color: #d8b993;
	text-decoration: none;

	}
	.oneColLiqCtrHdr #mainContent li a:hover {
	color: #996666;
	text-decoration: underline;
	

	}
	.oneColLiqCtrHdr #mainContent li a:active {
	color: #996666;
	text-decoration: none;
	
	}
	
	/*Anfang News Container */
	.oneColLiqCtrHdr #newsContainer {
	float: right;
	border: 1px solid #581e21;
	background-color: #ffffff;
	padding: 0 20px;
	margin-top: 20px;
    }
	
	.oneColLiqCtrHdr #newsContainer a:link {
	color: #581e21;
		text-decoration: underline;

    }
	
	.oneColLiqCtrHdr #newsContainer a:visited {
	color: #996666;
		text-decoration: underline;

    }
	
	.oneColLiqCtrHdr #newsContainer a:hover {
	color: #330000;
		text-decoration: underline;

    }
	
	.oneColLiqCtrHdr #newsContainer a:active {
	color: #333300;
		text-decoration: underline;

    }
	/*Ende News Container */
	
	
    .oneColLiqCtrHdr #footer {
	width:800px;
	border-top: 1px solid #581e21;
	float:left;
    } 
    .oneColLiqCtrHdr #footer ul {
	margin: 0; 
	padding: 0; 
	color: #ffffff;
	float: right;
	list-style-type: none;
    }
	.oneColLiqCtrHdr #footer li {
	float: left;
	margin-left: 10px;
	background-color: #581e21;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 2px;
    }
	
	.oneColLiqCtrHdr #footer a:link {
	color: #ffffff;
	text-decoration: none;
	}
	.oneColLiqCtrHdr #footer a:visited {
	color: #d8b993;
	text-decoration: none;
	}
	.oneColLiqCtrHdr #footer a:hover {
	color: #996666;
	text-decoration: underline;

	}
	.oneColLiqCtrHdr #footer a:active {
	color: #996666;
	text-decoration: none;
	}
	.oneColLiqCtrHdr #footer p {
    	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
    	padding: 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
    }

