/* CSS Document */

body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #C0EBFF;
	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: #004696;
    }
    .oneColElsCtr #container {
	width: 90%;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
    }    
				.oneColElsCtr #termsofuse {
	width: 90%;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	margin-top: 4px;
    }
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
.oneColElsCtr #mainContent {
}
				
.table_back_content {
	background-image: url(../img/back_blau.jpg);
	background-repeat: no-repeat;
}
.table_back_about {
	background-image: url(../img/wirkstoff_back1.jpg);
	background-repeat: no-repeat;
}
h3 {
	font-weight: bold;
}
.sprachen {
	font-size: 11px;
	font-weight: bolder;
	text-transform: uppercase;
}
#banner {
	height: 160px;
	width: 400px;
	position: absolute;
	visibility: visible;
	z-index: 10;
	left: 606px;
	top: 321px;
}
img {
border:0;
}
