*{
    margin:0;
    padding:0;
}

body {
    font-family: 'Courier New', serif;
    font-size:15px;
    line-height:23px;
    background-color:#cdcdcd;
}
#pageContainer{
    position:absolute;
    background-color:#ffffff;
    width:800px;
}

h2{
    color:#ff0000;
    font-size:15px;
}

ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li{
    background-image: url('../images/li.gif');
    background-repeat: no-repeat;
    background-position: 0 .4em;
    padding-left: .8em;
}

#header{
    background-color:#ffffff;
    background:url('../images/bg_header.gif') repeat-y;
    height:180px;
    border-bottom:1px solid #ed1c23;
}

#logo{
    background:url('../images/Good-School_Logo.gif') no-repeat;
    height:100%;
    position:absolute;
    top:40px;
    left:90px;
    width:180px;
    height:100px;
}

#contentContainer{
    background:url('../images/bg_page.gif') repeat-y;
    background-color:#ffffff;
    color:#ff0000;

}

#contentGoodSchool{
    background-color:#ffffff;
    color:#000000;
    padding:0 60px 0 120px;
    text-align:left;
    background:url('../images/bg_page.gif') repeat-y;
}

/*
   #spacerItem Bestimmt den Abstand zwischen dem letzten Punkt (office@good-school.de) und dem Fuß.
   Um den Abstand zu ändern, wird immer ein Vielfaches
   von 23px (der Höhe einer Textzeile) von der Höhe des spacerItems hinzugefügt oder abgezogen.
*/
#spacerItem{
    background:url('../images/bg_page.gif') repeat-y;
    height:528px;
}

a.headline{
    color:#ff0000;
    text-decoration:none;
}

div.item{
    height:23px;
    padding-left:100px;
    font-weight:bold;
    background:url('../images/bg_page.gif') repeat-y;
}

/*Eine Zeile ohne die Linie unten*/
#imprintSpacer{
    background:url('../images/bg_header.gif') repeat-y;
    height:23px;
}

#imprintFooter{
    margin-top:-2px;
    background:url('../images/bg_header.gif') repeat-y;
    width:800px;
    height:120px;
    border-top:1px solid #ed1c23;
    font-size:11px;
    line-height:12px;
}
#imprint{
    padding:5px 0 0 100px;
    width:680px;
}

#imprintText{
    padding:10px 40px 0 0;
    background-color:#ffffff;
}