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

/*

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

*/



html {
	height: 100%; 
  margin:0;
  padding:0;
  border:none;


	/*overflow-y: scroll;	

	scrollbar-arrow-color:#8a95a5;
	scrollbar-3dlight-color:#8a95a5;
	scrollbar-darkshadow-color:#8a95a5;

	scrollbar-track-color:#8a95a5;
	scrollbar-highlight-color:#8a95a5;
	scrollbar-shadow-color:#8a95a5;
	scrollbar-face-color:#fff;
	*/	
	
} 

	body {
		height: 100%; 
	  border:none;

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

		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;

	}

/* Reihenfolge richtig: link - visited - hover - active */
	a:link {
		color:#993300;
		Text-decoration: underline
	}

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


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

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


/* Index Haupttabelle */
	table.indextable {
		height: 100%;
		border-width: 0px;		
		background-color: #ffffff;
		/*height: 100%;*/
	}
	
	table.indextable_border {
		height: 100%;
		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;
	}

/* index.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;	
		
	
	}	
/* --> */

/* Buttons -------------------------- */

#sk {
	position:absolute;
	width:204px;
	height:149px;
	z-index:1;
	visibility: hidden;
}
#ksk {
	position:absolute;
	width:204px;
	height:190px;
	z-index:2;
	visibility: hidden;
}
#afm {
	position:absolute;
	width:145px;
	height:55px;
	z-index:3;
	visibility: hidden;
}

/* iFrame ---------------------------------------- */

iframe {
width: 600px;
height: 100%;
margin: 0px;
/*border: 1px solid #000;*/
border:none;
display:block;
padding:0;
}


/* Für iframe grösse */
.td_maxheight {
	height: 80%;
}



/* -----------------------------------------------*/


/* 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:link {
		color:#5d5d5d;
		Text-decoration: underline;
		font-weight:bold;
	}

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

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

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



/* CMS Formate 
	
	.mittig
	{
		text-align:center;
	}
	
	.links
	{
		text-align:left;
	}	
	
	.fett_und_mittig
	{
		text-align:center;
		font-weight:bold;
	}	
	
	.fett_und_links
	{
		text-align:left;
		font-weight:bold;
	}		
		
	
/* --> CMS Formate Ende */
