/* DATEI: layout.css */


html 	{
	height: 100%;
	height:100%;
	color:#000000;
	background-color: #93A2F5;
	font-size : 10pt;
	font-family : Arial;
	}


/*----------allgemeine Formatierungsangaben-------------------------*/


body 	{
	background-color: #93A2F5;
	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:80px;
	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:25px;
	margin:0px 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:2px auto;
	text-align:center;
	background-color:#FFFFFF;
	border:solid 2px #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;
	}



















