<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS für ALKO Seiten */


* {margin: 0px;} /*alle ränder auf 0 setzen*/
html {height:101%} /*erzwungene Scrolleiste*/

body {
	background-color: #EDEDED;
}

#gesamt {
width: 710px; /* Breite des Gesamt-Container*/
margin:auto; /* zentriert den Gesamt-Container */
font: 81.25%/1.4 verdana, arial, helvetica, sans-serif;
background-color: #ffffff;
}

#logo {
width: 710px; /*feste Breite wegen Firefox*/
height: 30px; /* Höhe des logo-Container*/
position: absolute; /* ohne rücken die Container hoch*/
padding: 0 0 0 10px;
background-color: #ffffff;
}

#logo a:hover {
text-decoration: underline;
color: Fuchsia;
}



#vorwort {
width: 710px; /* feste Breite wegen Firefox*/
height: 80px; /* Höhe des vorwort-Container*/
margin-top: 30px;/* Abstand zum oberen Seitenrand (width:logo)*/
position: absolute; /* ohne rücken die Container hoch*/
font-family: Verdana,Tahoma,Arial,sans-serif;
font-size: 16px;
font-weight: bold;
padding: 0 0 0 10px;
background-color: #ffffff;
}

#vorwort h1 {
color:#7C7C7C;
font-size: 16px;
font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
font-weight: bold;
}

#haupt {
width: 100%; /*Auto-Anpassung an #gesamt-width:*/
}

#anzeigelinks {
width: 710px; /* Breite des linken Containers */
margin-top: 110px; /* Abstand zum oberen Seitenrand (width:logo+vorwort)*/
float:left; /* Ausrichten des Containers am linken Rand */
padding: 0 0 0 10px;
background-color: #ffffff;

}

.box {
     float: left;
	  width: 22%;
     padding: 10px;
}

.anzeigelinks p {
	margin: 1.2em 0;
}

.bild {
	clear: right;
float: right;
margin-left: 28px;
}

.text {
	width: 680px;
	margin-top: 20px;
	margin-left: 10px;
	float: left;
}

#anzeigemitte {
width: 100px; /* Breite des mittleren Container */
margin-left: 5px; /* Abstand zum linken Container */
margin-right: 5px; /* Abstand zum rechten Container */
margin-top: 160px; /* Abstand zum oberen Seitenrand (width:logo+vorwort)*/
float:left; /* Ausrichten des Containers am linken Container */
}

#anzeigerechts {
width: 270px; /* Breite des rechten Container */
margin-top: 120px; /* Abstand zum oberen Seitenrand (width:logo+vorwort)*/
float:right; /* ausrichten des Container am rechten Rand */
}

.kasten  {

border: solid;
border-bottom: 140px color: red;
border-color: Red;
border-top-width: 140px;
}

#unten {
width: 1100%; /* Auto-Anpassung an #gesamt-width: */
height: 132px; /* Höhe des unten-Container */
clear:both; /* lösen von den vorangangenen float-Ausrichtungen */
padding: 0 0 0 5px;
}

</pre></body></html>