/*   Kanti-Forum.ch                    */
/*   CSS-Stylesheet Nr. 1              */
/*   Letzte Überarbeitung 21.01.2006   */

/* Standard-Tags */

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	background-image: url(bilder/aula4.jpg); 
	background-position: top; 
	background-repeat: no-repeat; 
	background-attachment: scroll;
	margin: 10px 10px 10px 10px;
	}
	
p.klassentitel {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

a:link, a:visited { color: #666666; text-decoration: none; }
a:hover, a:active { color: #FF6666; text-decoration: none; }
		
h1 { font-size: 24px; }
h2 { font-size: 16px; }
h3 { font-size: 12px; }
h4 { font-size: 10px; }

.hervorgehoben { color: #0066CC; }
.blaudick { color: #0066CC; font-weight: bold; }
.programmweiss { color: #FFFFFF; font-size: 12px; }
.programmschwarz { color: #000000; font-size: 12px; }
.menueklein { color: #000000; font-size: 9px; }

/* Hauptbereich DIV und Tags */

#Hauptbereich {
	width: 716px;
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
}

/* MenueOben DIV und Tags */

#MenueOben {
	/*position: fixed;*/
}	

/* MenueLinks DIV und Tags */

#MenueLinks {
	width: 20%;
	margin: 15px 0px 0px 0px;
	float: left;
	/*position: fixed;*/
}	

.MenueAusblick a:link, .MenueAusblick a:visited {
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin: 0px 0px 3px 0px;
}

.MenueAusblick a:focus, .MenueAusblick a:hover, .MenueAusblick a:active {
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin: 0px 0px 3px 0px;
}

.Azeit {
	font-size: 10px;
	font-weight: normal;
}

.MenueKontakt {

}	

.SeiteInfo {

}

/* SeiteInhalt DIV und Tags */

#SeiteInhalt {
	height: 560px;
	width: 75%;
	margin: 15px 0px 0px 0px;
	float: right;
	overflow: auto;
}

#SeiteInfo {
	width: 100%;
	bottom: 10px;
	/*position: fixed;*/
}

/* Versteckte Informationen */

#Versteckt {
	display: block;
	height: 2px;
	width: 2px;
	position: absolute;
	left: 0px;
	top: 0px;
}
