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

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

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


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

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px 0 20px 0;
	background: #c8d688 url(../_images/bg.gif) repeat-y center top;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height: 20px;
	color: #493f0b;
}

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

}

a:link,
a:visited {
	color: #8ba611;
	text-decoration: none;
}

a:hover,
a:active {
	color: #e9efcf;
	text-decoration: none;
}

strong {
	font-weight: bold;
}

h1 {
	font-size : 15px;
	font-weight: bold;
	padding: 0 0 12px 0;
	color: #8ba611;
}

h2 {
	font-size : 15px;
	font-weight: bold;
	padding: 0 0 12px 0;
}

p {
	margin: 0 0 15px 0;
}

.clear {
	clear: both;
	width: 100%;
	height: 1px;
	overflow: hidden;
}


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

#wrap {
	position: relative;
	width: 930px;
	margin: 0 auto;
	text-align: left;
}


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

#header {
	position: relative;
	height: 140px;
	border-bottom: #eddb11 10px solid;
	margin: 0px;
	background: #fff;
}

#logo {
	float: left;
	width: 194px;
	height: 140px;
	background-position: center;
}

#headerbild {
	float: left;
	width: 736px;
	height: 140px;
}

#designby {
	position: absolute;
	width: 12px;
	height: 109px;
	left: 935px;
	top: 5px;
	background: url(/_images/created.gif) no-repeat;
}

#designby a {
	display: block;
	width: 12px;
	height: 109px;
	text-indent: -9999px;
	overflow: hidden;
}


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

#navigation {
	position: relative;
	float: left;
	width: 160px;
	margin: 20px 0 10px 20px;
	font-size: 13px;
	font-weight: bold;
}

#navigation ul {
	list-style-type: none;
}

#navigation ul li {
	height: 30px;
}

#navigation a {
	display: block;
	width: 160px;
	height: 20px;
	text-decoration: none;
}

#navigation a:link,
#navigation a:visited {
	color: #493f0b;
}

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


/* Content
*******************************************************************************/

#content {
	position: relative;
	float: left;
	width: 495px;
	min-height: 390px;
	margin: 20px 0 30px 25px;
}

#pgContact #content {
	width: 610px;
}

#content p {
	text-align: left;
}

td {
	vertical-align: top;
}

#content li {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 8px 15px;
}

td img {
	border: none;
}


#map {
	width: 475px;
	height: 340px;
	overflow: hidden;
	margin-top: 30px;
}


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

#content_preis {
	position: relative;
	float: left;
	width: 680px;
	min-height: 390px;
	margin: 20px 0 20px 25px;
}

#content_preis td,
#content_preis th {
	vertical-align: top;
	padding: 3px;
}

tr.roll td {
	background: #e9efcf;
}

td.rechts,
th.rechts {
	text-align: right;
}

td.mitte,
th.mitte {
	text-align: center;
}


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

#content_galerie {
	position: relative;
	float: left;
	width: 680px;
	min-height: 390px;
	margin: 20px 0 20px 25px;
}

#content_galerie ul {
	list-style: none;
}

#wrap #content_galerie ul li {
	float: left;
	display: block;
	width: 210px;
	height: 140px;
	margin: 10px 5px 0 0;
	padding: 3px;
	border: solid 1px #666;
	text-align: center;
}

#wrap #content_galerie ul li a {
	display: block;
	width: 210px;
	height: 140px;
	text-align: center;
}

#content_galerie ul li img {
	border: none;
	margin: 0;
	padding: 0;
}


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

#sidebar {
	position: relative;
	float: left;
	width: 190px;
	min-height: 390px;
	margin: 20px 0 0 25px;
}

#sidebar h3 {
	font-size : 15px;
	font-weight: normal;
	padding: 0 0 12px 0;
	color: #8ba611;
}


/* Sidebar mit Bildern
*******************************************************************************/

#sidebar_bilder  {
	position: relative;
	float: left;
	width: 210px;
	min-height: 390px;
	margin: 20px 0 0 20px;
}

#sidebar_bilder img {
	border: 0;
}


/* Footer
*******************************************************************************/

#footer {
	clear: both;
	padding: 10px 0 0 0;
	margin-left: 210px;
	font-size: 11px;
	text-align: left;
	width: 490px;
}

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

label {
	float: left;
	display: block;
	width: 125px;
}

input.formGross {
	width: 308px;
	height: 16px;
	border: #493f0b 1px solid;
	background: #fff;
	font-size: 12px;
	color: #493f0b;
	padding: 0 2px 0 2px;
}

textarea.formGross {
	width: 308px;
	height: 50px;
	border: #493f0b 1px solid;
	background: #fff;
	font-size: 12px;
	color: #493f0b;
	padding: 0 2px 0 2px;
}

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 {
	width: 120px;
	height: 18px;
	border: none;
	background: #493f0b;
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding: 1px 0 2px 0;
	border: #493f0b 1px solid;
}

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

p.einrueck {
	margin: 0 0 0 125px;
	padding-bottom: 12px;
}

p#formularMail {
	display: none;
}


/* Administration
*******************************************************************************/

#admin {
	position: relative;
	width: 910px;
	min-height: 140px;
	margin: 0 auto;
	padding: 10px;
	background: #777;
	color: #fff;
}

#admin p {
	margin: 0 0 5px 0;
}

#admin img {
	border: none;
}

#admin a:link,
#admin a:visited {
	color: #fff;
	text-decoration: none;
}

#admin a:hover,
#admin a:active {
	color: #a3c520;
	text-decoration: none;
}

#adminLeft {
	float: left;
	width: 350px;
}

#adminRight {
	float: left;
	width: 250px;
}

#adminFAQ {
	float: right;
	width: 250px;
	padding: 35px 0 0 0;
	background: url(../_images/logo-fia.gif) no-repeat;
}

.hinweis {
	color: #CC0000;
	margin-left: -10px;
}
