/* ++++++++++++ Grundschule Mindener Straße ++++++++++++++ */
/* +++++++++++++++++++++ Layout ++++++++++++++++++++++++++ */
/* |-----------------------------------------------------| */
/* |  header_  |                                         | */
/* |  left     |           header_right                  | */
/* |           |-----------------------------------------| */
/* |-----------|                         important_links | */
/* |           | navigation_overview                     | */
/* |  navig-   |                                         | */
/* |  ation    |               content                   | */
/* |           |                                         | */
/* |           |                                         | */
/* |           |                                         | */
/* |           |                                         | */
/* |           |                                         | */
/* |           |                                         | */
/* |-----------------------------------------------------| */
/* |  footer_  |              footer_right               | */
/* |  left     |                                         | */
/* |-----------------------------------------------------| */


/* Wrapper der die ganze Seite enthält */
#page {
        margin-top: 15px;
		    margin-left: 15px;
        width: 990px;
        background-color: white;
}

/* Header links mit dem Logo der GS Mindener Straße */
#header_left {
		    float: left;
        height: 220px;
        width: 220px;
        background-image: url(../images/logos/logo_links.jpg);
}

/* Header rechts mit der Anschrift der GS Mindener Straße */
#header_right {
		    float: right;
        height: 150px;
        width: 770px;
        background-image: url(../images/logos/logo_rechts.jpg);
}

/* Wrapper der unter dem "header_right" beginnt */
#wrapper {
        float: right;
        width: 770px;
        padding-left: 220px;
        margin-top: -70px;
        overflow: hidden;             /* Trick by Alex Robinson */
}

/* Navigation auf der linken Seite (beginnt unter dem Logo) */
#navigation {
        position: relative;
		    float: left;
        width: 220px;
        background-color: #0a6c43;
        margin-left: -220px;  
        top: 70px;
        padding-bottom: 32767px;      /* Trick by Alex Robinson */
        margin-bottom: -32767px;      /* Trick by Alex Robinson */
}

#navigation a {
        display: block;
}

#navigation_list_topic_1 {
        margin-bottom: 100px;
}
          
#navigation ul {
		    position: relative;
		    top: 0px;
		    left: -20px;
}
          
#navigation ul li {
		    font-size: 13px;
        list-style: none;
        margin: 0.4em; 
}

#navigation ul li a {
		    color: #B7FFC9;
        text-decoration: none; 
        padding: 3px 3px 3px 10px;
        border-bottom: 1px #fff dotted;
        margin-left: -10px;
        margin-right: -10px;
}

#navigation ul a:hover {
        color: white; 
        background-color: gray;
}

#navigation ul li ul li a {
        margin-right: -35px;
        margin-left: -25px;
        padding: 3px 3px 3px 10px;
        border-bottom: 1px #fff dotted;
        font-style: italic;
}

#navigation ul li ul li ul a {
        margin-right: -61px;
        margin-left: -40px;
        padding: 3px 3px 3px 10px;
        border-bottom: 1px #fff dotted;
        font-style: italic;
}

#navigation .active {
        font-weight: bold;
}

#navigation .passive {
        font-weight: normal;
}

/* Wrapper für den Inhalt (beginnt unter dem "header_right") */
#wrapper_content{
        float: right;
        width: 770px;
        position: relative;
		    padding-bottom: 32767px;        /* Trick by Alex Robinson */
        margin-bottom: -32767px;        /* Trick by Alex Robinson */
}

/* Liste ganz oben rechts im "wrapper_content" */
#important_links {
        clear: both;
        text-align: right;
		    width: 100%;
}

#important_links ul {
		    display: inline;
		    list-style-type: none;
}

#important_links ul li {
		    display: inline;
		    font-size: 13px;
        margin: 0.4em; 
        padding: 0.2em;
}

#important_links ul a {
		    color: black;
        text-decoration: none; 
        font-weight: normal;
}

#important_links ul a:hover {
        color: white; 
        background-color: gray;
}


/* Liste der aktuellen Navigation links oben im "wrapper_content" */
#navigation_overview {
        clear: both;
        text-align: left;
		    width: 100%;
		    border-bottom: 1px solid gray;
}

#navigation_overview ul {
        margin-left: -25px;
        list-style-type: none;
		    display: inline;
}

#navigation_overview ul li {
        font-family: Arial, Sans Serif;
        text-decoration: none; 
        font-weight: bold;
		    display: inline;
		    font-size: 14px;
        padding-left: 15px;
        background-image: url(../images/list_styles/doppel_pfeil.gif);
        background-position: left center;
        background-repeat: no-repeat;
}


/* Der eigentliche Inhalt */
#content {
        padding: 10px;
}


/* Footer unten rechts */
#footer_right {
        float: right;
        margin-bottom: 0px;
        width: 770px;
        height: 35px;
        background-color: #0a6c43;
        text-align: center;
}
          
#footer_right ul {
        color: #B7FFC9;
        display: inline;
}

#footer_right ul li {
        display: inline;
        margin: 0.4em; 
        padding: 0.2em;
}

#footer_right ul li a {
		    color: #B7FFC9;
        text-decoration: none; 
        font-weight: bold;
}

#footer_right ul li a:hover {
        color: white; 
        background-color: gray;
}


/* Footer unten links */
#footer_left {
        float: left;
        margin-bottom: 0px;
        width: 220px;
        height: 35px;
        background-color: #0a6c43;
}

