/* Allgemeine Formatierungen */
body {
	font-family : Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF2CC;
	
	scrollbar-3dlight-color: #FFFFFF; 	/* Farbe der äußeren linken und oberen Seite der 3D-Elemente */
	scrollbar-darkshadow-color: #FFFFFF;  /* Farbe der äußeren rechten und unteren Seite der 3D-Elemente */	
	scrollbar-highlight-color: #8B363F; /* Farbe der linken und oberen Seite der 3D-Elemente */	
	scrollbar-shadow-color: #8B363F; /* Farbe der rechten und unteren Seite der 3D-Elemente */	
	scrollbar-arrow-color: #ffffff; /* Farbe des Scrollbalken-Pfeils */	
	scrollbar-base-color: #f5ddd3; /* Scrollbalken-Farbe */	
	scrollbar-face-color: #8B363F; /* Farbe der Scrollbalken-Oberfläche */	
	scrollbar-track-color: #FFF2CC; /* Scrollbalken-Hintergrundfarbe */
	
	
}
a {
	color: rgb(140,0,0);
}

/* Hauptmenü */
#streifenoben{
	position:absolute;
	left:205px;
	top:86px;
	width:679px;
	height:42px;
	z-index:90;
	background-image: url(../bilder/streifen_oben.gif);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
}
#streifenoben ul{
	position:absolute;
	left:25px;
	top:24px;
	margin:0;
	padding:0;
	width:600px;
}
#streifenoben ul li{
	margin:0;
	padding:0;
	float:left;
	margin-right:15px;
	list-style-type:none;
	font-size: 80%;
	width:auto;
}
#streifenoben ul li a{
	margin:0;
	padding:0;
	margin-right:30px;
	text-decoration: none;
	color: rgb(255,255,255);
	width:auto;
}

#streifenoben li a.activeLink {
	/*border-left: 10px solid rgb(255,255,255);*/
	font-weight:bold;
}


/* SubMenü */
#subnavcontainer{
	/*border: 1px solid #000;*/
	position:absolute;
	margin:0; 
	padding: 0;
	top:149px; 
	width:178px; 
	/*height:600px; */
	z-index:60;
}

#subnav {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 80%;
	list-style-type: none;
}

#subnav li {
	/*border-left: 10px solid rgb(255,202,106);*/
	margin: 0;
	padding-left: 0;
}

#subnav li a {
	display: block;
	padding: 8px 5px;
	/*border-left: 10px solid rgb(255,202,106);*/
	color: #000;
	text-decoration: none;
	width: 100%;
	border-left: 10px solid rgb(255,242,204);
}

#subnav li a:hover {
	/*background-color: rgb(139,54,63);
	color: rgb(255,255,255);*/
	border-left: 10px solid rgb(140,0,0);
	/*border-left: 10px solid rgb(140,0,0);*/
}

a#clickedMenuText , a#clickedMenuText:link, a#clickedMenuText:visited, a#clickedMenuText:hover, a#clickedMenuText:active {
	/*border-left: 10px solid rgb(140,0,0);*/
	color: rgb(0,0,0);
	font-weight:bold;
}

/******************  Das SubSubmenü **************************/

#subnav ul {
	border-top: 1px solid #fff;
}

#subnav ul, #subnav ul li {
	font-size: 95%;
	margin: 0;
	border: 0;
	padding: 0;
}
#subnav ul li ul, #subnav ul li ul li {
	font-size: 100%;
	margin: 0;
	border: 0;
	padding: 0;
	margin-left:10px;
	list-style-type:none;
}

#subnav ul li a {
	color: rgb(0,0,0);
	padding: 4px;
	padding-left: 17px;
} 

#subnav ul li a:hover  {
	border-left: 10px solid rgb(140,0,0);
	/*background-color: rgb(139,54,63);
	color: rgb(255,255,255);*/
}

a#activeMenueTreeText, a#activeMenueTreeText:link, a#activeMenueTreeText:visited, a#activeMenueTreeText:hover, a#activeMenueTreeText:active {
	/*border-left: 10px solid rgb(140,0,0);
	color: rgb(140,0,0);*/
	color: rgb(0,0,0);
	font-weight:bold;
}

a#activeMenue, a#activeMenue:link, a#activeMenue:visited, a#activeMenue:hover, a#activeMenue:active {	
	border-left: 10px solid rgb(140,0,0);
	/*background-color: rgb(140,0,0);
	color: #fff;*/
	color: rgb(140,0,0);
	font-weight:bold;
}


