body {
	background: #fff;
	
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	font-style: normal;
    }
.oneColLiqCtr #container {
	width: 800px;  /* Hierdurch wird ein Container mit einer Breite erstellt, die 80% der Browserbreite beträgt. */
	background: #FFFFFF; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	height: 100%;
    }
.oneColLiqCtr #mainContent {
	padding: 0 10px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
    }
img {
	padding-right: 10px;
}

a {
	color: #999999;
	text-decoration: none;

}



#menu {
	position:fixed;
	top: 0px;
	background:#FFFFFF;
	padding: 3px;
}

#menu a {
	margin: 3px;
}
#container{
	width:1000px;
	margin:0px auto;
}

 


a:hover {
	/*text-decoration: underline;*/
	color: red;
}

.Stil1 {
	font-size: 11px;
	width: 200px;
}
