/*=======================================================================Stylesheet fŸr HŠnschen«s Geschichten + Bilder <<index>> August 2007Datei: index.css=========================================================================*//*=========================================================================1. Kalibrierung und allgemeine Styles=========================================================================*/* { padding: 0; margin: 0; }h2, p, ul, ol { margin-bottom: 1em; }	ul ul { 	margin-bottom: 0; }	li { margin-left: 1em; }/*Allgemeine Selektoren */          html { height: 101%; } /*erzwingt scrollbalken im firefox*/* html #navibereich { width: 104px; }body {	color: white;	background-color: #6b2f2e;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: small;	}h1 { font-size: 150%; }h2 { font-size: 130%; }h3 { font-size: 110%; }	#fussbereich p,#fussbereich1 p {	text-align: center;	font-size: 80%;	font-style: normal;	letter-spacing: 2px;	line-height: 1em;	}		.index {	text-align: center;	font-size: 110%;	font-style: normal;	letter-spacing: 2px;	line-height: 1em;	}	/*Hyperlinks allgemein        ---------------       */a { text-decoration: none; }	a:link { color: #d90000; }a:visited { color: #cc6666; }	/*a:hover, a:focus { border-bottom: 1px solid #f3c600; }*/	a:active {	color: white;	background-color: #f3c600;	}/*Allgemeine Klassen und IDs */ .skiplink { 	position: absolute;	top: -2000px;	left: -3000px;	width: 0px;	height: 0px;	overflow: hidden;	display: inline;	}#logo {	color: black;	background-color: #993333;	padding: 5px;	}.bildlinks {	display: inline; /*fŸr ie6*/	float: left;	padding: 3px;	margin-right: 10px;	margin-bottom: 10px;	}	.bildrechts {	float: right;	padding: 3px;	margin-bottom: 10px;	margin-left: 10px;	}	.clearing {	clear: both;	}/*=============================================================Styles fŸr den Layoutbereich - das Aussehen der Seite =============================================================*/#wrapper {	color: black;	background-color: #cc6866;	width: 860px; 	margin: 20px auto 10px auto;	}#kopfbereich {	position: relative;	color: black;	background-color: #993333;	padding: 10px 20px 10px 20px;	}#kopfbereich p {	color: #e6b3b3;	position: absolute;	top: 38px;	right:10px;  	font-weight: bold;	padding: 5px 0 5px 0;	margin-bottom: 0; 	}	#navibereich {	float: left;	width: 150px;	padding-left: 10px;	padding-top: 300px;	}	#navibereich ul { 	width: 7em;	}#navibereich li {	list-style-type: none;    	margin: 0;	}	#navibereich a { 	display: block; 	text-decoration: none;	color: black;	background-color: #993333;	padding: 4px;	border-left: 10px solid gray; 	}#navibereich a:hover {	color: black;	background-color: #90EE90;  	border-left-color: #90EE90;	}#navibereich a:focus,#eingang #navi00 a,#hugo #navi01 a,#kontaktseite #navi03 a {	color: black;	background-color: #e6b3b3;	border-left-color: #993333; 	border-bottom: none;	}	#navibereich a:active {	color: black;	background-color: #cc6866;	}	#textbereich {	color: black;	background-color: #e6b3b3;	padding: 20px 10px 20px 20px;	margin-left: 170px;	}	#fussbereich1 {	clear: both;	color: black;	background-color: #993333;	width: 650px;	margin-left: 170px;	padding-top: 20px; 	padding-right: 20px;	padding-bottom: 20px;	padding-left: 20px;	}	/*==================================================Sonstige Syles==================================================*//* Galerie */*div.galerie {	overflow: hidden; /*zum umschlie§en der "floats" */	background-color: #e6b3b3;	width: 600px;	padding: 10px;	padding: 25px 10px 10px 0;	/*border: 1px solid black;*/	margin: 0 3px 3px 0;	}	* html div.galerie { height: 1%; } /* fŸr ie6 */	div.galerie img {	float: left;	padding: 4px;	border: 2px double #ddd;	border-color: black;	margin: 0 15px 15px 75px;	}		/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX                            ENDExxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/		