/* SubMenü2 bzw. Extramenü -- Links Sitemap Impressum*/

#subnav2 {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 80%;
	list-style-type: none;
}

#subnav2 li {
	/*border-bottom: 1px solid rgb(255,226,170);*/
	margin: 0;
	padding-left: 0;
}

#subnav2 li a {
	display: block;
	padding: 8px 5px;
	/*border-left: 10px solid rgb(255,202,106);*/
	color: #000;
	text-decoration: none;
	width: 100%;
	border-left: 10px solid rgb(255,242,204);

}

#subnav2 li a:hover {
	border-left: 10px solid rgb(140,0,0);
	/*background-color: rgb(139,54,63);
	color: rgb(255,255,255);*/
}




a#activeMenue, a#activeMenue:link, a#activeMenue:visited, a#activeMenue:hover, a#activeMenue:active {	
	border-left: 10px solid rgb(140,0,0);
	/*background-color: rgb(140,0,0);
	color: #fff;*/
	color: rgb(140,0,0);
	font-weight:bold;
}

#subnav2 li a.activeLink {
	border-left: 10px solid rgb(140,0,0);
	color: rgb(140,0,0);
	font-weight:bold;
}






#kopf{
	position:absolute; 
	left:0px; 
	top:0px; 
	width:291px; 
	height:128px; 
	z-index:50
}


#schriftzug{
	position:absolute; 
	left:816px; 
	top:185px; 
	width:65px; 
	height:373px; 
	z-index:80;
	background-image: url(../bilder/marienschule_rechts.gif);
	background-repeat:repeat-x;
}
#bild{
	position:absolute; 
	left:290px; 
	top:0px; 
	width:521px; 
	height:86px; 
	z-index:70;
	background-image: url(../bilder/kopfbild.jpg);
	}
	


/******************  Inhalt **************************/

#inhalt{
	position:absolute; 
	left:180px; 
	top:129px; 
	width:632px; 
	margin: 0;
	padding:0;
	padding-top:20px;
	z-index:70;
	background-color: #FFFFFF; 
	layer-background-color: #FFFFFF; 
	border: 1px none #000000;
	min-height:500px;
}

/* commented backslash hack v2 ie5 mac sieht dies nicht, zusätzlich sieht der ie auf PC als einziger den Style mit dem -davor \*/
#inhalt{
	-height:500px;
}
/* end hack */

body.start #inhalt{
	background-image:url(../bilder/wasserzeichen.gif);
	background-repeat:no-repeat;
	background-position: 100px 30px;
}



/*-- normale Headline --*/
#inhalt h1, #inhalt h2, #inhalt h3, #inhalt h4, #inhalt h5{
	margin-left: 50px;
	margin-right: 50px;
	font-weight: bolder;	
}

#inhalt h1{
	font-size :16px;
	color: rgb(0,0,0);
}

/*-- Sub-Headline --*/
#inhalt h2{
	font-size :13px;
	color: rgb(0,0,0);
}

/*-- normale Headline Farbig--*/
#inhalt h3{
	font-size :12px;
	color: rgb(0,0,0);
}

/*-- Sub-Headline Farbig--*/
#inhalt h4, #inhalt h4{
	font-size :11px;
	color: rgb(0,0,0);
}


#inhalt p{
	margin-left: 50px;
	margin-top: 0px;
	margin-right: 50px;
	font-size :12px;
}

#inhalt table{
	margin-left: 50px;
	margin-right: 50px;
}

td{	
	font-size :12px;
}
#inhalt ol li{
	margin-left: 35px;
	margin-right: 50px;
	font-size :12px;
}
#inhalt ul li{
	margin-left: 35px;
	margin-right: 50px;
	font-size :12px;
	list-style-type:square;
}
/* commented backslash hack v2 ie5 mac sieht dies nicht, zusätzlich sieht der ie auf PC als einziger den Style mit dem -davor \*/
#inhalt ul li{
	margin-left: 25px;
}
#inhalt ul{
	margin-right: 50px;
	font-size :12px;
	list-style-type:square;
}
.fussnote{
	/*margin-left: 50px;
	margin-top: 0px;
	margin-right: 50px;*/
	font-size :10px;
}
.BildRechts{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	border:1px solid green;
}
/* end hack */


.Hervorhebung{
	font-size :13px;
	color: rgb(140,0,0);
	font-weight: bolder;	
}

