/*StyleSheets fuer www.gotzkowsky-grundschule.de*/

body{
	width: 980px;
	background-image:url(hintergrund.gif);
	background-attachment:fixed}

h1{font-size:20pt;font-family:BookmanOldstyle;color:#31313A;text-align:center;}

h2{font-size:18pt;font-family:BookmanOldstyle;color:#31313A;text-align:center;
	margin-top:1px; margin-bottom:2px;
}

h3{font-size:16pt;font-family:BookmanOldstyle;color:#31313A;text-align:center;
	margin-top:1px; margin-bottom:2px;}

h4{font-size:14pt;font-family:BookmanOldstyle;color:#31313A;text-align:left;
	letter-spacing:2px;font-weight:bold;text-decoration:underline;}

h5{font-size:13pt;font-family:BookmanOldstyle;color:#31313A;text-align:left;
	font-weight:bold;margin-top:1px;margin-bottom:1px}

.txt_kle_blk{font-size:11pt;font-family:BookmanOldstyle;color:#31313A}
.txt_nor_blk{font-size:13pt;font-family:BookmanOldstyle;color:#31313A}
.txt_gro_blk{font-size:15pt;font-family:BookmanOldstyle;color:#31313A}

.kal_normal{background-color:#E0E0E0;width:110px;
	font-size:11pt;font-family:BookmanOldstyle;color:#31313A}
.kal_samson{background-color:#00CC66; width:110px;
	font-size:11pt;font-family:BookmanOldstyle;color:#31313A}
.kal_ferien{background-color:#00F078; width:110px;
	font-size:11pt;font-family:BookmanOldstyle;color:#31313A}

	
/*Inhalte*/
div#inhalt {
	font-size: 100.01%;
	margin-left: 11.5em;
	padding: 0.5em; 
	border: 0;
	}
	
/* Vertikale Navigation */
div#menue {
	font-size: 90.01%;
	width: 10em;
	height: 300px;
	padding: 1.3em;
	border: 0px;
	background-image:url(hintergrund.gif);background-attachment:fixed;
	float: left;
	}
  * html div#menue {
    width: 11.3em;
    w\idth: 10em;  /* (IE 6 in standards-compliant mode) */
  }
  ul#navigation {
    margin: 0; padding: 0;
    text-align: center;
  }

  ul#navigation li {
    list-style: none;
    position: relative;
    margin: 0.5em; padding: 0;
  }
  * html ul#navigation li {
    margin-right:1.5em;  /* Platz fuer Link-Verbreiterung im IE reservieren */
    margin-bottom:0;
  }

  ul#navigation li ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 0; left: 9.3em;
  }
  ul#navigation li ul li {
    margin: 0;
	padding-left: 1.4em;
	margin-top:-1px;
  }

  ul#navigation a, ul#navigation span {
    display: block;
    width: 8em;
    font-family: "BookmanOldstyle", "Century Gothic", Helvetica, Arial, sans-serif;
    text-decoration: none; font-weight: bold;
    padding: 0.2em 1em;
    border: 1px solid #ECCEAC;
    color: black; background-color: #ECCEAC;
  }
  * html ul#navigation a, * html ul#navigation span {
    width: 9em;
    w\idth: 7em;  /* (IE 6 in standards-compliant mode) */
  }
  ul#navigation a:hover, ul#navigation span, li a#aktuell:hover {
    border-color: #ECCEAC;
    background-color: #F4E6CC;
  }
  li a#aktuell {
    border-right-color: #300; border-bottom-color: #300;
    background-color: #F4E6CC;
  }
  ul#navigation li ul span {
    border-color: #ECCEAC;
    color: #ECCEAC; background-color: white;
  }
  ul#navigation li a:active {
    color: black; background-color: #F4E6CC;
  }

/* dynamisches Ein-/Ausblenden */
  ul#navigation li ul {
    display: none;
  }
  ul#navigation li:hover>ul {
    display: block;

  }
  ul#navigation>li:hover>a {
    width: 8.2em;
    background: #F4E6CC url(pfeil.gif) no-repeat center right;
  }

/* dynamisches Ein-/Ausblenden der JavaScript-generierten Klasse im IE */
  ul#navigation li.hoverIE {
    margin-right:0;  /* reservierten Platz freigeben */
    margin-bottom:-1.25em;  /* Fehlerkorrektur, ggfls. anpassen - orginalWert -1.15*/
  }
  ul#navigation li.hoverIE ul {
    display: block;
  }
  ul#navigation li .hoverIE {
    width: 10.3em;
    w\idth: 8.2em;  /* (IE 6 in standards-compliant mode) */
    background: #F4E6CC url(pfeil.gif) no-repeat center right;
  }

a:link { color:#000099; text-decoration:none; }
a:visited { color:#000099; text-decoration:none; }
a:hover { color:#0000FF; text-decoration:underline; }
a:active { color:#0000FF; text-decoration:underline; font-weight:bold }