/* CSS: FurryEmotions - Daniela Fiutak Tierpsychologin VdH, Version: 01.05.2010, Copyright 2010 by Sebastian Fiutak */body {    background-color: #ffffff;	/* background-attachment: fixed;	background-image: url(img/home.gif);	background-repeat: no-repeat;	background-position: 0px 0px;	*/	/*max-width: 850px;   nur Testweise, hier im print ausgeschaltet	overflow: scroll; */	topmargin: 0;	marginwidth: 0;	marginheight: 0;	padding-left: 2em;	padding-top: 2em;    font-family: Arial, Verdana;    font-size: 1.0em;    color: #000000;    font-weight: normal;	}body.home {	/*color: blue;	/*nur zum Test*/	padding-left: 0;	padding-top: 0;	}p:first-letter {	font-size: 100%;	}h1 {    font-size: 1.4em;	line-height: 1.0em;	}h2 { /* "Normale Überschrift" auf den einzelnen Seiten - mit einrueck kombinieren*/    font-size: 1.3em;	line-height: 1.4em;	}h3 { /* Großer Text auf der Homeseite*/    font-size: 1.1em;	line-height: 1.2em;	}img.rahmen {	border-width: 3px;    border-style: solid;    border-color: #8D8E8F;	}img.mittig {	vertical-align: middle;	}img.nichts { /* Bei Verweisen mit Grafik ohne Rahmen*/  	 border: none;	 }a:link {	text-decoration:none; font-weight:normal; font-style:italic; color:#000000;	}a:visited {	text-decoration:none; font-weight:normal; font-style:italic; color:#000000;	}a:hover {	text-decoration:none; font-weight:normal; font-style:italic; color:#000000;	}a:active {	text-decoration:none; font-weight:normal; font-style:italic; color:#000000;	}a:focus {	text-decoration:none; font-weight:normal; font-style:italic; color:#000000;	}table {	border-width: 0px;    /* die drei Einträge nur zum Testen */    border-style: solid;    border-color: blue;	}table.ganzebreite{	width:100%;	}td {	border-width: 0px;    /* die drei Einträge nur zum Testen */    border-style: solid;    border-color: blue;	}td.einhalb { /*Spalten mit der Hälfte der insgesamt verfügbaren Breite*/    width: 50%;	}td.drittel { /*Spalten mit einem Drittel der insgesamt verfügbaren Breite*/    width: 33%;	}td.impress { /*Schmale Spalte mit Einrückung, für das Impressum*/	width: 35%;	padding-left: 2em;	}*.heading{ /*Allgemein nutzbare Überschrift in Fett, z.B. als Tabellen-Überschrift*/	font-weight: bold;	}td.oben{	vertical-align: text-top;	}#einrueck{	margin-left: 1.5em;	}#zitat{ /*eingerückt, kursiv und minimal verkleinerter Text für Zitate*/	margin-left: 1.5em;	font-style: italic;	font-size: 98%;	}#texterklaerung{ /*kleiner Text zur Erklärung in der Leistung/Preis Tabelle*/	font-size: 80%;	}#bildrechts{ /*Plaziert ein Bild rechts, der umfließende Text hält seitlich 20px Abstand, unten 10px */	float:right;	margin-left:20px;	margin-bottom:10px	}
