/*alle Schrift und Farbformatierungen für die gesamte Seite */
body {
	color: black;
	font-family: arial, helvetica, sans-serif;
	font-size:0,6em;
	background-color:#FFCC00;
	scrollbar-face-color: #660000;
	scrollbar-track-color: #FFCC00;
	scrollbar-arrow-color: #FFCC00;
	scrollbar-highlight-color: #FFCC00;
	scrollbar-shadow-color: #FFCC00;

	
}
#body {
		overflow: visible;
		margin:0px; padding:0px; border:0px;
}
/*Hintergrundbild*/
#bg
{
	height: 680px;
	width: 1050px;
	position: relative;
	background-image: url(bilder/bg.jpg);
	background-repeat:no-repeat;
}
/*Infofenster beim Versenden des Kontaktformulars*/
#mailversand
{	background-color: #FFCC00;
}

/*container für logo und obere Navi*/
#kopf
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 171px;

} 
/*container für obere Navi*/
#navi1
{
	position: absolute;
	top: 20px;
	left: 150px;
	font-size: 1em;
	font-weight:bold;
	width:80%;
	color: #edb200;
	background-color:#FFFF99;
}
#body #slide {
 	font:11px Verdana,Arial;
	width: 530px;
	position: absolute;
	left: 80px;
	top: 40px;
	height: 550px;
	overflow: auto;
	}                

/*container für die einzelnen Navi-Punkte*/
#portrait
{
	position: absolute;
	top: 20px;
	left: 25px;
	width:120px;
	border: 0px;
	background: transparent;

}
#bands
{
	position: absolute;
	top: 20px;
	left: 150px;
	width:92px;
	background: transparent;
}
#unterricht
{
	position: absolute;
	top: 20px;
	left: 247px;
	width:150px;
	background: transparent;
}
#konzerte
{
	position: absolute;
	top: 20px;
	left: 402px;
	width:137px;
	background: transparent;
}
#kontakt
{
	position: absolute;
	top: 20px;
	left: 544px;
	width:117px;
	background: transparent;
}	
#fotos
{
	position: absolute;
	top: 20px;
	left: 668px;
	width:81px;
	background: transparent;

}

/*container für navi links*/
#navi
{
	position: absolute;
	top: 200px;
	left: 7px;
	width: 170px;
	font-weight:bold;
	font-size:0.9em;
	
}
/*container für Aktualisierung*/
#aktuell
{
	position: absolute;
	top: -40px;
	left: 37px;
	font-weight:light;
	font-size:0.7em;
}
/*container für navi home und impressum*/
#navi2 {

	position: absolute;
	top: 180px;
	left: 65px;
	font-weight:bold;
	font-size:0.6em;

}
/*container für inhalt*/
#inhalt
{
	position: absolute;
	top:110px;
	left:190px;
	height:450px;
	width:75%;
	text-align:justify;
	line-height:16pt; 
 	color:black;
 	font-size:9pt;
 	font-weight:normal;
 	font-family:Arial;


}
#inhalttext
{
	position: absolute;
	top:180px;
	left:190px;
	height:430px;
	width:76%;
	text-align:justify;
	line-height:16pt; 
 	color:black;
 	font-size:9pt;
 	font-weight:normal;
 	font-family:Arial;
 	overflow: auto;

}
#inhalttextkonzi
{
	position: absolute;
	top:330px;
	left:190px;
	height:290px;
	width:75%;
	text-align:justify;
	line-height:16pt; 
 	color:black;
 	font-size:9pt;
 	font-weight:normal;
 	font-family:Arial;
 	overflow: auto;
	
}

#inhalttextunterricht
{
	position: absolute;
	top:350px;
	left:190px;
	height:260px;
	width:75%;
	text-align:justify;
	line-height:16pt; 
 	color:black;
 	font-size:9pt;
 	font-weight:normal;
 	font-family:Arial;
 	overflow: auto;

}

/*grundsätzlich link-formatierung*/
a 
{
	text-decoration:none;
	color:Black ;
}
a:hover
{

}


/* für gelbe links*/
a.gelb
{
	color: #D9A01F;
	font-weight: 600;
}
/*für rote links*/
a.rot
{
	color:#660000;
	font-weight: 600;
}
/* für schwarze links*/	
a.schwarz	
{	color: black;
	font-weight: bold;
}

a.blau  { 
	
	color:#0000A0;
	
 }
 /*für externe links*/
 a.extern
 {
 	color:black;
 	text-decoration:underline;
 }

/*für unformatierte listen*/	
ul {
	color: #333333;
	list-style-type:none;
	line-height: 160%;
}
/*für alle überschriften h2*/	
h2
{
	color:#660000;
	font-size:1.5em;
	font-weight: bold;
	text-align:left;
	margin-left:30px;
	margin-top:30px;
	
}

/*für alle Überschriften h3*/
h3
{
	color:#660000;
	font-size:1.2em;
	font-weight: bold;
	text-align:left;
	margin-left:10px;
	margin-top:10px;
	
}
/*für alle Überschriften h4*/
h4
{
	color:#660000;
	font-size: 1.0 em;
	font-weight: bold;
}
td
{
	border-color:Blue;
	vertical-align:text-top;
	vertical-align:top;
	font-size: 12px;
}
table
{
	border-color:Red;
	text-align:justify;
	
}

#table
{        
       margin-top:230px;
       margin-left:150px;      

}

p.rot
{
	font-family:Arial;
	font-size:0,8em;
	color:red;

}
.link a {

	color: black;
}

.link a:hover {
	background-color: #FFCC00;
	color:black;
}
