@charset "utf-8";
/* CSS Document */

    
    body {

    	font: 90% Verdana, Arial, Helvetica, sans-serif;
    	background: #DCDCDC;
    	margin-right: 12%; /* 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;
    }
    .oneColLiqCtr #container {
	width: 990px;  /* Hierdurch wird ein Container mit einer Breite erstellt, die 80% der Browserbreite beträgt. */
	background: #80D4F7; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	position: relative;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: auto;
	top: 20px;
    }
    .oneColLiqCtr #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	
    }
	

	
h1 {
	font-size: 18px;
	color: #000000;
}
h2 {
	font-size: 16px;
	color: #000000;
}
h3 {
	font-size: 14px;
	color: #000000;
}

a {color:#0000CC}
a:visited {color:#0000CC}

.Menu {margin: 2.5em 0.5em 0 0}
.Menu {color: #CD0720; font-size:16px; font-family: Georgia, "Times New Roman", Times, serif}
.Menu a {color:#000000; background-color:#FFFFFF; margin-left: 20px; font-size:16px; font-weight:100; text-decoration:none;padding:0.15em; border-width: 0.05em 0.05em 0.05em 0.05em; border-style: solid;
	border-color:#000000;}
.Menu a:hover {color:#FFFFFF; background-color:#CD0720; margin-left: 20px; font-size:16px; font-weight:100}
.Menu_selected {padding:0.15em; border-width: 0.05em 0.05em 0.05em 0.05em; border-style: solid; border-color:#FFFFFF;margin-left:13px}


    

