/* $TopStyle:URL=http://www.goerres.de/css/goerres.css$ */

/* Görres-Website, Stylesheet "goerres" */

/* ----------------------------- body global ------------------------------------ */
/* body */
body {
	background-color: white; color: black;
    font-size: 100%;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin: auto; padding: 1em;
    min-width: 40em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }

/* ----------------------------- header ----------------------------------------  */
/* header navi */
/* Inhalt: Görres-Logo */
div#header-navi {
	/*height: 150px;*/
  	font-size: 0.9em;
 	float: left; width: 20%;
 	margin: auto; padding: 0;
   	background-color: white; color: black;
	text-align: center;
  }
  
img { display: block; }
img.center { margin: auto; }

/* header info */
/* Inhalt: Bild usw. */
	div#header-info {
	/*height: 150px;*/
  	font-size: 0.9em;
 	float: right; width: 20%;		
 	margin: auto; padding: 0;
   	background-color: white; color: black;
	text-align: center;
  }
		
/* header Mitte*/
/* Schulname */
	div#header-inhalt {		
        /*height: 150px;*/
		margin: 0 16em 0 16em;
		padding: 0 0em;
    	background-color: white; color: black;
}		
	h2.header { text-align: center; }
	/*p { text-align: center; font-size: 66%; }*/
	h3.header { text-align: center; }
	/*p { text-align: center; font-size: 66%; }*/

/* ------------------------------- body ---------------------------------------- */
  
/* body navi*/
div#body-navi {
  	/*font-size: 0.9em;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
 	float: left; width: 20%;   
 	margin: auto; padding: 0;
   	background-color: white; color: black;
	/*text-align: center;*/
	/*display: block;*/    
  }
  
  h3 { text-align: left; }
  h4#m { text-align: center;  font-style: italic; }
  
/* css-navigation */
	body {background: white; color: #000;
	}
	div#navigation {
	  float: left;
	  width: 12em;
	  background: #FDD;
	  margin: auto}
	div#navigation ul {margin: 0 0 0 0px; padding: 0; width: 12em; background: white;
	  border: 1px solid;}
	div#navigation li {position: relative; list-style: none; margin: 0; padding: 0; 
	  border: 1px solid #CCC;
	}
	div#navigation li:hover {background: #EBB; margin: 0; padding: 0; border-left: 5px inset Red;  }
	div#navigation li.submenu {background: url(../bilder/submenu.gif) 95% 50% no-repeat;
	margin: 0; padding: 0; border-left: 0px;
	}
	div#navigation li.submenu:hover {background-color: #EDD; }
	div#navigation li a {display: block; padding: 0.25em 0 0.25em 0.5em;
	  text-decoration: none; width: 11.5em;}
	div#navigation>ul a {width: auto;}
	div#navigation ul ul {position: absolute; top: 0; left: 12em;
	  display: none;}
	div#navigation ul ul ul{position: absolute; top: 0; left: 12em;
	  display: none;}
	div#navigation ul ul ul ul{position: absolute; top: 0; left: 12em;
	  display: none;}
	div#navigation ul.level1 li.submenu:hover ul.level2, 
	div#navigation ul.level2 li.submenu:hover ul.level3,
	div#navigation ul.level3 li.submenu:hover ul.level4,
	div#navigation ul.level4 li.submenu:hover ul.level5 {display:block;}

/* --------------------------------------------------------------------------- */
/* body info (rechts)*, muss *vor* dem Inhalt angefuehrt werden! */
/* Görres aktuell, Querverlinkungen */
	div#info {    
  	font-size: 0.9em;
 	float: right;
    width: 20%;    
 	margin: auto; padding: 0;
   	background-color: white; color: black;
  }
	p.c2 { text-align: center; }
	p.c3 { text-align: right; }
		
	li.fett { font-weight: bold; }
		
