/* ausschließlich für die Sitemap der Burgweide */

@import url('https://fonts.googleapis.com/css?family=Gudea');
html,body {
font-family: 'Gudea', Verdana, sans-serif;
/* background-color: #fffbe2; */
margin: 0;
padding: 0;
}

body.start
{
  background-color: #fffbe2;
}
body.schule
{
  background-color: #136fbc;
}
body.schueler
{
  background-color: #a83fa0;
}
body.eltern
{
  background-color: #88c946;
}
body.kontakt
{
  background-color: #ffb530;
}
body.suche
{
  background-color: #ffb530;
}

/* --------- Struktur --------------*/
#wrap {
        min-height:1000px;
        z-index:1;
        margin-bottom: 10px;
        margin:0 auto;
        background-color: #fffbe2;
        padding-top:20px;
}

#content {
        background-color: #fffbe2;
        clear:both;
}

/* --------- Menu --------------*/
#menu {
        font-family: 'Gudea', sans-serif;
        /*font-size:1.1em;*/
        clear:both;
        margin-left:auto;
        margin-right:auto;
        text-align:center;
}

#menu ul {
    /*position: absolute;
    left:43%;*/
    margin: 0 auto;
    list-style: none;
}

#menu ul li {
    float: left;
    margin: 0 0 0 30px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid white;
}

#menu ul li a, menu ul li a:visited {
        text-decoration: none;
        font-weight:normal;
        color: #000;
}

#menu ul li a.schule:hover {
 color: #136fbc;
}
#menu ul li a.schueler:hover {
 color: #a83fa0;
}
#menu ul li a.eltern:hover {
 color: #88c946;
}
#menu ul li a.kontakt:hover {
 color: #ffb530;
}
#menu ul li a.suche:hover {
 color: #ffb530;
}
#menu ul ul {
         position: absolute;
         background:#fffbe2;
         top: 0px;
         padding: 0;
         margin: 0 0 0 -11px;
         /*font-size:1em;*/
}

#menu ul ul li {
         float: none;
         margin: 4px 0 0 0px;
         padding: 6px 2px 2px 10px;
         height:20px;
         width:185px;
         font-weight:normal;
         background: #E3E3E2;
         text-transform: uppercase;
}

#menu ul ul li.schule:hover {
background: #136fbc;}
#menu ul ul li.schueler:hover {
background: #a83fa0;}
#menu ul ul li.eltern:hover {
background: #88c946;}
#menu ul ul li.kontakt:hover {
background: #ffb530;}

#menu ul ul {
    top: -9999px;
}

#menu ul li:hover ul {
    top: 20px;
}

#menu ul ul a {
    color: #000;
    text-decoration: none;
    display:block;
    vertical-align:middle;
}

#menu ul ul a:hover {
    color: #fffbe2;
    text-decoration: none;
    background: #136fbc;
}

#suchfeld input {
    margin: 1em;
    padding: 0;
    border: 1px solid #ffb530;
    /*width: 30%;*/
    height: 2em;
    font-family: 'Gudea', sans-serif;
    font-size: 1em;
    font-style: italic;
    text-align:center;
}


/* --------- Sub-Navigation links --------------*/

#navili {
        margin-top:-15px;
        margin-left: auto;
        margin-right: auto;
}

#navili ul {
        padding: 10px;}

#navili li{
        background: #E3E3E2;
        list-style-type:none;
        margin:0.2em;
        padding: 1em;
        border-radius: 5px;
        text-transform: uppercase;
        text-align:center;
        /*font-family: 'Gudea', sans-serif;'/
        /*font-size:0.8em;*/
        /*height:1em;*/
}

#navili a, navili a:visited{
        text-decoration: none;
        font-weight:normal;
        color: #000;
}

#navili a:hover{
        color: #fffbe2;
}

#navili li.start:hover {
        background: #ffb530;
        color:#fffbe2;
}
#navili li.startaktiv {
        background: #ffb530;
        color:#fffbe2;
}
#navili li.startaktiv:hover {
        background: #FCCC66;
        color:#fffbe2;
}
#navili li.schule:hover {
        background: #136fbc;
        color:#fffbe2;
}
#navili li.schuleaktiv {
        background: #136fbc;
        color:#fffbe2;
}
#navili li.schuleaktiv:hover {
        background: #008BCE;
        color:#fffbe2;
}
#navili li.schueler:hover {
        background: #a83fa0;
        color:#fffbe2;
}
#navili li.schueleraktiv {
        background: #a83fa0;
        color:#fffbe2;
}
#navili li.schueleraktiv:hover {
        background: #D34FA4;
        color:#fffbe2;
}
#navili li.eltern:hover {
        background: #88c946;
        color:#fffbe2;
}
#navili li.elternaktiv {
        background: #88c946;
        color:#fffbe2;
}
#navili li.elternaktiv:hover {
        background: #B1DF5D;
        color:#fffbe2;
}
#navili li.kontakt:hover {
        background: #ffb530;
        color:#fffbe2;
}
#navili li.kontaktaktiv {
        background: #ffb530;
        color:#fffbe2;
}
#navili li.kontaktaktiv:hover {
        background: #FCCC66;
        color:#fffbe2;
}
#navili h1 {
        text-align:right;
         font-weight: bold;
         text-transform: uppercase;
         /*font-size: 0.8em;*/
         padding: 10px
}


/* --------- Suchformular --------------
input {
        border-radius: 0px;
        border: 1px solid #E3E3E2;
        height:13px;
        margin-left:12px;
        margin-top:2px;
        padding-top:0px;
        }
.button
{
        border-radius: 0px;
        border: 1px solid #E3E3E2;
        height:15px;
        margin-left:0px;
        margin-top:2px;
        padding-top:0px;
        }

table, tr, td, th, tbody, form {
        margin-top:0px;
        padding-top:0px;
        }
*/


/* --- nur während Erstellungsphase --- */
.unfertig {
        color:red;font-weight:bold;font-size:2em;
}

.zentriert {
        margin: 0.5em auto; text-align: center;
}

.totop {
        position: fixed;
        right: 20px;
        bottom: 20px;
}
.topgraf {
        width: 50px;
        border: 0;
}

.quelle {
        font-size:0.9em;
        font-style:italic;
        text-align:left;
        margin-top:-1em;
}

.bekanntmachung {
        margin: 10px 0;
        padding: 15px;
        background: #ffb530;
        font-size: 1.1em;
}