/*	Friedenskirche in Hagen-Halden
	CSS der Internetpräsenz*/


*{
	margin:0;
	padding:0;
}


/*	Scrollbar-Definitionen nur für Internet-Explorer (nicht valide)	*/

body{
	scrollbar-arrow-color: #687193;
	scrollbar-base-color: #E5E5EB;
	scrollbar-face-color: #E9D5D5;
	scrollbar-3d-light-color: #FFFFFF;
	scrollbar-darkshadow-color: #6E7182;
	scrollbar-highlight-color: #C7C6D7;
	scrollbar-shadow-color: #E3E1E6;
	scrollbar-track-color: #E9E3E3;
	}


/*	Grundsätzlich werden die Scrollleisten abgeschaltet
	für die Navigation und den Lehrtext weiter unten wieder aktiviert	*/

body {
	overflow:auto;
	}


/*	Hintergrundbild und Abstände*/

body{
	background-color: #E9E3E3;
	padding: 0 0 0 0;
	}


/*	Dokumentweite Schriftdefinition	*/

html	{
	font-size: 0.9em;
	line-height: 1.4em;
	color: #000000;
	font-family: Verdana, Arial, "Arial Unicode MS", Geneva, Helvetica, SunSans-Regular, Sans-serif;
	}


/*	Farben und Grösse der Layout-Divs	*/

#seite {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	background-color: #E9E3E3;
	z-index: 0;
	overflow: hidden;
	}

	#titel {
		position: absolute;
		top: 0;
		left: 190px;
		height: 75px;
		width: 82%;
		padding: 0.5em 0 2em 0;

		}

		#kirche {
			position: absolute;
			top: 2%;
			left: 79%;
			height: 30%;
			width: 20%;
			padding: 0.5em 0 2em 0;
			background-image: url(../images/kirche.gif);
			background-repeat: no-repeat;
			z-index: 2;
		}

	#titeljufo {
		position: absolute;
		top: 3%;
		left: 200px;
		height:150px;
		width: 82%;
		padding: 0.5em 0 2em 0;

		}

		#kirchejufo {
			position: absolute;
			top: 2%;
			left: 79%;
			height: 30%;
			width: 20%;
			padding: 0.5em 0 2em 0;
			background-image: url(../images/jufo-logo.jpg);
			background-repeat: no-repeat;
			z-index: 2;
		}


	#rubrik {
		position: absolute;
		top: 75px;
		left: 190px;
		width: 65%;
		height: 25px;
		z-index: 3;
                 }

	#navi {
		position: absolute;
		top: 120px;
		left: 10px;
		width: 155px;
		height: 55%;
		background-color: #B13C3C;
		padding-top: 0.5em;
		z-index: 1;
		overflow: auto;
		}

	#inhaltbox {
		position: absolute;
		top: 100px;
		left: 145px;
		width: 77%;
		height: 74%;
		border: solid 1px #B13C3C;
		background-color: #FFFFFF;
		}

		#inhalt {
			position: absolute;
			top: 50px;
			left: 45px;
			width: 93%;
			height: 85%;
			background-color: #FFFFFF;
			overflow: auto;
			}

		#impressum {
			position: absolute;
			top: 101%;
			left: 45px;
			width: 65%;
			height: 5%;
			}



/*	Gestaltung der Navigation	*/
/*	Verweise	*/

a.rubrik, a.rubrik:link, a.rubrik:visited, a.rubrik:active,
a.rubrik_akt, a.rubrik_akt:link, a.rubrik_akt:visited, a.rubrik_akt:active {
	color: #000000;
	font-size: 0.8em;
	line-height: 1.5em;
	font-weight: normal;
	padding: 0 0 0 0;
	}

a.rubrik:hover, a.rubrik_akt:hover,
a.rubrik_akt, a.rubrik_akt:link, a.rubrik_akt:visited, a.rubrik_akt:active {
	color: #B13C3C;
	}

