@charset "UTF-8";
/* CSS Document */

/* -------------------------------------------------------LAYOUT-Seite-------------------------------------------------------*/


/* -----Für alle reinen Textinhalte: Mittagstisch, Leitbild, Visionen, Evaluation, etc.-----*/
.inhalt {
	font-family: "Gill Sans", sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	word-spacing: normal;
	padding: 10px;
	float: left;
	width: 700px;
	height:1000px;
	font-variant: normal;
	text-transform: none;
	position: absolute;
	left: 250px;
	top: 90px;
	margin-top: 0px;
	margin-right: 0px;
	background-color: #CCC;
	margin-bottom: 0px;
	margin-left: 0px;
}

* html .inhalt { /* Korrektur für EXPLORER*/
	margin-top: 20px;
	
	}


/* -----FürTabellen: Kontakt, etc. KEINE BREITENANGABE, sollte width: 853px nicht überschreiten , etc.-----*/
.tabelle {
	font-family: "Gill Sans", sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: #000;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	word-spacing: normal;
	padding: 0px;
	float: left;
	/* ----width: 853px;----*/
	font-variant: normal;
	text-transform: none;
	position: absolute;
	left: 250px;
	top: 110px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

* html .tabelle { /* Korrektur für EXPLORER*/
	margin-top: 20px;
	
	}

/* -----Für Wechselbilder mit Button und Kommentar rechts. Bilder sollen quadratisch 450px x 450px sein, eventuell mit grauem (#ccc) Hintergrund-----*/
.bildtabelle {
	width: 700px;
	height: 4500px;
	position: absolute;
	left: 250px;
	top: 110px;
	margin-top: 0px;
	margin-right: 0px;
	float: right;
}

* html .bildtabelle { /* Korrektur für EXPLORER*/
	margin-top: 20px;
	
	}

.bildtabellentext {
	font-family: "Gill Sans", sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: #000;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	word-spacing: normal;
	float: left;
	overflow-y:scroll;
	height: 500px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}


body{ /* Hintergrundbild mit Logo und Text Sekundarschule Muttenz*/
	background-image: url(homebilder/homebild1.jpg);
	background-repeat: no-repeat;
	background-position: 44px 200px;
	background-attachment: fixed;
}


#balken{/* Grauer Balken am oberen Rand*/
	position: fixed;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	}
	
#seitenfarbe{/* grauer Hintergrund*/
	
	}

	
	
/* -------------------------------------------------------LAYOUT-LINKS-------------------------------------------------------*/




/* Menukasten am oberen Rand*/
#main-nav {
	padding:0;
	line-height:24pt;
	
	float:left;
	position:fixed;
	width:600%;
	margin-top: 10px;
	margin-left: 240px;
	font-family: "Gill Sans", sans-serif;
	font-size: 12pt;
	color: #FFF;
}

* html #main-nav { /* Korrektur für EXPLORER*/
	margin-top: -45px;
	margin-left: 120px;
	}
	
#main-nav li {
	padding:0;
	list-style:none;
	float:left;
	color:#FFF;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 0;
}
#main-nav li a {
	text-decoration:none;
	padding:0;
	display:block;
	color:#FFF;
}
#main-nav li a:hover {
	font-weight:bold;
	color:#FFF;
	}



/* ANFANG: link-Farben*/



.rot{
	background-color:none;
	font-size:12pt;
	color:red;
	font: Gill Sans, sans serif;
}

.rotaktiv{
font-weight:bold;
font-size:18pt;
color:red;


}

.weiss{
	background-color:none;
	font-size:12pt;
	color:white;
	font: Gill Sans, sans serif;
}

.weissaktiv{
font-weight:bold;
font-size:12pt;
color:white;


}


#links{ /* der ganze Menukasten für die Hauptmenus*/
	line-height:18pt;
	position:fixed;
	margin-top: 65;
	margin-left: 44px;
	width:190px;
	height:200px;
	padding:0;
	margin-right: 10;
	margin-bottom: 0;
	font-family: "Gill Sans", sans-serif;
	font-size: 12pt;
	color: #F00;
	float: left;
}


* html #links { /* Korrektur für EXPLORER*/
	margin-top: 5px;
	margin-left: 20px;
	}




#links a{ /*alle links im Menukasten*/
	text-decoration:none;
	display:block;
	color: #F00;
	
}



#links a:hover{ /* Link auf den die Maus zeigt*/
font-weight:bold;
}


#linkwichtig{ /* Link zu einer Seite (9xxx.php), die bei Bedarf zugeschaltet werden kann in linksxxx.php. Dieser Link erscheint dann auf allen Seiten, die in erster Rang stehen*/
	line-height:18pt;
	position:fixed;
	margin-top: 65;
	margin-left: 240px;
	width:190px;
	padding:0;
	margin-right: 10;
	margin-bottom: 0;
	font-family: "Gill Sans", sans-serif;
	font-size: 16pt;
	text-decoration:blink;
	color: #F00;
	float: left;
}


* html #linkwichtig { /* Korrektur für EXPLORER*/
	margin-top: 5px;
	margin-left: 160px;
	}
	
	#linkwichtig a{ /*alle links im Menukasten*/
	text-decoration:none;
	display:block;
	color: #F00;
	font-size: 16pt;
	text-decoration:blink;
	
}



#linkwichtig a:hover{ /* Link auf den die Maus zeigt*/
font-weight:bold;
font-size: 16pt;
}


/* anfang BG-LInks: link-Farben*/

#linksbg{ /* der ganze Menukasten für die Hauptmenus*/
	line-height:18pt;
	position:absolute;
	margin-top: 20;
	margin-left: 1000px;
	width:190px;
	height:200px;
	padding:0;
	margin-right: 10;
	margin-bottom: 0;
	font-family: "Gill Sans", sans-serif;
	font-size: 12pt;
	color: #FFF;
	float: left;
	top: 110px;
}


* html #linksbg { /* Korrektur für EXPLORER*/
	margin-top: 20px;
	margin-left: 800px;
	float: left;
	position: absolute;
	}


#linksbg a{ /*alle links im Menukasten*/
	text-decoration:none;
	display:block;
	color: #FFF;	
}



#linksbg a:hover{ /* Link auf den die Maus zeigt*/
color: #F00;
}

/* ENDE: link-Farben*/


/*.fehler{font-weight:bold;color: red;}*/

/* -------------------------------------------------------TEXTFARBEN-------------------------------------------------------*/

.schwarz12{
	background-color:none;
	font-size:12pt;
	color:black;
	font-family: "Gill Sans", sans-serif;
}

.schwarz18{
	background-color:none;
	font-size:18pt;
	color:black;
	
}

.schwarz24{
	background-color:none;
	font-size:24pt;
	color:black;
	font-weight:bold;
	
}
.weiss12{
	background-color:none;
	font-size:12pt;
	color:white;
	font-family: "Gill Sans", sans-serif;
}

.weiss18{
	background-color:none;
	font-size:18pt;
	color:white;
	
}
.schwarz10 {
	font-family: "Gill sans", sans-serif;
	font-size: 11px;
	color: #000;
}
