body {
	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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 150%;
	background-image: url(../bilder/bkg_body.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #bbe0fa;
    }

#sidebar {
	float: right;
	width: 220px;
	border: 1px solid #0055A0;
	padding: 10px;
}


#container  {
	width: 750px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 10px;
    }
#header  {
	background-image: url(../bilder/bkg_header.jpg);
	background-repeat: no-repeat;
	height: 200px;
}
#coolcard #header {
	background-image: url(../bilder/bkg_coolcard.jpg);
}
#jobs #header {
	background-image: url(../bilder/bkg_jobs.jpg);
	background-repeat: no-repeat;
}
#presse #header {
	background-image: url(../bilder/bkg_presse.jpg);
	background-repeat: no-repeat;
}

#newsletter #header {
	background-image: url(../bilder/bkg_newsletter.jpg);
}


#service #header {
	background-image: url(../bilder/bkg_service.jpg);
	background-repeat: no-repeat;
}




#mainContent  {
	padding-right: 20px;
	padding-left: 30px;
	padding-bottom: 30px;
	padding-top: 10px;
	background-image: url(../bilder/bkg_content.gif);
	background-repeat: no-repeat;
	background-position: right top;
    }
#mainContent a {
	color: #000;
}
#mainContent a:hover {
	color: #d0e7f7;
}

#footer {
	height: 35px;
	background-image: url(../bilder/bkg_footer.gif);
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #C1D4EC;
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#footer p {
	font-size: xx-small;
	padding-left: 30px;
	color: #DADADA;
	font-weight: bold;
}


.fltlft {
	float: left;
	margin-right: 10px;
}

