/* ///////////////////////////////////////////////////////////////////////////////////

//  stylesheet by fresh interactive AG, Agentur für Werbung & Internet, www.fia.ch  //

/////////////////////////////////////////////////////////////////////////////////// */


/* Generell
*******************************************************************************/

body {
	background: #5d5d5d;
	color: #777;
}

a:link,
a:visited {
	color: #333;
}

a:hover,
a:active {
	color: #ddd;
}

strong {
	font-weight: bold;
}

h1 {
	color: #333;
}


/* Konstrukt
*******************************************************************************/

#wrap {
	background: url(/_images/grau/bg.gif) repeat-y;
}


/* Header
*******************************************************************************/

#header {
	border-bottom: #999 10px solid;
	background: #999;
}

#eckeTop {
	background: url(/_images/grau/ecke_top.png) no-repeat;
}

* html #eckeTop {
	background: url(/_images/grau/ecke_top.gif) no-repeat;
}


/* Navigation
*******************************************************************************/

#navigation a:link,
#navigation a:visited {
	color: #999;
}

#navigation a:hover,
#navigation a:active,
#navigation a.aktiv {
	color: #333;
}


/* Content_Preisliste
*******************************************************************************/

tr.roll td {
	background: #f1f1f1;
}


/* Content_Galerie
*******************************************************************************/

#wrap #content_galerie ul li {
	border: solid 1px #666;
}


/* Sidebar
*******************************************************************************/

#sidebar h3 {
	color: #333;
}


/* footer
*******************************************************************************/

#eckeBottom {
	background: url(/_images/grau/ecke_bottom.png) no-repeat;
}

* html #eckeBottom {
	background: url(/_images/grau/ecke_bottom.gif) no-repeat;
}


/* formulare
*******************************************************************************/

input.formGross {
	border: #666 1px solid;
	background: #fff;
	color: #333;
}

textarea.formGross {
	border: #666 1px solid;
	background: #fff;
	color: #333;
}

input:hover.formKlein,
input:focus.formKlein,
textarea:hover.formKlein,
textarea:focus.formKlein,
input:hover.formGross,
input:focus.formGross,
textarea:hover.formGross,
textarea:focus.formGross {
	background: #f1f1f1;
}

input.sendKontakt {
	background: #666;
	color: #fff;
	border: #666 1px solid;
}

input:hover.sendKontakt,
input:focus.sendKontakt {
	background: #ddd;
	color: #333;
	border: #ddd 1px solid;
}