/* ----------------------------------------------------------------------------- */
/* body Inhalt (Mitte)*/
/* seitenspezifischer Inhalt */
	div#Inhalt {        
		margin: 0 16em 0 16em;
        /*margin: 0;*/
		padding: 0 1em;    	
 	}
	
	/* Ueberschriften, Fliesstext, Bilder */
		/* Ueberschriften, links */
		h1.c1, h2.c2, h3.c3, h4.c4 { text-align: left; }

		/* Ueberschriften, zentriert */
		h1.c5, h2.c6, h3.c7, h4.c8 { text-align: center; }

		/* Ueberschriften, rechts */
		h1.c9, h2.c10, h3.c11, h4.c12 { text-align: right; }

	/* Fliesstext, normal */
		p.c1 { 
		text-align: left;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-style: normal;  font-variant: normal;
		font-weight: normal;
		}
		p.c2 {
		text-align: center;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-style: normal;  font-variant: normal;
		font-weight: normal;
		}
		p.c3 {
		text-align: right;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-style: normal;  font-variant: normal;
		font-weight: normal;
		}
		p.c4 {
		text-align: justify;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-style: normal;  font-variant: normal;
		font-weight: normal;
		}
		
	/* Fliesstext, fett */
		p.c5 { 
		text-align: left;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-style: normal;  font-variant: normal;
		font-weight: bolder;
		}
		p.c6 {
		text-align: center;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-style: normal;  font-variant: normal;
		font-weight: bolder;
		}
		p.c7 {
		text-align: right;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-style: normal;  font-variant: normal;
		font-weight: bolder;
		}
		p.c8 {
		text-align: justify;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-style: normal;  font-variant: normal;
		font-weight: bolder;
		}
		
	/* Fliesstext, klein */
		p.c11 {
		text-align: left;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-style: normal;  font-variant: normal;
		font-weight: normal;
		font-size: x-small;
		}
		p.c12 { 
		text-align: center;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-style: normal;  font-variant: normal;
		font-weight: normal;
		font-size: x-small;
		}
		p.c13 { 
		text-align:right;  
	    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	    font-style: normal;  font-variant: normal;
	    font-weight: normal;
	    font-size: x-small;
	    }
		Inhalt p.c14 { 
		text-align: center; 
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-style: normal;  font-variant: normal;
		font-weight: normal;
		font-size: x-small;
		}
		
		/* Fliesstext, klein, fett */
		p.c21 {
		text-align: left;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-style: normal;  font-variant: normal;
		font-weight: bold;
		font-size: x-small;
		}
		p.c22 { 
		text-align: center;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-style: normal;  font-variant: normal;
		font-weight: bold;
		font-size: x-small;
		}
		p.c23 { 
		text-align:right;  
	    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	    font-style: normal;  font-variant: normal;
	    font-weight: bold;
	    font-size: x-small;
	    }
		Inhalt p.c24 { 
		text-align: center; 
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-style: normal;  font-variant: normal;
		font-weight: bold;
		font-size: x-small;
		}
		
		/* Listen */
		li.c21 {
		text-align: left;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-style: normal;  font-variant: normal;
		font-weight: bold;
		font-size: x-small;
		}
		li.c22 { 
		text-align: center;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-style: normal;  font-variant: normal;
		font-weight: bold;
		font-size: x-small;
		}
		li.c23 { 
		text-align:right;  
	    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	    font-style: normal;  font-variant: normal;
	    font-weight: bold;
	    font-size: x-small;
	    }
		Inhalt li.c24 { 
		text-align: center; 
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-style: normal;  font-variant: normal;
		font-weight: bold;
		font-size: x-small;
		}
		
		/* Tabellen */
		table.randschmal {
		border: 1px solid #CCC;
		}		
		/* fett, klein*/
		td.c21 {
		text-align: left;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-style: normal;  font-variant: normal;
		font-weight: bold;
		font-size: x-small;
		}
		td.c22 { 
		text-align: center;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-style: normal;  font-variant: normal;
		font-weight: bold;
		font-size: x-small;
		}
		td.c23 { 
		text-align:right;  
	    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	    font-style: normal;  font-variant: normal;
	    font-weight: bold;
	    font-size: x-small;		
	    }
	
		/* fett, klein, mit schmalem Rand*/
		td.c31 {
		text-align: left;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-style: normal;  font-variant: normal;
		font-weight: bold;
		font-size: x-small;
		border: 1px solid #CCC;
		}
		td.c32 { 
		text-align: center;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-style: normal;  font-variant: normal;
		font-weight: bold;
		font-size: x-small;
		border: 1px solid #CCC;
		}
		td.c33 { 
		text-align:right;  
	    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	    font-style: normal;  font-variant: normal;
	    font-weight: bold;
	    font-size: x-small;
		border: 1px solid #CCC;
	    }
		
		/* Bilder */

		/* p.bild {
			text-align: center;
		} */
		img { display: block;
		}
		img.center { margin: auto;	
		}
		
		/* Linien */
		
		hr.center  { margin: auto;	
		}
		
		
/* --------------------------------- footer --------------------------------------------- */
/* footer allgemein */

/* div#footer {position: fixed; bottom 0; width: 100%; height: auto;} */
p#fusszeile {
    clear: both;
    font-size: 0.9em;
    margin: 0; padding: 0.1em;
    text-align: center;
    /* background-color: #fed; border: 1px solid silver; */
  }

/* footer navi */
/* "Valid HTML!" */
	div#footer-navi {
   	font-size: 0.9em;
  	float: left; width: 20%;
  	margin: 0; padding: 0;
  	background-color: white; color: black;
  }
	img { display: block;
	}
	img.center { margin: auto;	
	} 
	 
/* footer info */
/* "Valid CSS!" */
	div#footer-info {
  	font-size: 0.9em;
 	float: right; width: 20%;
 	margin: 0; padding: 0;
   	background-color: white; color: black;
  }
	img { display: block;
	}
	img.center { margin: auto;	
	}

/* footer Inhalt */
/* Copyright, Link zum Impressum */
	div#footer-inhalt {
	margin: 0 16em 0 16em;
	padding: 0 1em;    
 	}
	
	p.c2 { text-align: center;  font-size: 66%;  }
	p.c3 { text-align: right; }
	
	h6.c1 { text-align: center;
	}
