html, body {
	background: rgb(239,217,141);
	color: rgb(82,82,82);			
}

html, body, a, h2, h3, h4, div, p, ul, li, input, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: rgb(102,0,0); 
	font-size: 13px;
	font-weight: 900;
}
h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: rgb(206,103,0); /*orange*/
	font-size: 11px;
	font-weight: bold;
}
h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: rgb(102,0,0); /*wie h1*/
	font-size: 11px;
	font-weight: bold;
}
h4 {						/*bildunterschrift*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: rgb(102,102,102); /*grau*/
	font-size: 9px;
	font-style: normal;
	text-decoration: none;
	font-weight:500;
}
h5 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: rgb(102,102,102); /*grau*/
	font-size: 11px;
	font-weight: bold;
}

h6 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: rgb(55,36,11);
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	font-weight:500;
}

h7 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: rgb(146,73,61);
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
h8 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color:  rgb(170,0,0);
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
h8 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: rgb(111,71,33);  /*kackbraun*/
	font-size: 11px;
	font-weight: bold;
}

a:link {		color: rgb(102,0,0);		text-decoration: none;}
a:visited {	color: rgb(102,0,0);		text-decoration: none;}
a:hover {	color: rgb(206,103,0);	text-decoration: none;}
a:active {	color: rgb(102,0,0);		text-decoration: none;}

span.txt  {					color: rgb(102,0,0);			text-decoration: none;		font-weight:bold;}
span.txt-orange  {		color: rgb(206,103,0);		text-decoration: none;		font-weight:bold;}
span.braun  {				color: rgb(111,71,33);		text-decoration: none;		font-weight:bold;}


span.lied  {					color: rgb(102,0,0);	font-size: 14px;	text-decoration: none; 	font-weight:bold;}

/*--  Hommingberger Gepardenforelle by piperweb.de   --------------------------------------txt link*/
a.txt:link {		color: rgb(102,0,0);		font-weight: bold;	text-decoration: none;}
a.txt:visited {	color: rgb(102,0,0);		font-weight: bold;	text-decoration: none;}
a.txt:hover {	color: rgb(206,103,0);	font-weight: bold;	text-decoration: none;}
a.txt:active {	color: rgb(102,0,0);		font-weight: bold;	text-decoration: none;}

a.txt-orange:link {			color: rgb(206,103,0);	font-weight: bold;	text-decoration: none;}
a.txt-orange:visited {	color: rgb(206,103,0);	font-weight: bold;	text-decoration: none;}
a.txt-orange:hover {		color: rgb(102,0,0);		font-weight: bold;	text-decoration: none;}
a.txt-orange:active {		color: rgb(206,103,0);	font-weight: bold;	text-decoration: none;}

a.txt-thx:link {			color: rgb(102,102,102);	font-weight: bold;	text-decoration: none;	font-size: 9px;}
a.txt-thx:visited {		color: rgb(102,102,102);	font-weight: bold;	text-decoration: none;	font-size: 9px;}
a.txt-thx:hover {		color: rgb(206,103,0);		font-weight: bold;	text-decoration: none;	font-size: 9px;}
a.txt-thx:active {		color: rgb(102,102,102);	font-weight: bold;	text-decoration: none;	font-size: 9px;}

a.txt-pth:link {		color: rgb(102,0,0);			font-size: 8px;		text-decoration: none;}
a.txt-pth:visited {	color: rgb(102,0,0);			font-size: 8px;		text-decoration: none;}
a.txt-pth:hover {	color: rgb(206,103,0);			font-size: 8px;		text-decoration: none;}
a.txt-pth:active {	color: rgb(102,0,0);			font-size: 8px;		text-decoration: none;}

a.txt-dev:link {		color: rgb(102,102,102);			font-size: 9px;		font-weight: bold;	text-decoration: none;}
a.txt-dev:visited {	color: rgb(102,102,102);			font-size: 9px;		font-weight: bold;	text-decoration: none;}
a.txt-dev:hover {	color: rgb(102,0,0);			font-size: 9px;		font-weight: bold;	text-decoration: none;}
a.txt-dev:active {	color: rgb(102,102,102);			font-size: 9px;		font-weight: bold;	text-decoration: none;}