a.navi, a.navi:link, a.navi:visited, a.navi:active,
a.navi_akt, a.navi_akt:link, a.navi_akt:visited, a.navi_akt:active {
	display: block;
	color: #FFFFFF;
	font-size: 0.9em;
	line-height: 1.6em;
	font-weight: normal;
	padding: 0 0 0 1.5em;
	background-image: url(../images/navi.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	}

a.navi:hover, a.navi_akt:hover,
a.navi_akt, a.navi_akt:link, a.navi_akt:visited, a.navi_akt:active, a.navi_akt:hover {
	display: block;
	color: #BBB4B4;
	font-size: 0.9em;
	line-height: 1.6em;
	font-weight: normal;
	padding: 0 0 0 1.5em;
	background-image: url(../images/navi-hv.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	}

a.navi-titel, a.navi-titel:link, a.navi-titel:visited, a.navi-titel:active {
	color: #FFFFFF;
	font-weight: bold;
	}


/*		Gestaltung des Lehrinhalts	*/
/*		Generelles Aussehen der Verweise im Lehrtext	*/

a, a:link, a:visited, a:active {
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
	}

a:hover {
	color: #A1A1FB;
	}


div.beispiel {
	margin: 5px 0 20px 0;
	background-color: transparent;
	border: solid 1px #EB6161;
	padding: 5px;
	font-size: 0.9em;
	line-height: 1.3em;
	}




/*		Tabellen	*/

table {
	display: table;
	width: 80%;
	margin-left: 0.1%;
	margin-bottom: 2em;
	border-spacing: 0px;
	border-collapse: collapse;
}

tr {
	display: table-row;
}

td {
	display: table-cell;
}

th {
	display: table-cell;
	padding: 3px;
	border-spacing: 0px;
	border-collapse: collapse;
}

tr th {
	background-color: #E9E3E3;
	border: solid 1px #B13C3C;
	font-weight: bold;
	line-height: 1.2em;
	color: #000000;
}


th, td {
	font-size: 0.9em;
	border: solid 1px #B13C3C;
	padding: 5px;
}

td p {
	padding: 0;
}


/* 	Angaben zu den unterschiedlichen Absatzformaten    */

h1 {
	width: 85%;
	font-size: 0.95em;
	font-weight: bold;
	line-height: 1.5em;
	text-align: left;
	color: #161669;
	padding: 0 0 1em 0;
	}
h3 {
	width: 85%;
	font-size: 0.90em;
	font-weight: bold;
	line-height: 1.5em;
	text-align: left;
	color: #161669;
	padding: 0 0 1em 0;
	}

/*	Absatzformate	*/

p {
	width: 85%;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.5em;
	padding-bottom: 1.2em;
	color: #161669;
	clear: both;
	}
.link {
	padding-bottom: 0.5em;
}

span.rot {
	font-weight: bold;
	color: #B13C3C;
}

.absatz-klein {
	padding-bottom: 0.5em;
	}

/* div.personenrubrik {
	width: 85%;
	margin-bottom: 1em;
}

div.personenrubrik p.personenlinks {
	width: 22%;
	float: left;
	margin-left: 0;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.2em;
}

div.personenrubrik p.personenrechts {
	margin-left: 22%;
	font-size: 0.8em;
	line-height: 1.3em;
	clear: both;
} */


p.navi{
	width: 100%;
	padding: 0 0 0 0em;
	}

p.navi-titel{
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0 0 0.6em 0.5em;
	}




span.strich {
	color: #B13C3C;
	}

img.left, img.innercol {
	float: left;
	margin: 4px 10px 4px 0;
	}

img.left1, img.innercol {
	float: left;
	margin: 0 0 0 0;
}

img.person {
	float: left;
	margin: 10px 20px 14px 0;
	}

img.right, img.outercol {
	float: right;
	margin: 4px 0 4px 0;
	}

.abbild-titel {
	width: 400px;
	font-size: 0.75em;
	font-weight: normal;
	line-height: 1.2em;
	color: #161669;
	margin: -1em 0 1em 0em;
}
.abbild-titel-float {
	float: left;
	clear: both;
	font-size: 0.75em;
	font-weight: normal;
	line-height: 1.2em;
	color: #161669;
	margin: -1em 0 1.5em 0em;
}

/*	Und jetzt die Ergänzungen wegen des borders bei den Bildern: */

img.left, img.innercol {
	float: left;
	margin: 4px 10px 4px 0;
	border: solid 1px #161669;
	}


img.person {
	float: left;
	margin: 10px 20px 14px 0;
	border: solid 1px #161669;
	}

img.right, img.outercol {
	float: right;
	margin: 4px 0 4px 0;
	border: solid 1px #161669;
	}

/*	Wenn eine Seite so lang ist, dass es seitlich Scrollbalken gibt,
	sollte unten auf der Seite ein nach-oben-Pikto eingefügt werden,
	so wie das auch bei der Seite Rubrik Gemeinde, Personen ist:


	<p><a href="#top"><img src="../images/top.jpg" width="18px" height="18px"
	border="0" alt="an den Seitenanfang" /></a></p>

	Dieser Absatz ist fest und gilt immer unverändert.
	Es muss aber natürlich bei der Überschrift auch eine Textmarke vorhanden sein,
	sonst klappt das nicht. Beispiel:

	<h1><a name="top"></a>Personen unserer Gemeinde</h1>

	das

	<a name="top"></a>

	muss vor die Überschrift.  */



p.nachobenpikto a {
   display: block;
   margin-top: -1.4em;
   margin-left: 1.2em;
   margin-bottom: 0.4em;
	background-image:url(../images/topindex.gif);
	background-repeat: no-repeat;
   background-position: 50% 50%;
   width: 11px;
   height: 15px;
}

p.trennung {
   padding: 1em 0 1em 0em;
   background-image:url(../images/trennung.jpg);
   background-repeat: no-repeat;
   background-position: 50% 0%;
}
p.trennung1 {
   padding: 1em 0 1em 0em;
   background-image:url(../images/trennung1.jpg);
   background-repeat: no-repeat;
   background-position: 50% 0%;
}
p.trennung2 {
   padding: 1em 0 1em 0em;
   background-image:url(../images/trennung2.jpg);
   background-repeat: no-repeat;
   background-position: 50% 0%;
}
.titel {
	width: 100%;
	padding: 0 0 0 0;
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: left;
	clear: both;
}


.titel-aktuell {
	width: 98%;
	padding: 0 0 0 0;
	font-size: 0.9em;
	color: #B13C3C;
	font-weight: bold;
	line-height: 1.6em;
	text-align: left;
	clear: both;
}

/*  Listenaufzählung  */

ul {
	width: 80%;
	padding-bottom: 1em;
	padding-left: 1.2em;
	line-height: 1.5em;
	font-size: 0.9em;
         color: #161669
}


li {
	padding-bottom: 0em;
}

li.klein {
	padding-bottom: 0.5em;
}

p.klein {
	padding-bottom: 0.5em;
}

div.jugend {
width: 100%;
height: 100%;
background-image: url(../images/jugend-hg.jpg);
background-repeat: no-repeat;
}

div#inhalt>p.abbild-titel-float {
	float: left;
	clear: both;
	font-size: 0.75em;
	font-weight: normal;
	line-height: 1.2em;
	color: #161669;
	margin: 0em 0 1.5em 0em;
}
