/* reset.css ----------------table, tbody, tfoot, thead, tr, th, td----- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: bottom;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background-color: #FCFCFC;
	text-align: center
}
ol, ul {
	list-style: none;
}
/*  table {
	border-collapse: separate;
	border-spacing: 0;
}
*/
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* HEADER  */
* {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	text-decoration: none;
}
div#seite {
	margin: 0 auto;
	text-align: left;
	width: 850px;
	background-color: #FFFFFF;
}
div#header * {
	font-size: 11px;
}
div#header strong {
	font-weight: bold;
}
div#header a {
	color: #666666;
	text-decoration: none;
}
div#header a:visited {
	color: #666666;
	text-decoration: none;
}
div#header a:active {
	color: #666666;
	text-decoration: none;
}
div#header a:hover {
	color: #999999;
	text-decoration: underline;
}
div.header_top {
	width: 100%;
	height: 28px;
	background-color: #F5F5F5;
}
div.slogan {
	width: 402px;
	color: #666666;
	padding-top: 6px;
	margin-left: 10px;
	float: left;
}
div.slogan h1 {
	display: inline;
	line-height: 16px;
}
div.kontakt_impressum {
	width: auto;
	color: #666666;
	padding-top: 6px;
	margin-left: 130px;
	float: left;
	text-transform: uppercase;
}
div.logo {
	border-bottom: 1px solid #CFCFCF;
	border-top: 1px solid #CFCFCF;
}
/* NAVIGATION  */
div#navigation_spalte {
	background-color: #F5F5F5;
	float: left;
	width: 214px;
	min-height: 1200px;
	padding: 0px 0px 0px 0px;
}
div#navigation {
	background-color: #FFFFFF;
}
a.naviaktiv {
	background-color: #F5F5F5;
	color: #333333;
}
div#navigation a:hover {
	background-color: #F5F5F5;
	color: #333333;
}
div#navigation a {
	display: block;
	padding: 8px 20px 8px 0px;
	margin: 0px 0px 0px 0px;
	color: #999999;
	text-align: right;
	text-decoration: none;
}
div#subnavigation a:hover {
	background-color: #F5F5F5;
	color: #999999;
}
div#subnavigation a {
	display: block;
	color: #999999;
	text-align: right;
	text-decoration: none;
}
div.submenue {
	color: #999999;
	text-align: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #F5F5F5;
}
/* MARGINAL  */
div#marginal {
	width: 170px;
	float: left;
	border-left: 1px solid #F5F5F5;
	height: 100%;
}
/* FOOTER  */
div#footer {
	border-top: 1px solid #CFCFCF;
	color: #999999;
	font-size: 10px;
	margin-bottom: 20px;
	padding-left: 502px;
	padding-top: 5px;
}
/* CONTENT  */
div#content {
	margin-left: 24px;
	margin-right: 24px;
	margin-top: 12px;
	width: 348px;
	float: left;
	border: 0px solid #666666;
}
div#content a {
	color: #000000;
	text-decoration: none;
}
div#content a:visited {
	color: #000000;
	text-decoration: none;
}
div#content a:active {
	color: #000000;
	text-decoration: none;
}
div#content a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
td#produkte {
	padding: 10px 0px 0px 0px;
	vertical-align: top;
	line-height: 16px;
}
td#produkte h1 {
	line-height: 24px;
}
img.produkte {
	border: 1px solid #CCCCCC;
}
div#thumbnails img {
	border: 1px solid #CCCCCC;
	margin-top: 7px;
	margin-right: 7px;
}
h1 {
	font-size: 14px;
	line-height: 20px;
	color: #554F4C;
	font-weight: bold;
	text-transform: uppercase;
}
strong {
	font-weight: bold;
	color: #666666;
	font-size: 13px;
}
.untertitel {
	font-size: 11px;
	color: #999999;
}
.text {
	line-height: 20px;
}
input.text {
	border: 1px solid #A0A0A0;
	padding: 1px 0px 1px 0px;
	margin: 0px 0px 7px 0px;
	width: 230px;
}
input.marktext {
	border: 1px solid #A0A0A0;
	padding: 1px 0px 1px 0px;
	margin: 0px 0px 7px 0px;
	width: 230px;
	background-color: #F2A455;
}
.textfeld {
	width: 230px;
	height: 200px;
	border: 1px solid #A0A0A0;
	margin: 0px 0px 7px 0px;
}
.marktextfeld {
	width: 230px;
	height: 200px;
	border: 1px solid #A0A0A0;
	margin: 0px 0px 7px 0px;
	background-color: #FAC38C;
}
select.formular {
	border: 1px solid #A0A0A0;
	padding: 1px 0px 1px 0px;
	margin: 0px 0px 7px 0px;
}
select.markformular {
	border: 1px solid #A0A0A0;
	padding: 1px 0px 1px 0px;
	margin: 0px 0px 7px 0px;
	background-color: #F2A455;
}
/* LISTE GALERIE  */
div#list_galerie {
	margin-bottom: 20px;
}
#list_galerie .teaser {
	font-size: 11px;
	color: #666666;
}
div#list_galerie .beschreibung {
	float: left;
	width: 220px;
	padding-top: 10px;
}
div#list_galerie .thumbnail {
	float: left;
	width: 118px;
}
#list_galerie img {
	border: 1px solid #333333;
}

div#marginal {
  padding:25px;
  color:#999999;
}

div#marginal * {
  color:#999999;
}

#marginal h3 a {
  font-size:14px;
  font-weight:bold;
  color:#999999;
  line-height:16px;
}

#marginal h3 a:hover {
  text-decoration:underline;
  color:#333333;
}

#marginal strong a:hover {
  text-decoration:underline;
  color:#333333;
}

#marginal p {
  padding-bottom:10px;
}
