/***************************************************************/
/*      Sebastianusschule
/*      Stand: 01.09.2008
/***************************************************************/

/***************************************************************/
/*      Allgemeine Formatierungen
/***************************************************************/

html{
	height:			100%;
}

*{
   margin:			0px;
   padding:			0px;
}

body{
	background-color:#f0f0f0;
	font-family: 	Verdana, Helvetica, Arial,  sans-serif;
	font-size:		80%;
	height:			100%;

}

#box{
	position: 		relative;
	min-height: 	100%;
	height:			auto !important; /* moderne Browser */
	height:			100%; /* IE */
}

/***** unsichtbare Sprungnavigation, nichtsichtbare Druckbereiche *****/
.u,
.print{
	position:		absolute;
	left:			-3000px;
	top: 			-3000px;
	width:			1px;
	height:			1px;
	z-index:		1;
   
}

.u a:focus, 
.u a:hover, 
.u a:active {
	position: 			absolute;
	display: 			block;
	color: 				#FFF;
	top: 				3000px;
	left: 				3190px;
	height: 			auto;
	width: 				auto;
	font-size: 			85%;
	font-weight: 		bold;
	text-decoration: 	underline;
	white-space: 		nowrap;
}


img{
	border:				none;
}

hr {
	height: 			1px;
	background-color: 	#039;
	margin-top: 		5px;
	margin-bottom: 		10px;
	margin-right:		10px;
	border: 			0px none;
}

hr.clear{
	clear:				both;
	visibility:			hidden;
	height:          	0;
}

br.clear{
	clear:				both;
	visibility:			hidden;
	height:				0;
}

h1{
	font-size:			1.3em;
	font-weight:		600;
	margin-bottom:		15px;
    border-bottom:		1px solid #039;
	color:				#039;
	margin-right:		10px;
   -height:				1px  /* gegen die guillotine */ 
}

h2{
	font-size:			1.2em;
	font-weight:		600;
	margin-bottom:		4px;
    xborder-bottom:		1px solid #039;
	color:				#039;
	margin-right:		10px;
   -height:				1px  /* gegen die guillotine */ 
}

h3{
	font-size:			1.0em;
	margin-bottom:		6px;
	
	color:				#039;
}



p, a, li, table{
	font-size:			100%;
}

p{
	margin-bottom:		1.5em;
}


input{
	margin-bottom:		2px;
}


table{
	border-collapse: 	collapse;
	border:				1px solid #000;
	caption-side:		top;
	margin-bottom:		20px;
} 

td{
	border-right:		1px dotted #000;
	border-bottom:		1px solid #000;
	padding:			0.3em 0.7em;
}

th{
	border:				1px solid #000;
	padding:			0.3em 0.7em;
	background:			#9CF;
}

caption{
	margin-top: 		10px;
	padding-bottom: 	5px;
	color:				#000;
	font-weight:		600;
	text-align:			left;
}





/***************************************************************/
/*      Seitenkopf
/***************************************************************/

#kopf{
	background-color:	#F90;
	height:				94px;
}

#kopf img{
	display:			block;
}

#backlink{
	float:				left;
}

#header{
	position:			absolute;
	top:				20px;
	left:				195px;
	font-family: 	Verdana, Helvetica, Arial,  sans-serif;
	
}

#header a:link,
#header a:visited{
	color:				#DDD;
	font-size:			2.5em;
	text-decoration: 	none;
}

/***************************************************************/
/*      Hilfebox (Suche, A-Z, Feedback, Telefonbuch)
/***************************************************************/

#hilfen{
	position:			absolute;
	top:				20px;
	right:				2em;
	padding:			5px 4px 7px 4px;
	font-size:			.85em;
	font-weight:		600;
}

/***************************************************************/
/*      Zielgruppennavigation
/***************************************************************/

#zielgruppennavi{
	position:		relative;
	width:			100%;
	background:		#FC6;
	margin: 		0px 0px 0px 0px;
	padding: 		0px;
	white-space: 	nowrap;
	border-top:		1px solid #F60;	
	border-bottom:		1px solid #F60;	
	
}

#zielgruppennavi ul{
    padding-left:	195px;
}

#zielgruppennavi li{
	border-right:	1px solid #600;
	display: 		inline;
	line-height:	1.4em;
	padding:		0px 0px 0px 0px;
}

#zielgruppennavi li a:link,
#zielgruppennavi li a:visited
#zielgruppennavi li a:hover,
#zielgruppennavi li a:focus,
#zielgruppennavi li a:active{
	color:			#039;   
	font-size:		.9em;
	font-weight:	600;
	text-decoration:none;
	padding-left:	5px;
	padding-right:	5px;	
}



/********************************************************************************************************
**		Formatierung der Inhaltsbereiche												   **
********************************************************************************************************/

/***************************************************************/
/*      Allgemeiner Inhaltsrahmen
/***************************************************************/

#rahmen {
	padding:		0em;
	background:		#f0f0f0 url('http://www.sebastianusschule.de/wb/templates/allcss/nav_background.gif') repeat-y top left;
}


