/* *************** www.stahlgaragge.eu *************** */

/* ***** Allgemeine Einstellungen ***** */
body {
width:auto;
background :url("../images/paper09.gif") repeat;
font-family:"sans-serif","Arial";
font-size:12px;
text-align:left;
}

/* ***** angezeigter Gesamtbereich ***** */
#Teil_alles {
width:800px;
margin-top:15px;
}

/* ***** Kopfbild - Logo ***** */
/* das Logo selbst wird in index.php aufgerufen, da es abhängig */
/* von der gewählten Seite (CZ/DE) ist ************************ */
div#teil1 {
width:800px;
height:100px;
}

/* ***** gesamter Mittelteil der Anzeige ***** */
#Teil2 {
width:100%;
text-align: left;
background-color:silver;
float: left;
}

/* ***** Fußbereich der Anzeige *************************** */
#Teil3 {
width:100%;
float:left;
}

/* ***** Mittelteil-Container ***************************** */
#Bereich3 {
float: left;
width:100%;
}

#Textbeitrag {
width: 77%;
float: right;
}

#DiaShow {
width: 20%;
}

/* ***** Mittelteil -> Mitte (Textanzeige) ***** */
#Bereich5 {
width:100%;
padding-left:0em;
padding-right:1em;
Margin-left:0em;
Margin-top:1em;
float:left;

}


#Bereich7 {
width:100%;
height:27px;
float:left;
background-color:silver;
}

