@import "menu.css";
@import "fix.css";

body, html {
padding:0px;
margin:0px;
height:100%;
min-width: 1150px;
}

/* Obere Zeile, mit Schullogo, Ansicht und Leitbild */

#logo {
display:none;
}

/* Da der Hintergrund nur 1600 Pixel breit ist muss für größere Bildschirme ein Hintergrund hinter #navi,
 sodass es auf jemandem Monitor gut aussieht */

#navi_wide_fix {
display: none;
}

/* Farbverlauf am unteren Ende des contents */

#content_bottom {
display: none;
}

/* Farbverlauf am unteren Ende des contents mit der Trennlinie (Die Linie zwischen den Spalten) */

#content_bottom_spacer {
display: none;
}

#content_top {
display: none;
}

#content_top_spacer {
display: none;
}

#content_spacer {
display: none;
}

/* Die eigentliche Navigation, auf der linken Seite */

#content_navi {
display: none;
}

/* Farbverläufe an den linken und rechten Seiten der Webseite */

#content_border_top_left {
display: none;
}

#content_border_top_right {
display: none;
}

#content_border_center_left {
display: none;
}

#content_border_center_right {
display: none;
}

#content_border_bottom_left {
display: none;
}

#content_border_bottom_right {
display: none;
}

#content {
font-family:'Times New Roman',Times,serif; font-size:11pt;
padding-left: 15px;
padding-right: 15px;
min-width: 320px;
text-align:justify;
}

/* Fußbereich der Webseite */

#footer {
display: none;
}


#footer a {
color: white;
text-decoration: none;
}

#footer a:hover {
color: white;
text-decoration: underline;
}

/* Die 3 Spalte:*/

#spalte_bottom_spacer {
display: none;
}

#spalte_top_spacer {
display: none;
}

#spalte_spacer {
display: none;
}

#spalte {
font-family:'Times New Roman',Times,serif; font-size:11pt;
width: 300px;
padding: 0 15px;
text-align:justify;
}