body {
	min-width:920px;
	height: 100%;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}
div.dokument {
	width: 920px;
	margin: 0 auto 0; 
	padding: 0px;
	text-align: left;
}
div.space {
    position: relative;
    top: 149px;
    left: 90px;
	width: 920px;
	height:0px; 
	color: rgb(255,255,205);
	font-size: 8px;
	text-align: left;
	display: none;
}
div.kopf {
	width: 920px;
	height: 140px;
}

table.kopf-1 {
	width: 920px;
	height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: right;
	color: rgb(160,160,160); /*grau*/
	font-size: 9px;
	font-style: normal;
	text-decoration: none;
	background-image:url(../images/k1-01-hommingberger-gepardenforelle.jpg);
}
table.kopf-2 {
	width: 920px;
	height: 90px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: left;
}
td.gepardenforelle {
	width: 189px;
	height: 90px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: left;
	background-image:url(../images/k2-03-hg-hommingberger-gepardenforelle.jpg);
}
table.kopf-3 {
	width: 920px;
	height: 35px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: left;
}

div.abstand-content {
	width: 920px;
	height: 40px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
table.abstand-content {
	width: 920px;
	height: 40px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background-image:url(../images/abstand-content-hommingberger-gepardenforelle.jpg);
}



div.hoch {
	position:relative;
	width: 520px; 
	height: 10px;
	font-size:9px;
	color: rgb(37,47,71);
	margin: 0 auto 0; 
	text-align: right;
	float:left;
}

ul.image-strich {
	list-style-image: url(../images/listenpunkt-strich-hommingberger-gepardenforelle.jpg);
}

ul.circle {
	list-style-type: circle;
}

ul.decimal {
	list-style-type: decimal;
}

/*--  Hommingberger Gepardenforelle by piperweb.de   ------------------------------ content*/
table.content       {		width: 920px;	height: 320px;	border: 0px;		background-image:url(../images/hg-content-hommingberger-gepardenforelle.jpg);	margin: 0px;	padding: 0px; }
td.content-spalte-1 {	width: 57px;	height: 320px;	vertical-align: top;	text-align: left;		border: 0px;		margin: 0px;	padding: 0px; }
td.content-spalte-2 {	width: 520px;	height: 320px;	vertical-align: top;	text-align: left;	 	border: 0px;		margin: 0px;	padding: 0px;}
td.content-spalte-3 {	width: 75px;	height: 320px;	vertical-align: top;	text-align: left;		border: 0px;		margin: 0px;	padding: 0px; }
td.content-spalte-4 {	width: 236px;	height: 320px;	vertical-align: top;	text-align: left;		border: 0px;		margin: 0px;	padding: 0px; }
td.content-spalte-5 {	width: 31px;	height: 320px;	vertical-align: top;	text-align: left;		border: 0px;		margin: 0px;	padding: 0px; }
td.content-spalte-6 {	width: 1px;	height: 320px;	vertical-align: top;	text-align: left;		border: 0px;		margin: 0px;	padding: 0px; }



img.content-abstand-1 {	width: 32px;	height: 1px; }
img.content-abstand-2 {	width: 32px;	height: 1px; }
img.content-abstand-3 {	width: 11px;	height: 1px; }
img.content-abstand {	width: 10px;	height: 10px; }

/*-- Hommingberger Gepardenforelle by piperweb.de  ------------------------------ menue */
table.menue-1 {
	width: 235px;
}

td.menue-1 {
	width: 235px;
	height: 18px;
	padding-left:55px;
	vertical-align: middle;
}

td.menue-1-marked {
	width: 235px;
	height: 18px;
	padding-left:55px;
	padding-bottom:2px;
	background-image:url(../images/m-hg-marked-hommingberger-gepardenforelle.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
td.menue-1-marked-2 {
	width: 235px;
	height: 18px;
	text-indent: 55px;
	vertical-align: middle;
	background-image:url(../images/m-hg-marked-2-hommingberger-gepardenforelle.jpg);
}

td.menue-1-abstand {
	width: 235px;
	height:8px;
}
td.menue-1-abstand-marked {
	width: 235px;
	height:8px;
	background-image:url(../images/m-abstand-hg-marked-hommingberger-gepardenforelle.jpg);
}

/*-- Hommingberger Gepardenforelle by piperweb.de  ------ menue unter */
td.menue-1-unter {
	width: 235px;
	height: 13px;
	padding-left: 67px;
}

td.menue-1-abstand-unter {
	width: 235px;
	height: 4px;
}
 span.menue-1a {
	color: rgb(102,102,102);
	text-decoration: none;
	font-style: normal;
	font-size: 9px;
	font-weight:500;
}

td.menue-1-unter-unter {
	width: 235px;
	height: 13px;
	padding-left: 97px;
}


/*--  Hommingberger Gepardenforelle by piperweb.de   ------------------------- menue */
a.menue-1:link { 		color: rgb(102,0,0); 		text-decoration: none;		font-weight: bold;}
a.menue-1:visited {	color:  rgb(102,0,0);		text-decoration: none;		font-weight: bold;}
a.menue-1:hover {    color: rgb(206,103,0);   		text-decoration: none;    font-weight: bold;}
a.menue-1:active {  	color:  rgb(102,0,0);  	text-decoration: none;		font-weight: bold;}

a.menue-1-marked:link {		color: rgb(102,0,0);	font-weight: bold;	text-decoration: none;}
a.menue-1-marked:visited {	color: rgb(102,0,0);	font-weight: bold;	text-decoration: none;}
a.menue-1-marked:hover {	color: rgb(206,103,0);	font-weight: bold; 	text-decoration: none;}
a.menue-1-marked:active {	color: rgb(102,0,0);	font-weight: bold;	text-decoration: none;}

/*--  Hommingberger Gepardenforelle by piperweb.de  ------------------------- menue unter */
a.menue-1-unter:link {			color:  rgb(102,0,0);	font-size: 10px;	text-decoration: none;}
a.menue-1-unter:visited {		color:  rgb(102,0,0);	font-size: 10px;	text-decoration: none;}
a.menue-1-unter:hover {   	color: rgb(206,103,0);   	font-size: 10px;   text-decoration: none;   font-weight: bold;}
a.menue-1-unter:active {   	color:  rgb(102,0,0);  font-size: 10px;	text-decoration: none;}

a.menue-1-unter-marked:link {		color: rgb(102,0,0);	font-weight: bold;   font-size: 10px;}
a.menue-1-unter-marked:visited {	color: rgb(102,0,0);	font-weight: bold;	font-size: 10px;}
a.menue-1-unter-marked:hover {	color: rgb(206,103,0);	font-weight: bold; 	font-size: 10px;}
a.menue-1-unter-marked:active {	color: rgb(102,0,0);	font-weight: bold;	font-size: 10px;}

/*--  Hommingberger Gepardenforelle by piperweb.de   ------------------------- menue 2 (spalte 5) */
a.menue-2:link { 		color: rgb(102,0,0); 		text-decoration: none;		font-size:10px;		font-weight: bold;}
a.menue-2:visited {	color:  rgb(102,0,0);		text-decoration: none;		font-size:10px;		font-weight: bold;}
a.menue-2:hover {    color: rgb(206,103,0);   		text-decoration: none;		font-size:10px;    font-weight: bold;}
a.menue-2:active {  	color:  rgb(102,0,0);  	text-decoration: none;		font-size:10px;		font-weight: bold;}

/*-- Hommingberger Gepardenforelle by piperweb.de  ------------------------------  wackelmenue */

.menulinks {position:relative;	}
#menucont a{				color:  rgb(102,0,0);			font-size:11px; font-weight:bold; text-decoration:none;}
#menucont a:hover{	color:  rgb(206,103,0);		font-size:11px; font-weight:bold; text-decoration:underline overline; text-transform: uppercase;}


table.content-re-tabelle-menue-3 {
	width: 140px;
	height:800px;
	vertical-align:bottom;
}
td.content-re-txt-tabelle-menue-3 {
	width: 140px;
	vertical-align:bottom;
	text-align:center;
	padding: 0px 0px 0px 0px;
}


/*-- Hommingberger Gepardenforelle by piperweb.de  ------------------------------content inhalt mitte */
div.content-mitte-txt-links {
	position:relative;
	width: 520px; 
	margin: 0 auto 0; 
	text-align: left;
	float:left;
}

div.content-mitte-txt-block {
	position:relative;
	width: 520px; 
	margin: 0 auto 0; 
	text-align: justify;
	float:left;
}
div.content-mitte-txt-center {
	position:relative;
	width: 520px; 
	margin: 0 auto 0; 
	text-align:center;
	float:left;
}

div.content-mitte-txt-rechts {
	position:relative;
	width: 520px; 
	margin: 0 auto 0; 
	text-align: right;
	float:left;
}


/*--520 mitte breit */

div.content-links-txt-block {
	position:relative;
	width: 250px; 
	margin: 0 auto 0; 
	text-align: justify;
	float:left;
}

div.content-links-txt-links {
	position:relative;
	width: 250px; 
	margin: 0 auto 0; 
	text-align: left;
	float:left;
}
div.content-links-txt-center {
	position:relative;
	width: 250px; 
	margin: 0 auto 0; 
	text-align: center;
	float:left;
}
div.content-links-txt-rechts {
	position:relative;
	width: 250px; 
	margin: 0 auto 0; 
	text-align: right;
	float:left;
}
/*--520 mitte breit */

div.content-rechts-txt-links {
	position:relative;
	width: 250px; 
	margin: 0 auto 0; 
	text-align: left;
	float:right;
}
div.content-rechts-txt-block {
	position:relative;
	width: 250px; 
	margin: 0 auto 0; 
	text-align: justify;
	float:right;
}
div.content-rechts-txt-center {
	position:relative;
	width: 250px; 
	margin: 0 auto 0; 
	text-align: center;
	float:right;
}
div.content-rechts-txt-rechts {
	position:relative;
	width: 250px; 
	margin: 0 auto 0; 
	text-align: right;
	float:right;
}



/*--520 mitte breit */


div.bi-rechts-txt-links {
	position:relative;
	width: 180px; 
	margin: 0 auto 0; 
	text-align: center;
	float:right;
}
div.bi-rechts-txt-links-block {
	position:relative;
	width: 300px; 
	margin: 0 auto 0; 
	text-align: justify;
	float:left;
}




div.bi-links-txt-rechts {
	position:relative;
	width: 180px; 
	margin: 0 auto 0; 
	text-align: center;
	float:left;
}
div.bi-links-txt-rechts-block {
	position:relative;
	width: 300px; 
	margin: 0 auto 0; 
	text-align: justify;
	float:right;
}





/*--520 mitte breit */
div.ueber-1{
	position:relative;
	width: 520px;
	height: 77px; 
	margin: 6px 0px 5px 0px; 
	text-align: left;
	text-indent:0px;
	float:left;
	background-image:url(../images/hg-ueber-willkommen-hommingberger-gepardenforelle.jpg);
}

div.ueber-rezepte {
	position:relative;
	width: 520px;
	height: 77px; 
	margin: 0px 0px 5px 0px; 
	text-align: left;
	text-indent:0px;
	float:left;
	background-image:url(../images/hg-ueber-rezepte-hommingberger-gepardenforelle.jpg);
}

div.unter-ueber-fisch {
	position:relative;
	width: 520px;
	height: 52px; 
	margin: 30px 0px 0px 0px; 
	text-align: left;
	text-indent:0px;
	float:left;
	background-image:url(../images/hg-unter-ueber-fisch-hommingberger-gepardenforelle.jpg);
}

div.unter-ueber-rezept {
	position:relative;
	width: 520px;
	height: 52px; 
	margin: 30px 0px 0px 0px; 
	text-align: left;
	text-indent:0px;
	float:left;
	background-image:url(../images/hg-unter-ueber-rezept-hommingberger-gepardenforelle.jpg);
}

div.unter-ueber-witze {
	position:relative;
	width: 520px;
	height: 52px; 
	margin: 30px 0px 0px 0px; 
	text-align: left;
	text-indent:0px;
	float:left;
	background-image:url(../images/hg-unter-ueber-witze-hommingberger-gepardenforelle.jpg);
}

/*-- Hommingberger Gepardenforelle by piperweb.de  ------------------------------ impressum / kontakt */

div.content-kontakt-1 {
	width: 200px; 
	margin: 0 auto 0; 
	text-align: right;
	float:left;
}
div.content-kontakt-2 {
	width: 300px; 
	margin: 0 auto 0; 
	text-align: left;
	float:right;
}

div.content-sitemap {
	position:relative;
	width: 420px; 
	margin: 0 auto 0; 
	text-align: left;
	float:right;
}


/*-- Hommingberger Gepardenforelle by piperweb.de  ------------------------------ content rechts */

table.content-re {
	width: 235px;
}

td.content-re-start{
	width: 235px;
	height: 8px;
	background-image:url(../images/hg-content-re-start-hommingberger-gepardenforelle.jpg);
}
td.content-re-ueber {
	width: 235px;
	height:18px;
	text-indent: 3px;
	background-image:url(../images/hg-content-re-ueber-hommingberger-gepardenforelle.jpg);
}
td.content-re-ueber-unten {
	width: 235px;
	height:30px;
	background-image:url(../images/hg-content-re-ueber-unten-hommingberger-gepardenforelle.jpg);
}
td.content-re-txt {
	width: 235px;
	padding: 0px 0px 0px 15px;
}

td.content-re-ueber-blank {
	width: 235px;
	height:18px;
	padding: 0px 0px 0px 0px;
	text-indent: 3px;
	background-image:url(../images/hg-content-re-blank-hommingberger-gepardenforelle.jpg);
}
td.content-re-ueber-abstand {
	width: 235px;
	height:8px;
	padding: 0px 0px 0px 0px;
}
td.content-re-abstand {
	width: 235px;
	height:15px;
}

td.content-re-info {
	width: 235px;
	height:18px;
	padding: 0px 4px 0px 0px;
	text-align:right;
}
a.info:link {			font-size: 9px;	color: rgb(146,73,61);	text-decoration: none;}
a.info:visited {	font-size: 9px;	color: rgb(146,73,61);	text-decoration: none;}
a.info:hover {		font-size: 9px; color: rgb(20,69,3);		text-decoration: none;}
a.info:active {		font-size: 9px; color: rgb(146,73,61);	text-decoration: none;	}



/*-- Hommingberger Gepardenforelle by piperweb.de  ------------------------------ ferienhaeuser */

div.content-ferienhaus-01 {
	position:relative;
	width: 500px; 
	text-align: center;
	margin:10px 0px 10px 0px;
	padding:10px;
	float:left;
	background:rgb(255,255,223);
}
div.content-ferienhaus-02 {
	position:relative;
	width: 500px; 
	text-align: center;
	margin:10px 0px 10px 0px;
	padding:10px;
	float:left;
	background:rgb(254,238,184);
}

table.ferienhaus { 	width: 480px; 	height: 100px; }
td.bild { 	width: 100px;}
td.txt { 	width: 340px; 	padding-left: 20px; vertical-align:top; text-align:justify;}
td.txt-info { 	width: 350px;	text-align:right; vertical-align:bottom;}

/*-- Hommingberger Gepardenforelle by piperweb.de  ------------------------------ banner */

table.banner {	width: 510px;	height:237px;	vertical-align: top; text-align:center;	padding:1px 1px 0px 1px;	background:rgb(102,0,0); 	border-width: 0;	margin: 0px;}

td.banner-ueber {	width: 506px;	height:35px;	vertical-align: middle; text-align:center;	background:rgb(254,238,184);	padding:0px;	margin: 0px;	border-width: 1px 1px 1px 1px;	border-color:rgb(102,0,0); 	border-bottom-style:solid;	border-color:  rgb(102,0,0) rgb(102,0,0) rgb(102,0,0) rgb(102,0,0);}
td.banner {				width: 506px;	height:100px;	vertical-align: middle; text-align:center;	background:rgb(255,255,223);	padding:0px;	margin: 0px;	border-width: 1px 1px 1px 1px;	border-color:rgb(102,0,0); 	border-bottom-style:solid;	border-color:  rgb(102,0,0) rgb(102,0,0) rgb(102,0,0) rgb(102,0,0);}
td.banner-txt {		width: 506px;	height:120px;	vertical-align: middle; text-align: justify;	background:rgb(254,238,184);	padding-left:10px;	margin: 0px;	border-width: 1px 1px 1px 1px;	border-color:rgb(102,0,0); 	border-bottom-style:solid;	border-color:  rgb(102,0,0) rgb(102,0,0) rgb(102,0,0) rgb(102,0,0);}

.box-banner {	width: 480px; height: 115px; vertical-align: bottom; border: 0px; font-family: Courier New, Courier; font-size:12px;	color: rgb(102,102,102);	background:rgb(254,238,184);}

/*-- Hommingberger Gepardenforelle by piperweb.de  ------------------------------ tagebuch */

table.tagebuch {	width: 510px;	vertical-align: top; text-align:center;	padding:1px 1px 0px 1px;	background:rgb(102,0,0); 	border-width: 0;	margin: 0px;}

td.tagebuch-date {				width: 506px;	height:22px;	vertical-align: middle;	color:rgb(120,120,120);	font-size:10px; 	text-align:right;		background:rgb(255,255,223);	padding: 0px 5px 0px 0px;	margin: 0px;	border-width: 1px 1px 1px 1px;	border-color:rgb(102,0,0); 	border-bottom-style:solid;	border-color:  rgb(102,0,0) rgb(102,0,0) rgb(102,0,0) rgb(102,0,0);}
td.tagebuch-ueber {				width: 506px;	height:22px;	vertical-align: middle; color: rgb(102,0,0);	font-weight:bold;	text-align:left;		background:rgb(254,238,184);	padding: 0px 0px 0px 5px;	margin: 0px;	border-width: 1px 1px 1px 1px;	border-color:rgb(102,0,0); 	border-bottom-style:solid;	border-color:  rgb(102,0,0) rgb(102,0,0) rgb(102,0,0) rgb(102,0,0);}
td.tagebuch-txt {				width: 506px;	height:50px;	vertical-align: top; 												text-align: justify;	background:rgb(255,255,223);	padding:5px;				margin: 0px;	border-width: 1px 1px 1px 1px;	border-color:rgb(102,0,0); 	border-bottom-style:solid;	border-color:  rgb(102,0,0) rgb(102,0,0) rgb(102,0,0) rgb(102,0,0);}
td.tagebuch-linkueberblick {	width: 506px;					vertical-align: middle; 											text-align:left;		background:rgb(255,255,223);	padding:5px;				margin: 0px;	border-width: 1px 1px 1px 1px;	border-color:rgb(102,0,0); 	border-bottom-style:solid;	border-color:  rgb(102,0,0) rgb(102,0,0) rgb(102,0,0) rgb(102,0,0);}

/*-- Hommingberger Gepardenforelle by piperweb.de  ------------------------------ countdown */

table.countdown {	width: 510px;	vertical-align: top; text-align:center;	padding:1px 1px 0px 1px;	background:rgb(102,0,0); 	border-width: 0;	margin: 0px;}

td.countdown-ueber {			width: 506px;	height:22px;	vertical-align: middle;	color: rgb(102,0,0);	font-weight:bold;		text-align:left;		background:rgb(254,238,184);	padding: 0px 0px 0px 5px;	margin: 0px;	border-width: 1px 1px 1px 1px;	border-color:rgb(102,0,0); 	border-bottom-style:solid;	border-color:  rgb(102,0,0) rgb(102,0,0) rgb(102,0,0) rgb(102,0,0);}
td.countdown-einheiten-1 {		width: 195px;	height:22px;	border: 0px;		vertical-align: middle;	font-size:10px;	 								text-align:right;		background:rgb(255,255,223);	margin: 0px;}
td.countdown-einheiten-2 {		width: 195px;	height:22px;	border: 0px;		vertical-align: middle;	font-size:10px;	font-weight:bold;		text-align:left;		background:rgb(255,255,223);	margin: 0px;}
td.countdown-zeitangabe {	width: 80px;	height:22px;	border: 0px;		margin: 0px;	background:rgb(255,255,255);	text-align: center;}
.cd-zeitangabe {						width: 80px;	height:22px;	border: 0px;		margin: 0px;	background:rgb(255,255,255);	text-align: center;color: rgb(102,0,0);	font-weight:bold;		vertical-align: middle;}
td.countdown-frei	 {				width: 20px;	height:22px;	border: 0px;		margin: 0px;	background:rgb(255,255,223);}
td.countdown-abstand	 {		width: 506px;  height:8px;		border: 0px;		margin: 0px;	background:rgb(255,255,223);}
td.countdown-unter {				width: 506px;	height:22px;	vertical-align: middle;	text-align:right;		background:rgb(254,238,184);	padding: 0px 0px 0px 5px;	margin: 0px;	border-width: 1px 1px 1px 1px;	border-color:rgb(102,0,0); 	border-bottom-style:solid;	border-color:  rgb(102,0,0) rgb(102,0,0) rgb(102,0,0) rgb(102,0,0);}

/*-- Hommingberger Gepardenforelle by piperweb.de  ------------------------------ gaestebuch */

td.gb-table {background:rgb(102,0,0);}

td.gb-linie {background:rgb(206,103,0);}

td.gb-title {
font-size:12px;
font-weight:bold;
color: rgb(102,0,0);
background:rgb(254,238,184);
vertical-align:top;
}

td.gb-title-info {
font-size:10px;
color:rgb(120,120,120);
vertical-align:middle;
}

td.gb-cell {
font-size:11px;
color: rgb(21,21,21);
background:rgb(255,255,223);
vertical-align:top;
}

td.gb-info {
background:rgb(254,238,184);
vertical-align:middle;
}

td.gb-info-light {
font-size:10px;
font-style:italic;
background:rgb(254,238,184);
vertical-align:middle;
}

a.power:link {		color: rgb(102,0,0);		font-size: 9px;	text-decoration: none;}
a.power:visited {	color: rgb(102,0,0);		font-size: 9px;	text-decoration: none;}
a.power:hover {		color: rgb(206,103,0);	font-size: 9px;	text-decoration: none;}
a.power:active {	color: rgb(102,0,0);		font-size: 9px;	text-decoration: none;	}

span.rot  {	color: rgb(170,0,0);	font-weight:bold;}


/*-- -------------------- tabelle neuer GB Eintrag */

table.gb-new-post {	width: 510px;	vertical-align: top; text-align:center;	padding:0px;	background:rgb(254,238,184); 	border-width: 1px 1px 1px 1px;	border-color:rgb(102,0,0); 	border-bottom-style:solid;	border-color:  rgb(102,0,0) rgb(102,0,0) rgb(102,0,0) rgb(102,0,0);	margin: 0px;}

table.gb-new-post-eingabefelder {	width: 508px;	vertical-align: top; text-align:left;	padding:0px;	margin: 0px;}
td.gb-new-post-spalte-1 {	width: 108px;	height:25px;	vertical-align: top;	text-align: right;	border: 0px;		margin: 0px;	padding-right: 10px; }
td.gb-new-post-spalte-2 {	width: 400px;	height:25px;	vertical-align: top;	text-align: left;	 	border: 0px;		margin: 0px;	padding: 0px;}


table.gb-new-post-smilies {	width: 508px;	vertical-align: top; text-align:left;	padding:0px;	margin: 0px;}
td.gb-new-post-smilie-1 {	width: 108px;	vertical-align: top;	text-align: right;		border: 0px;		margin: 0px;	padding-right: 10px; }
td.gb-new-post-smilie-2 {	width: 400px;	vertical-align: top;	text-align: left;		border: 0px;		margin: 0px;	padding: 0px; }

td.gb-new-post-tags-1 {	width: 108px;	vertical-align: top;	text-align: right;		border: 0px;		margin: 0px;	padding-right: 10px; }
td.gb-new-post-tags-2 {	width: 400px;	vertical-align: top;	text-align: left;		border: 0px;		margin: 0px;	padding: 0px; }

td.gb-new-post-abstand {	width: 508px;	height:20px;	border: 0px;		margin: 0px;	padding: 0px; }

span.zusatz  {	color: rgb(140,140,140);	font-size: 9px;}



.box-gr {	width: 370px; height: 18px; vertical-align: bottom; background-color: rgb(255,255,223);
			border-style: solid; border-width: 0px 0px 1px 0px; border-color:  rgb(255,255,255) rgb(255,255,255) rgb(206,103,0) rgb(255,255,255);}

.box-txt {	width: 370px; height: 150px; vertical-align: bottom; background-color: rgb(255,255,223); overflow: auto; 
			border-style: solid; border-width: 0px 0px 1px 0px; border-color:  rgb(255,255,255) rgb(255,255,255) rgb(206,103,0) rgb(255,255,255);}

.button  {  font-size: 10px; color: rgb(102,0,0); font-weight: bold; width: 90px; height: 18px; vertical-align: middle; background-color: rgb(255,255,255); 
			border-style: solid; border-width: 1px 1px 1px 1px; border-color:  rgb(206,103,0) rgb(206,103,0) rgb(206,103,0) rgb(206,103,0);}

/*-- -------------------- Button für zufall */

.zufall  {  font-size: 10px; color: rgb(102,0,0); font-weight: bold; width: 90px; height: 20px; vertical-align: middle; background-color: rgb(255,255,255); 
			border-style: solid; border-width: 1px 1px 1px 1px; border-color:  rgb(206,103,0) rgb(206,103,0) rgb(206,103,0) rgb(206,103,0);}
















/*-- impressum  -------------------------------------- webdesign*/

body#webdesign a { color: rgb(82,82,82); text-decoration: none;}
a.webdesign { color: rgb(112,112,112);	font-size: 9px;	font-style: normal;	text-decoration: none;	font-weight:500;}





/*-- Hommingberger Gepardenforelle by piperweb.de  ------------------------------abschluss */
table.abschluss {				width: 920px;	height: 85px;		font-size: 11px;	color: rgb(82,82,82);}
td.abschluss-content { 		width: 920px;	height: 45px;	text-indent: 30px;	color: rgb(206,103,0);	font-size:10px;	font-weight:bold;	background-image:url(../images/abschluss-content-hommingberger-gepardenforelle.jpg);}
td.abschluss-adresse-1 {	width: 410px;	height: 18px;	text-align:right;	background-image:url(../images/adresse-1-hommingberger.jpg);}
td.abschluss-adresse-2 {	width: 130px;	height: 18px;	text-align:left;}
td.abschluss-adresse-3 {	width: 380px;	height: 18px;	text-align:left;	background-image:url(../images/adresse-3-hommingberger-gepardenforelle.jpg);}
td.abschluss {						width: 920px;	height: 22px;	text-align:left;}

span.adresse {	color: rgb(102,0,0);	font-weight:bold;}
span.bull {			color: rgb(160,160,160);}


/*--  abschluss
_________________________  piperweb.de   */

#piperweb { 				width: 920px; height: 80px; margin: 0; padding:0;		background:none;}

#piperweb span {		width: auto;	margin: 10px 0px 0px 0px; text-align: center;	position:relative; float:right; 	font-size: 9px;	word-spacing: 0.3em;	font-family: "Trebuchet MS"; }
#piperweb span a {	width: auto; color: rgb(192,99,29);	font-size: 9px;	word-spacing: 0.3em;	font-family: "Trebuchet MS";	text-decoration: none;	 border:none; background:none; }
#piperweb span a:hover {			color: rgb(192,99,29); 	text-decoration: none;	 border:none; background:none;}
#piperweb span a.piperweb {	padding: 10px 370px 10px 10px; }
#piperweb span a.sitemap {		padding: 10px 10px 10px 10px; }

#piperweb span.bull {	 			padding: 2px 3px 10px 3px;		color: rgb(192,99,29); 	font-size: 7px;}

#piperweb span.related {					color: rgb(232,189,132);	padding: 10px 200px 10px 0px; }
#piperweb span.related a {				color: rgb(232,189,132);}
#piperweb span.related a:hover {	color: rgb(192,99,29);	text-decoration: none;	 border:none; background:none;}



