@charset "utf-8";
/* CSS Document */

body  {
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	/* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	margin: 0;
	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: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

img {
	border: 0;
}

#container {
	width: 1024px;  /* Hierdurch wird ein Container mit einer Breite von 1024 Pixeln erstellt. */
					/* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	background: #444242; 
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#hinweis {
	text-align: center;
	background-color: #F00;
	color: #FFF;
}
#willkommen_text {
	width: 368px;
	height: 125px;
	float: left;
	margin-left: 108px;
	text-align: center;
	padding: 0 20px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div-Box. */
}

#willkommen_bild {
	width: 368px;
	height: 100px;
	float: left;
	margin-left: 108px;
	text-align: center;
	padding: 0 20px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div-Box. */
}

#werbung1 {
	width: 150px;
	height: 100px;
	float: left;
	margin-top: 25px;
	margin-left: 50px;
	background-color: #0FF;
	text-align: center;
}

#werbung2 {
	width: 150px;
	height: 100px;
	float: left;
	margin-top: 25px;
	margin-left: 108px;
	background-color: #3F0;
	text-align: center;
}

#werbung3 {
	width: 150px;
	height: 100px;
	float: left;
	margin-top: 25px;
	margin-left: 108px;
	background-color: #0FF;
	text-align: center;
}

#werbung4 {
	width: 150px;
	height: 100px;
	float: left;
	margin-top: 25px;
	margin-left: 108px;
	background-color: #3F0;
	text-align: center;
}

#werbung5 {
	width: 150px;
	height: 100px;
	float: left;
	margin-top: 25px;
	margin-left: 50px;
	background-color: #0FF;
	text-align: center;
}

#werbung6 {
	width: 150px;
	height: 100px;
	float: left;
	margin-top: 25px;
	margin-left: 108px;
	background-color: #3F0;
	text-align: center;
}

#werbung7 {
	width: 150px;
	height: 100px;
	float: left;
	margin-top: 25px;
	margin-left: 108px;
	background-color: #0FF;
	text-align: center;
}

#werbung8 {
	width: 150px;
	height: 100px;
	float: left;
	margin-top: 25px;
	margin-left: 108px;
	background-color: #3F0;
	text-align: center;
}

#werbung9 {
	width: 150px;
	height: 100px;
	float: left;
	margin-top: 25px;
	margin-left: 50px;
	background-color: #0FF;
	text-align: center;
}

#werbung10 {
	width: 150px;
	height: 100px;
	float: left;
	margin-top: 25px;
	margin-left: 108px;
	background-color: #3F0;
	text-align: center;
}

#werbung11 {
	width: 150px;
	height: 100px;
	float: left;
	margin-top: 25px;
	margin-left: 50px;
	background-color: #0FF;
	text-align: center;
}

#werbung12 {
	width: 150px;
	height: 100px;
	float: left;
	margin-top: 25px;
	margin-left: 108px;
	background-color: #3F0;
	text-align: center;
}

#werbung13 {
	width: 150px;
	height: 100px;
	float: left;
	margin-top: 25px;
	margin-left: 50px;
	background-color: #0FF;
	text-align: center;
}

#werbung14 {
	width: 150px;
	height: 100px;
	float: left;
	margin-top: 25px;
	margin-left: 108px;
	background-color: #3F0;
	text-align: center;
}

#werbung15 {
	width: 150px;
	height: 100px;
	float: left;
	margin-top: 25px;
	margin-left: 108px;
	background-color: #0FF;
	text-align: center;
}

#werbung16 {
	width: 150px;
	height: 100px;
	float: left;
	margin-top: 25px;
	margin-left: 108px;
	background-color: #3F0;
	text-align: center;
}

#werbung17 {
	width: 150px;
	height: 100px;
	float: left;
	margin-top: 25px;
	margin-left: 50px;
	background-color: #0FF;
	text-align: center;
}

#werbung18 {
	width: 150px;
	height: 100px;
	float: left;
	margin-top: 25px;
	margin-left: 108px;
	background-color: #3F0;
	text-align: center;
}

#werbung19 {
	width: 150px;
	height: 100px;
	float: left;
	margin-top: 25px;
	margin-left: 108px;
	background-color: #0FF;
	text-align: center;
}

#werbung20 {
	width: 150px;
	height: 100px;
	float: left;
	margin-top: 25px;
	margin-left: 108px;
	background-color: #3F0;
	text-align: center;
}



</style>

