/* Dateiname: style.css */

/* body um Grundeinstellungen fuer den Hintergrund einzustellen */
body { 
color: #ffffff;  
padding: 0; 
margin: 0; 
text-align: center;  
} 

/* Definiert ein Fenster das immer mittig ist. Alle anderen befinden sich in diesem Fenster */
div#hauptfenster {
background-color: #bbddee;
text-align: left;
margin-left: auto; margin-right: auto; margin-top: 20px; /* margin auto = immer mittig im Browser */
z-index:0; width: 800px; height: 1000px;
border-right: 1px dashed #b9821a;
border-left: 1px dashed #b9821a;
}

/* Haupttextfeld rechts */
#main_rechts {
visibility: visible; 
position: absolute;
/*border-right: 1px dashed #b9821a;
border-left: 1px dashed #b9821a;
*/
border-top: 4px ridge #bdeafc;
margin-top: 180px; margin-left: 0px; margin-right: auto; 
z-index:1; width: 798px; height: auto;
background-color: #bbddee;
}

/* Haupttextfeld rechts MiMa
#main_rechts_mima {
background-color: #a6d1fd;
background-image: url(bilder_gross\mima\Rolle_2_1.gif);
visibility: visible; 
position: absolute;
/*border-right: 1px dashed #b9821a;
border-left: 1px dashed #b9821a;
*/
border-top: 4px ridge #bdeafc;
margin-top: 180px; margin-left: 0px; margin-right: auto; 
z-index:1; width: 798px; height: auto;
background-color: #bbddee;
}

/* Haupttextfeld links */
#main_links {
}

/* 3D-Menu */
div#menu  {
background-color: transparent;
background-image: url(bilder_gross/buttons/Unbenannt3.gif);
visibility: visible; 
position: absolute;
margin-top: 100px; margin-left: 30px; margin-right: auto; 
z-index:3; width: 200px; height: 605px;
}


div#header   {
background-image: url(bilder_gross/buttons/header_hintergrund_1.jpg);
visibility: visible; 
position: absolute;
/*border-left: 1px dashed #b9821a;
border-right: 1px dashed #b9821a;
*/
border-top: 1px dashed #b9821a;
margin-left: auto; margin-right: auto; 
z-index:1; width: 798px; height: 180px; 
}

/* Header fuer Menu */
div#header_2   {
visibility: invisible; 
position: absolute;
margin-left: 230px; margin-right: auto; margin-top: 130px;
z-index:2; width: 570px; height: 50px 
}

/* Header und Haupttextfeld fuer die Indexseite */
div#header_index   {
background-color: #bbddee;
visibility: visible; 
position: absolute;
border-top: 1px dashed #b9821a;
margin-left: auto; margin-right: auto; 
z-index:1; width: 798px; height: 100px; 
}

#main_index {
visibility: visible; 
position: absolute;
margin-top: 100px; margin-left: 0px; margin-right: auto; 
z-index:1; width: 798px; height: 400px;
background-color: #bbddee;
}

#main_index_2 {
visibility: visible; 
position: absolute;
margin-top: 500px; margin-left: 0px; margin-right: auto; 
z-index:1; width: 798px; height: auto;
background-color: #bbddee;
}