html { height: 100%; } /* Prevent centred designs jumping in FF, Moz., NS and Opera  */
body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	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. */
	background-color: #BBD1E8;
	color:#336699;
	text-align: left;
	min-height: 101%; /* Prevent centred designs jumping in FF, Moz., NS and Opera  */
}
td,table{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color:#336699;
	text-align: left;
	margin-left: 0px;
	border: 0;
}
.hgweiss {
				background:#ffffff;
			}

h1 {
	font-family: Tahoma, Arial, sans-serif;;
	font-size: 13px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color:#336699;
	text-decoration: none;
	text-align: left; 
}
.headerText {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	color:#333333;
	font-weight: bold;
	text-align: left;
			
}
.adresse {
	font-family: Tahoma, Arial, sans-serif;;
	color:#336699;
	text-align: left;
	margin-left:0.5em;
	text-decoration: none;
	}
	
	.fehlermeldung {
	font-family: Tahoma, Arial, sans-serif;;
	color:#FF6666;
	font-weight: bold;
	text-align: left;
	margin-left:0.5em;
	text-decoration: none;
	}


/* --------------------------------------------------------------------------------------------------- */
/*  Formulare  */
/* --------------------------------------------------------------------------------------------------- */
#navigate { 
	width: 420px; 
	text-align: left; 
	margin: 0 auto 8px; 
}


input, textarea { 
	width: 250px; 
	font-weight: bold; 
	border: solid #336699 1px; 
	color:#336699;
	background: #ffffff; 
	font: 13px Tahoma, Arial, sans-serif;
	margin:2px;
}
input.submit { 
	
	background: #FFFFFF; 
    font: 13px Tahoma, Arial, sans-serif; 
	width: auto; 
}
kategorie.submit { 
	
	margin-left: 120px; 
	text-align: left;
	width: 100px; 
	
}
/* html #submit { 
	margin-left: 133px; 
}*/

form { 
	margin-bottom: 1em;
	margin-top:1em;
}
.spacer { 
	clear: both; 
	height: 5px; 
}
.vonlinks {
	left: 8px;
	position: relative;
	top: 8px;
}
.rechts {
	text-align: right;
	color:#336699;
	

}
  .oneColLiqCtr #container {
	width: 40%;  /* Hierdurch wird ein Container mit einer Breite erstellt, die 40% der Browserbreite beträgt. */
	background: #FFFFFF;
	margin: 30px auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #000000;
	text-align: left;
    }
    .oneColLiqCtr #mainContent {
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 20px;
			
    }

