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

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

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


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

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0 20px 0;
	background: #5d5d5d;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height: 20px;
	color: #777;
}

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

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

strong {
	font-weight: bold;
}

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

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

p {
	margin: 0 0 15px 0;
}

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


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

#wrap {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding-left: 15px;
	text-align: left;
	background: url(/_images/bg.gif) repeat-y;
}


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

#header {
	position: relative;
	height: 210px;
	width: 930px;
	border-bottom: #999 10px solid;
	background: #999;
	margin: 0;
	padding: 0;
}

#eckeTop {
	position: absolute;
	width: 44px;
	height: 44px;
	top: 0;
	right: 0;
	background: url(/_images/ecke_top.png) no-repeat;
}

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


#designby {
	position: absolute;
	width: 12px;
	height: 109px;
	left: -13px;
	top: 1px;
	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: 40px 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: #999;
}

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


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

#content {
	position: relative;
	float: left;
	width: 465px;
	min-height: 390px;
	margin: 40px 30px 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: 40px 0 20px 25px;
}

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

tr.roll td {
	background: #f1f1f1;
}

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: 40px 0 20px 25px;
}

#content_galerie ul {
	list-style: none;
}

#wrap #content_galerie ul li {
	float: left;
	display: block;
	width: 210px;
	height: 158px;
	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: 158px;
	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: 40px 0 0 25px;
}

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


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

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

#sidebar_bilder img {
	border: 0;
}


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

#footer {
	clear: both;
	width: 725px;
	height: 100px;
	margin-left: 205px;
	padding-bottom: 20px;
}

#footer td {
	height: 100px;
	vertical-align: bottom;
}

#eckeBottom {
	position: absolute;
	width: 44px;
	height: 44px;
	bottom: 0;
	left: 15px;
	background: url(/_images/ecke_bottom.png) no-repeat;
}

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


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

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

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

textarea.formGross {
	width: 308px;
	height: 50px;
	border: #666 1px solid;
	background: #fff;
	font-size: 12px;
	color: #333;
	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: #f1f1f1;
}

input.sendKontakt {
	width: 120px;
	height: 18px;
	border: none;
	background: #666;
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding: 1px 0 2px 0;
	border: #666 1px solid;
}

input:hover.sendKontakt,
input:focus.sendKontakt {
	background: #999;
	color: #333;
	border: #999 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;
	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;
}
