@charset "utf-8";
/* CSS Document */

/*

Helle Farbe: #ffffff
Dunkle Farbe: #993300 (dunkelrot)
3. Farbe: #5d5d5d (grau)

*/

	body {

		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		font-size: 14px;
		font-family: Verdana;
		color:#993300;

	}

	a:link {
		color:#993300;
		Text-decoration: underline
	}

	a:active {
		color:#993300;
		Text-decoration: underline
	}

	a:visited {
		color:#993300;
		Text-decoration: underline
	}

	a:hover {
		color:#993300;
		Text-decoration: underline;
		BACKGROUND: none transparent scroll repeat 0% 0%;
		CURSOR: hand;
	}

/* Index-Seite - Hintergrund, Scrollbalken */
	.index {
		background-color: #ffffff;
	
		/* BG Version 1 - Verlauf links nach rechts? */
		background-image:  url(http://www.referenzen.webdesign-for-you.de/gtsuppenk/layout/bg_index.jpg);
		background-repeat: repeat-n;
		background-attachment:fixed;
		/*background-position: center center;
		/* BG Version 1 - Ende*/
	
		scrollbar-arrow-color:#993300;
		scrollbar-3dlight-color:#993300;
		scrollbar-darkshadow-color:#993300;

		scrollbar-track-color:#ffffff;
		scrollbar-highlight-color:#ffffff;
		scrollbar-shadow-color:#ffffff;
		scrollbar-face-color:#ffffff;
	}


/* Unterseiten - Hintergrund, Scrollbalken */
	.sites {
		background-color: #ffffff;	
	
		/* BG Version 2 - Verlauf oben nach unten? */
		background-image:  url(http://www.referenzen.webdesign-for-you.de/gtsuppenk/layout/bg_sites.jpg);
		background-repeat: repeat-n;
		background-attachment:fixed;
		background-position: 0% 0%;
		/* BG Version 2 - Ende*/
	
		scrollbar-arrow-color:#993300;
		scrollbar-3dlight-color:#993300;
		scrollbar-darkshadow-color:#993300;

		scrollbar-track-color:#ffffff;
		scrollbar-highlight-color:#ffffff;
		scrollbar-shadow-color:#ffffff;
		scrollbar-face-color:#ffffff;

	}


/* Unterseiten Haupttabelle */
	table.sitestable{
		font-family: Verdana;
		font-size: 14px;
		color:#993300;
		/* font-weight:bold; */
		width:570px;
	}

/* Kontaktseite Formulartabelle */
	table.contacttable{ 
		font-family: Verdana;
		font-size: 14px;
		color:#993300;
		/* font-weight:bold; */
		width:315px;
	}

/* Index Haupttabelle */
	table.indextable {
		border-width: 0px;		
		background-color: #ffffff;
		/*height: 100%;*/
	}
	
	table.indextable_border {
		border-width: 1px;
		border-style: solid;
		border-color: #5d5d5d;
		border-collapse: collapse;
		/*height: 100%;*/
	}
	
	
/* enter.php - Tabelle */
	table.enter{ 
		font-family: Verdana;
		font-size: 12px;
		color:#993300;
		height: 100%;
		/* font-weight:bold; */
	}


	table.sonstige_table{ 
		font-family: Verdana;
		font-size: 14px;
		color:#993300;
	}

/* start.php */	
	.spenden_info{ 
		font-family: Verdana;
		font-size: 12px;
		color:#993300;
		font-weight:bold;
	
		border-width: 1px;		
		border-style: solid;
		border-color: #5d5d5d;
		border-collapse: collapse;
		background-color: #fee3b6;	
	
	}	

	.unser_angebot{ 
		font-family: Verdana;
		font-size: 14px;
		color:#993300;
		font-weight:bold;
	
		/*
		border-width: 1px;		
		border-style: solid;
		border-color: #5d5d5d;
		border-collapse: collapse;
		*/
		
		background-color: #ffffff;	
		
	
	}	
/* --> */

/* Falls marquee: 
	.marquee{
		font-family: Verdana;
		font-size: 11px;
		color:#993300;
	}
*/

	.counter{
		font-family: Verdana;
		font-size: 11px;
		color:#5d5d5d;
		font-weight:bold;

	}

	.copyright {
		font-family: Verdana;
		font-size: 11px;
		color:#ffffff;
		font-weight:bold;
	}

	.copyright a {
		color:#5d5d5d;
		Text-decoration: underline;
		font-weight:bold;
	}


	.copyright a:hover {
		color:#5d5d5d;
		Text-decoration: underline;
		font-weight:bold;
	}

	.copyright a:visited {
		color:#5d5d5d;
		Text-decoration: underline;
		font-weight:bold;
	}

	.copyright a:active {
		color:#5d5d5d;
		Text-decoration: underline;
		font-weight:bold;
	}


/* Gstebuch */

/* GB-Haupttabelle (wie sitestable) */
	table.gbtable{ 
		font-family: Verdana;
		font-size: 14px;
		color:#993300;
		/* font-weight:bold; */
		width:500px;
	}

/* GB Rahmen um jeden Eintrag */
	table.gbentryborder{ 	
		border-width: 1px;
		border-style: solid;
		border-color: #993300;
		border-collapse: collapse;
	}

/* GB Eintrag erste Zeile fr Name, Datum usw. */
	.gbentry{
		font-family: Verdana;
		font-size: 12px;
		color:#993300;
		background-color: #FEE3B6;
	}

	.gbentry a:link {
		color:#333333;
		Text-decoration: underline
	}

	.gbentry a:hover {
		color:#333333;
		Text-decoration: underline;
		BACKGROUND: none transparent scroll repeat 0% 0%;
		CURSOR: hand;
	}

	.gbentry a:visited {
		color:#333333;
		Text-decoration: underline
	}

	.gbentry a:active {
		color:#333333;
		Text-decoration: underline
	}

/* --> GB erste Zeile Ende */


/* GB Text des jeweiligen GB-Eintrages */
.gbentrytext{
	font-family: Verdana;
	font-size: 12px;
	color:#993300;
	background-color: #ffffff;
}

.gbentrytext a:link {
	color:#333333;
	Text-decoration: underline
}

.gbentrytext a:hover {
	color:#333333;
	Text-decoration: underline;
	BACKGROUND: none transparent scroll repeat 0% 0%;
	CURSOR: hand;
}

.gbentrytext a:visited {
	color:#333333;
	Text-decoration: underline
}

.gbentrytext a:active {
	color:#333333;
	Text-decoration: underline
}

/* --> GB Eintrags-Text Ende */


/* GB Men - Anzahl Eintrge, Seiten */
.gbmenu{
	font-family: Verdana;
	font-size: 13px;
	color:#993300;
	background-color: #FEE3B6;
	
	border-width: 1px;		
	border-style: solid;
	border-color: #993300;
	border-collapse: collapse;
	
	
}

.gbmenu a:link {
	color:#993300;
	Text-decoration: underline
}

.gbmenu a:hover {
	color:#333333;
	Text-decoration: underline;
	BACKGROUND: none transparent scroll repeat 0% 0%;
	CURSOR: hand;
}

.gbmenu a:visited {
	color:#993300;
	Text-decoration: underline
}

.gbmenu a:active {
	color:#993300;
	Text-decoration: underline
}
/* --> GB Men Ende */