/* DATEI: layout.css */


html 	{
	height: 100%;
	height:100%;
	color:#000000;
	background-image: url(pictures/hg-00-sw.jpg);
	font-size : 10pt;
	font-family : Arial;
	}


/*----------allgemeine Formatierungsangaben-------------------------*/


body 	{
	background-color: #FFFFFF;
	background-image: url('pic/hg.gif');
	text-align: center;
	}

* {margin: 0px; padding: 0px;}

img { border: solid 0px #4204EE; }


/*----------Zeile ganz oben -----------------------------------------*/
div#impressum {
	width:900px;
	margin:0px auto;
	text-align:right;
	background-color:transparent;
	font-size: 10px;
	font-variant: small-caps;
	color:#4204EE;
	}


/*----------Box oben für Kopfzeile----------------------------------*/
div#oben {
	width:900px;
	height:100px;
	background-image: url(pic/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin:0px auto;
	text-align:center;
	background-color:#FFFFFF;
	border:solid 1px #4204EE;
	-moz-border-radius:10px;
	-khtml-border-radius:15px;
	color:#4204EE;
	}

/*----------Box oben für Menü --------------------------------------*/
div#menu {
	width:900px;
	height:27px;
	margin:2px auto;
	text-align:center;
	background-color:#FFFFFF;
	border:solid 1px #4204EE;
	-moz-border-radius:10px;
	-khtml-border-radius:15px;
	color:#4204EE;
	}

/*----------Hauptbox1-----------------------------------------------*/
div#mitte {
	width:900px;
	height:680px;
	margin:0px auto;
	text-align:center;
	background-color:#FFFFFF;
	border:solid 1px #4204EE;
	-moz-border-radius:10px;
	-khtml-border-radius:15px;
	}

/*----------Eingang (Index-seite)----------------------------------*/
div#index {
	width:900px;
	height:817px;
	background-image: url("pic/eingang2.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	margin:0px auto;
	text-align:center;
	background-color:#FFFFFF;
	border:solid 1px #4204EE;
	-moz-border-radius:10px;
	-khtml-border-radius:15px;
	}



/*----------Eingang (Index-seite)----------------------------------*/
div#comics {
	width:800px;
	margin:0px auto;
	text-align:center;
	background-color:#FFFFFF;
	border:solid 1px #4204EE;
	-moz-border-radius:10px;
	-khtml-border-radius:15px;
	font-size : 10pt;
	font-family : Comic Sans MS;

	}




/*----------Link-Impressum------------------------------------------*/
a:link.meni {text-decoration : none; color : #4204EE; font-weight : bold;}
a:hover.meni {text-decoration : none; color : #4204EE; font-weight : bold;}
a:visited.meni {text-decoration : none; color : #4204EE; font-weight : bold;}




/*----------Links-(dick)--------------------------------------------*/
a:link.men {
	background-color : smoke;
	font: normal 100%/100% Arial;
	text-decoration : none;
	color : black;
	text-transform : none;
	font-weight : bold;
		}

a:visited.men {
	background-color : smoke;
	font: normal 100%/100% Arial;
	text-decoration : none;
	color : black;
	text-transform : none;
	font-weight : bold;
		}

a:hover.men {
	background-color : smoke;
	font: normal 100%/100% Arial;
	text-decoration : none;
	color : #F74749;
	text-transform : none;
	font-weight : bold;
		}

/*----------Links-(dünn)---------------------------------------------*/
a:link.men1 {
	background-color : smoke;
	font: normal 100%/100% Arial;
	text-decoration : none;
	color : black;
	text-transform : none;
		}

a:visited.men1 {
	background-color : smoke;
	font: normal 100%/100% Arial;
	text-decoration : none;
	color : black;
	text-transform : none;
		}

a:hover.men1 {
	background-color : smoke;
	font: normal 100%/100% Arial;
	text-decoration : none;
	color : blue;
	text-transform : none;
		}

/*----------Links-(Fast unsichtbar)--------------------------------------------*/
a:link.men2 {
	background-color : smoke;
	font: normal 100%/100% Arial;
	text-decoration : none;
	color : #CCCCCC;
	text-transform : none;
	font-weight : bold;
		}

a:visited.men2 {
	background-color : smoke;
	font: normal 100%/100% Arial;
	text-decoration : none;
	color : #CCCCCC;
	text-transform : none;
	font-weight : bold;
		}

a:hover.men2 {
	background-color : smoke;
	font: normal 100%/100% Arial;
	text-decoration : none;
	color : black;
	text-transform : none;
	font-weight : bold;

		}
/*----------Schriftart in den Tabellen------------------------------*/
td { color:#000000; font-size : 10pt; font-family : Arial;}
th { color:#000000; font-size:10pt; font-family : Arial; }

/*----------Tabellenhintergrund-------------------------------------*/

/* table { background-color:#FFFFFF; }*/


table { background-color:transparent; } 

.bordered { border:1px solid #aaa; }



/*-- a img { border: thick solid silver; }		--*/
/*-- a:hover img { border: thick double silver; } 	--*/



/*----------Tabellen im Menü  -------------------------------------*/
table#menu { 
	background-color:#FFFFFF; 
	text-align:center;
	border:solid 0px #4204EE;
	border-spacing: 3px;
	-moz-border-radius:10px;
	-khtml-border-radius:15px;
	}

td#menu a {
	height:20px;
	WIDTH:100px;
	font-size : 20px; font-family : Arial;
	background-color:#FFFFFF;
	text-align:center;
	border:solid 0px #4204EE;
	border-spacing: 3px;
	}

td#menu a:hover {
	height:20px;
	WIDTH:100px;
	font-size : 20px; font-family : Arial;
	background-color:#FDFF33;
	text-align:center;
	border:solid 0px #4204EE;
	border-spacing: 3px;
	}






















  div#Rahmen {
    width:1000px;
    height:100px
    padding: 2px;
    margin:2px
    text-align:center;
    background-color:#FFFFFF;
    border:solid 1px #4204EE;
    -moz-border-radius:10px;
    -khtml-border-radius:15px;
   }
  
  * html div#Rahmen {  /* Korrektur fuer IE 5.x */
    width: 48.7em;
    w\idth: 47.1em;
  }
  div#Rahmen div {
     clear: left;
  }
  ul#Navigation {
    margin: 0; padding: 0;
    text-align: center;
  }

  ul#Navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin: 0.4em; padding: 0;
  }
  * html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -0.4em;
  }
  *:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -0.1em;
  }

  ul#Navigation li ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 1.6em; left: -0.4em;
    display: none;  /* Unternavigation ausblenden */
  }
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.4em;
  }
  *:first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
    background-color:silver; padding-bottom:0.4em;
  }
  ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  ul#Navigation li ul li {
    float: none;
    display: block;
    margin-bottom: 0.2em;
  }

  ul#Navigation a, ul#Navigation span {
    display: block;
    width: 6.4em;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.2em 1em;
  
    text-align:center;
    background-color:#FFFFFF;
    border:solid 1px #4204EE;
    -moz-border-radius:10px;
    -khtml-border-radius:15px;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 8.6em;   /* Breite nach altem MS-Boxmodell fuer IE 5.x */
    w\idth: 6.4em;  /* korrekte Breite fuer den IE 6 im standardkompatiblen Modus */
  }
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: gray;
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: maroon; background-color: silver;
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color: maroon;
  }
