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

/*

Dunkle Farbe: 6c7d8c 5d6b76
Helle Farbe: faffad

*/

	body {

		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		font-size: 14px;
		font-family: Verdana;
		color:#5d6b76;
		/*font-weight:bold;*/

	}

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

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

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

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

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

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

	}


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

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


/* Unterseiten Haupttabelle */
	table.sitestable{
		font-family: Verdana;
		font-size: 13px;
		color:#5d6b76;
	    /*font-weight:bold;*/
		width:450px;
	}

/* Kontaktseite Formulartabelle */
	table.contacttable{ 
		font-family: Verdana;
		font-size: 13px;
		color:#5d6b76;
		font-weight:bold;
		width:300px;
	}

/* Angebotseite Formulartabelle */
	table.angebottable{ 
		font-family: Verdana;
		font-size: 13px;
		color:#5d6b76;
		font-weight:bold;
		width:450px;
	}

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

.table_preise{
	font-family: Verdana;
	font-size: 13px;
	color:#ffffff;
	
	background-color: #5d7a88;
	
	border-width: 1px;
	border-style: solid;
	border-color: #2c0009;
	border-collapse: collapse;
}


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

/* Random-Referenzen */
	.randomref{
		font-family: Verdana;
		font-size: 13px;
		color:#6c7d8c;
	    font-weight:bold;
	}

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

	}

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

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


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

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

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


/* Referenzen-Seite: Rahmen um Referenzen-Bilder */
	#referenzen img {
		border-width: 1px;
		border-style: solid;
		border-color: #6c7d8c;
		border-collapse: collapse;
	}
