@charset "utf-8";
* {
	padding:0px;
	margin:0px;
	}
html, body {
	margin: 0px 0px 0px 0px;
	height:100%;
	background-color: #FFFBFB;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size:100%;
}
#container {
	min-height:100%;
	background-image: url(bilder/inhalt_hg.jpg);
	background-repeat: repeat-y;
	margin: 0px auto 0px auto;
	width: 960px;
	background-color: #999999;
	}
/* hack für den IE, der auch in Safari funktioniert */
* html #container {
	height:100%;
	}
#metainfo {
	position:relative;
	left:0px;
	top:0px;
	height:230px;
	background-image: url(bilder/meta_hg.jpg);
	background-repeat: no-repeat;
	background-color: #A80D09;
}
#metainfo #about {
	position:absolute;
	left:511px;
	top:72px;
	width:404px;
	height:52px;
	background-image: url(bilder/meta_about.jpg);
}
#metainfo #about h1 {
	font-family:Arktis;
	font-size:40px;
	text-indent:-6000px;
	margin: 0px;
	}

#inhalt {
	position:relative;
	top:0px;
	width:960px;
	/*height:347px; -23 */
	min-height:324px;
	/* Hintergrundbild doppelt; Container für grosses Fenster - Inhalt wegen längerem Text */
	background-image: url(bilder/inhalt_hg.jpg);
	background-repeat: repeat-y;
	padding-bottom:23px;
	background-color: #999999;
}
* html #inhalt {
	height:324px;
	}
#inhalt .text {
	position:relative;
	left:225px;
	top:0px;
	/*	width:595px;
	height:347px;*/
	/*min-height:309px;*/
    width:557px;
	padding:19px 19px 7px 19px;
	color: #620704;
}
#inhalt .text p {
	line-height: 1.4em;
	padding-bottom: 0.6em;
	text-align: justify;
}
#inhalt .text li {
	list-style-position: outside;
	list-style-type: lower-alpha;
	line-height: 1.4em;
	padding-bottom: 0.6em;
	text-align: justify;
	margin-left: 1.25em;
}
#inhalt .text h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:125%;
	font-weight: normal;
	padding-bottom: 16px;
	letter-spacing: 0.1em;
}
#inhalt .text h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight: normal;
	padding-bottom: 0.5em;
	letter-spacing: normal;
	padding-top:0.25em;
}
#inhalt .text a {
	color: #B00D09;
}
#inhalt .text a:hover {
	color: #F0120C;
}
#inhalt .text dl {
	font-size: 0.875em;
}
#inhalt .text .bild_rechts {
	margin-top: 4px;
	clear: both;
	float: right;
	width: 205px;
	margin-left: 16px;
}	
#navigation {
	position:absolute;
	left:2px;
	top:53px;
	width:224px;
	overflow: visible;
}
#navigation ul {
	text-align: center;
	list-style-type: none;
	background-image: url(bilder/trenner.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 3px;
	background-color: #A50C07;
}
#navigation ul li {
	background-image: url(bilder/trenner.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 1px 0px;	
}
#navigation ul li a {
	text-decoration: none;
	display:block;
	height: 18px;
	width:224px;
	color: #FFFFFF;
	padding: 5px 0px 6px 0px;
	font-size: 1.125em;
}
/*gilt für ul und ol*/
#navigation li a:hover {
	background-color: #F0120C;
}
#navigation .aktiv {
	background-color: #FEA620;
}
#navigation ol {
	list-style-type: none;
	padding-bottom:2px;
}
#navigation ol li {
	background-image:none;
}
#navigation ol li a {
	text-decoration: none;
	display:block;
	height:18px;
	color: #F3F3F3;
	padding: 1px 0px 2px 0px;
	font-size:1em;
}
#raqssharqi {
	position:absolute;
	left:818px;
	top:52px;
	width:140px;
	height:35px;
}
#subinfo {
	position:relative;
	margin:-23px auto 0px auto;
	height:19px;
	width:960px;
	background-image: url(bilder/sub_hg.jpg);
	background-repeat: repeat;
	color: #FCFCFC;
	font-size: 0.875em;
	text-align: center;
	padding-top: 4px;
	}
#subinfo a{
	color: #FCFCFC;
	text-decoration: none;
	}
#subinfo a:hover{
	color: #E70000;
}
.zumAnfang {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 0.6em;
}
.initial {
	display: block;
	float: left;
	text-indent: -6000px;
	margin-top: 5px;
	margin-right: 5px;
	background-repeat: no-repeat;
}
.d {
	height: 57px;
	width: 66px;
	background-image: url(bilder/initialen/d.jpg);
}
.g {
	height: 57px;
	width: 54px;
	background-image: url(bilder/initialen/g.jpg);
}
.i {
	height: 57px;
	width: 42px;
	background-image: url(bilder/initialen/i.jpg);
}
.m {
	height: 65px;
	width: 82px;
	background-image: url(bilder/initialen/m.jpg);
}
.n {
	height: 64px;
	width: 63px;
	background-image: url(bilder/initialen/n.jpg);
}
.o {
	height: 57px;
	width: 57px;
	background-image: url(bilder/initialen/o.jpg);
}
.w {
	height: 57px;
	width: 80px;
	background-image: url(bilder/initialen/w.jpg);
}