/***************************************************************/
/*      Spalte links - Themen 
/***************************************************************/

#hauptnav_rahmen{
	float:			left;
	width:			170px;
	z-index:		3;
}

#hauptnav_inhalt {
	position: 		relative;
	margin-top:		1.5em;
	margin-bottom:	4em;
	z-index:		4;
}

#hauptnav_inhalt li {
	list-style: 	none;
	font-size:		.9em;
    font-weight:	600;
	line-height:	2.5em;
	border-bottom:	1px solid #FFF;
	text-align: 	left;
}

#hauptnav_inhalt li a:link,
#hauptnav_inhalt li a:visited{
	color:			#FFF;
	text-decoration:none;
	padding-left:	5px;
	border-left:	2px solid #F90;
}

#hauptnav_inhalt li a:hover,
#hauptnav_inhalt li a:focus{
	color:			#039;
	background:		#f0f0f0;
	text-decoration:none;
	display: 		block;
	border-left:	2px solid #039;
}



#hauptnav_inhalt a.menu_current:link,
#hauptnav_inhalt a.menu_current:visited,
#hauptnav_inhalt a.menu_current:hover,
#hauptnav_inhalt a.menu_current:active{
	color:			#039;
	background:		#f0f0f0;
	text-decoration:none;
	display: 		block;
	border-left:	2px solid #039;
}



#hauptnav_inhalt li ul li{
	list-style: 	none;
	font-size:		100%;
    font-weight:	600;
	line-height:	2.5em;
	border-top:	1px dotted #FFF;
	border-bottom:	0px solid #FFF;
	text-align: 	left;
	
}
#hauptnav_inhalt li ul li a:link,
#hauptnav_inhalt li ul li a:visited{
	color:			#FFF;
	text-decoration:none;
	padding-left:	15px;
	display: block;
	background: #F60;
	border-left:	2px solid #F60;
	
}
#hauptnav_inhalt li ul li a:hover,
#hauptnav_inhalt li ul li a:focus{
	color:			#039;
	background:		#f0f0f0;
	text-decoration:none;
	display: 		block;
	border-left:	2px solid #039;
}

#hauptnav_inhalt li ul li ul li a:link,
#hauptnav_inhalt li ul li ul li a:visited{
	color:			#FFF;
	text-decoration:none;
	padding-left:	25px;
	display: block;
	background: #F00;
	border-left:	2px solid #F00;
	
}
#hauptnav_inhalt li ul li ul li a:hover,
#hauptnav_inhalt li ul li ul li a:focus{
	color:			#039;
	background:		#f0f0f0;
	text-decoration:none;
	display: 		block;
	border-left:	2px solid #039;
}


/***************************************************************/
/*      Rechte Spalte - Zusatzinfo
/***************************************************************/

#zusatzinfo_rahmen{
	float:			right;
	width:			16em;
	z-index: 		5;
}

#zusatzinfo_inhalt{
	position: 		relative;
	padding:		42px 0px 0px 0px;
	font-size:		.92em;
	z-index: 		6;
	word-wrap: 		break-word;
}

/***************************************************************/
/*      Mittlere Spalte - Inhalt
/***************************************************************/

#inhalt_rahmen{
	width:			auto;
	margin-left: 	180px;
	margin-right:	18em;
	z-index:		1;
}

#inhalt{
	position: 		relative;
	overflow:		visible;
	padding:		25px 10px 20px 20px;
	color:			#000;
	z-index:		2;
	height:			1%;
	word-wrap: 		break-word;
}

#inhalt ul{   
	margin-top:		5px;
	margin-bottom:	15px;
	margin-left:	20px;
}

#inhalt ol{
	margin-top:		5px;
	margin-bottom:	15px;
	margin-left:	27px;
}

#inhalt ul li{
	list-style: 	square;
	margin-left:	-3px;
	margin-bottom:	0px;
}

#inhalt ul li li{
   list-style: 		disc;
   margin-left:		-3px;   
}

#inhalt p.clear{
	clear:			both;
}

#inhalt img{
	margin-top:		10px;
	margin-top:		2px;
	margin-bottom:	10px;
	padding-left:	10px;
	padding-right:	10px;
}

/***************************************************************/
/*      Footer
/***************************************************************/

#footer{
	position: 		relative;
	bottom: 		0; /* wichtig */
	clear:			both;
	background:		#f0f0f0;
	border-top:		1px dashed #039;
	text-align: 	center;
}

#footer p{
	color:			#000;
	line-height:	1em;
}

#footer  span.rechts {
	padding-left:	195px;
	display:		block;
}

#footer ul{

}

#footer li{
	list-style: 	none;
	display: 		inline;
	font-size:		.85em;
	color: #039;
	padding-left:	5em;
}

#footer li a:link,
#footer li a:visited{   
	color:			#000;
	font-weight:	300;
	text-decoration: none;
	display:		inline;
}

#footer li a:hover,
#footer li a:focus,
#footer li a:active{
	color:			#cc0000;
}


