@media all {
/* ab hier alle Standard-Definitionen für alle Medien (sonst versteht es der Firefox nicht) */

BODY {
	font-family: Verdana; 
	font-size:10pt; 
/*	width:600pt;*/
	background-image: url(pics/sand.gif);
	overflow-x:hidden;
	margin-right:0px;
}
TD {font-size:10pt; vertical-align:top;}
TH {font-size:10pt; vertical-align:top; font-weight:bold;}
H1 {font-size: 12pt; font-weight:bold; text-align:left; color:#366697; clear:left; }
H2 {font-size: 12pt; font-weight:bold; margin-top:10pt; margin-bottom:1pt; }
H3 {font-size: 10pt; font-weight:bold; margin-top:10pt; margin-bottom:1pt; }
DT {font-size: 10pt; font-weight:bold; margin-top:3pt; margin-bottom:1pt;}

/* externe Links kennzeichnen */
a[href ^="http://"], a[href ^="https://"] {
  background: url(/pics/external.png) center right no-repeat;
  padding-right: 13px;
}

/* folgende externe Links nicht kennzeichnen */
a[href^="http://www.chance-gymnasium.de"],
a[href^="http://openwebmail.lai.de/"],
a[href^="http://www.qualitaetsoffensive-bildung.de/"]
{
  background: transparent;
  padding-right: 0px;
}


DT.termine { font-weight:normal; }
DD.termine { font-weight:bold; }


#body {
	padding: 0;
	margin: 10px 10px 10px 130px;
	position: relative;
	height:auto;
	width:auto;
}

#menu {
	left: 0;
	top: -10px;
	padding: 0;
	margin: 10px 10px 10px -130px;
	width: 120px;
	position: absolute;
	font-size:10pt;
	vertical-align:top;
	text-align:left;
	background:none; 
}

#menu A {
	text-decoration:none;
}

#menu A:hover {
	text-decoration:underline;
}

#foot {
/*	left: -130px;
	padding: 0;
	margin: 10px 10px 10px -130px;
	width: 120px;
	position: absolute;
	float: left;
*/
	font-size:7pt;
	vertical-align:bottom;
	text-align:center;
}

div.menubox, div.menubox_myasg {
	margin-top:5pt;
	margin-bottom:5pt;
	width:120px;
	font-size:10pt;
	padding:0px;
	font-weight:bold;
	border: 1px solid #366697;
	background-color:#366697;
	color:white;
	overflow:hidden;
}

div.menubox A {
	color:white;
}

div.menubox_myasg A {
	color:yellow;
}

ul.submenu, ul.submenu_myasg {
	list-style-type:none;
	font-size:8pt;
	margin-left:0px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#91C5F5;
	color:black;
	
	margin:0px;
	padding:0px;

}

ul.submenu_myasg {
	background-color:#FFFF80;
}

ul.submenu li, ul.submenu_myasg li {
	margin-top:6px;
	margin-bottom:0px;
	
}


ul.submenu A, ul.submenu_myasg A {
	color:black;
}


DIV.button {
	margin:10px;
}

A.button {
	background-color:lightgrey;
	font-family:ms sans serif;
	font-size:9pt;
	color:black;
	padding:3pt;
	border-style:solid;
	border-width:thin;
	border-top-color:white;
	border-left-color:white;
	border-bottom-color:gray;
	border-right-color:gray;
	text-decoration:none;
}
A.button:hover {
}
A.button:active {
	border-top-color:gray;
	border-left-color:gray;
	border-bottom-color:white;
	border-right-color:white;
}



IMG.border { border: 1px solid #366697; }

} /* Ende des "@media all" Bereichs */

@media print {
/* zusätzliche Formatierungen für's Drucken */

	#menu { display: none;}
/*	.menubox { display: none; } */
	#foot { position: relative; display: block; }
	#body { margin: 0; }
	A { color:black; text-decoration:none; }
	H1 { color:black; }
	DIV.button { display: none; }
	.noprint { display: none; }
}
