@charset "utf-8";
/* CSS Document */
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: 14px;
	background-image: url(picture/bg.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtr #container {
	width: 780px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	background: #FFFFFF; /* 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 &uuml;berschrieben. */
	margin-top: 100px;
	height: 480px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.modell2 {
	padding-left: 30px;
	width: 300px;
	font-size: 12px;
}

.banner {
	margin-top: 20px;

}

.oneColFixCtr #mainContent {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}


h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: 900;
	color: #303;
	font-style: normal;
}
a:link {
	font-family:Verdana, Helvetica, sans-serif;
	text-decoration:none;
	color: #d13005;
	font-weight: bold;
	font-size: 13px;
}
a:visited {
	font-family:Verdana, Helvetica, sans-serif;
	text-decoration:none;
	color: #d13005;
	font-weight: bold;
	font-size: 13px;
}
a:active {
	font-family:Verdana, Helvetica, sans-serif;
	text-decoration:none;
	color:#d13005;
	font-weight: bold;
	font-size: 13px;
}
a:hover {
	font-family:Verdana, Helvetica, sans-serif;
	text-decoration:underline;
	color: #d13005;
	font-weight: bold;
	font-size: 13px;
}
.modell {
	margin: 0px;
	float: left;
	height: 150px;
	width: 200px;
	padding-top: 60px;
}
.footer {
	height: 30px;
	clear: left;
	padding-left: 20px;
	padding-bottom: 10px;
}
.modell3 {
	float: left;
	width: 400px;
	margin-left: 30px;
}
