html  , 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: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #003;
	background-image: url(/_img/backgrounds/bgsite.gif);
	height: 100%;
}
a:visited,a:link {
	color: #eb0d1b;
	text-decoration: none;
}
a:hover {
	color: #eb0d1b;
	text-decoration: underline;
}
.oneColFixCtr #container {
	width: 980px; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	/*background-color: #121719;*/
	background: #0b0c0e url(/_img/backgrounds/background.jpg) top;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%;
}
.oneColFixCtr #mainContent {
	text-align: center;
	padding-top: 100;
	padding-bottom: 0;
	font-size: 11px;
}
#mainContent #flags {
	text-align: right;
	padding-right: 21px;
	height: 17px;
	padding-top: 41px;
}
#flags img {
	margin-left: 5px;
}
#mainContent #banner {
	padding-top: 20px;
}
#menu {
	width: 979px;
	margin-left: 2px;
	height: 94px;
}
#mainContent #content {
	text-align: left;
	margin-left: 90px;
	margin-right: 85px;
}
#content #shortInfo {
	height: 270px;
}
#content #productImage {
	float: left;
	width: 300px;
	height: 244px;
}
#content #technicalData {
	float: left;
	background-image: url(/_img/backgrounds/box.jpg);
	height: 244px;
	width: 473px;
	margin-left: 32px;
	background-repeat: no-repeat;
}
#technicalData p {
	text-indent: 15px;
	margin-top: 10px;
}
#technicalData ul {
	text-indent: -5px;
}
#technicalData #productLinks {
	float: right;
	margin-right: 15px;
	margin-top: -15px;
}
#content h2 {
	font-size: 11px;
	padding-bottom: 5px;
}
#content p.linkList {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #223745;
	padding-bottom: 7px;
}
#content #information {
}
#mainContent #footer {
	width: 980px;
	margin-top: 5px;
	padding-top: 4px;
	padding-bottom: 6px;
	background-color: #263E4E;
}
#footer a:visited, #footer a:link
#content p.linkList a:visited, #content p.linkList a:link{
	color: #FFF;
	text-decoration: none;
}
#footer a:hover, #content p.linkList a:hover {
	color: #F00;
	text-decoration: underline;
}
p .sites {
	margin-left: 5px;
	display: block;
}
#content .legal li {
	list-style-type: none;
	list-style-image: url(/_img/arrow.gif);
	margin-left: -20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #223745;
	line-height: 120%;
	margin-top: 25px;
	padding-bottom: 10px;
}
