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

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

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


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

body {
	background: #C8D687 url(/_images/gruen/bg.gif) repeat-y center top;
	color: #493f0b;
}

body#pg2zeilen {
	background: #C8D687 url(/_images/gruen/bg_2zeilen.gif) repeat-y center top;

}

a:link,
a:visited {
	color: #8ba611;
}

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

h1 {
	color: #8ba611;
}


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

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


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

#navigation a:hover,
#navigation a:active,
#wrap #navigation a.aktiv {
	color: #8ba611;
}


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

#sidebar h3 {
	color: #8ba611;
}


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


input.formGross {
	border: #493f0b 1px solid;
	background: #fff;
	color: #493f0b;
}

textarea.formGross {
	border: #493f0b 1px solid;
	background: #fff;
	color: #493f0b;
}

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: #faf8e6;
}

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

input:hover.sendKontakt,
input:focus.sendKontakt {
	background: #EAEFCF;
	color: #493f0b;
	border: #EAEFCF 1px solid;
}