* {
	margin: 0px;
	padding: 0px;
	background: transparent;
}

body {
	font-family: Arial, Verdana;
	font-size: 76%;
	line-height: 1.5;
}

#infomsg {
	display: block;
	height: 30px;
	line-height: 30px;
	background-color: #FCC211;
	text-align: center;
	position: relative;
}

#infomsg span {
    display: block;
	background: transparent url(../img/btn_close.png) 0 0 no-repeat;
	width: 14px;
	height: 14px;
	text-indent: -10000px;
	position: absolute;
	top: 7px;
	right: 10px;
	cursor: pointer;
}

#warenkorb_wrapper {
	width: 900px;
	margin: 0px auto;
}

#wrapper {
	width: 900px;
	margin: 0px auto;
	background: transparent url(../img/bg_fond.jpg) top center no-repeat;
}

img {
	border: 0px;
}

.hide {
	display: none;
}

:focus {
	outline: none;
}

/* KOPF */
#kopf {
	display: block;
	width: 900px;
	height: 170px;
	overflow: hidden;
}

#home #kopf h1,
#kopf h1 a {
	display: block;
	width: 252px;
	height: 103px;
	background: transparent url(../img/logo.gif) 0 0 no-repeat;
	text-indent: -10000px;
	margin: 30px auto;
}

#kopf h1 a:hover {
	background: transparent url(../img/logo_hover.gif) 0 0 no-repeat;
}

#kopf ul {
	list-style: none;
	position: relative;
	top: -163px;
	left: 480px;
}

#kopf ul li {
	display: inline;
	height: 15px;
	line-height: 15px;
	color: #FCC211;
}

#kopf ul li#shortbasket {
	display: block;
	float: left;
	padding: 5px 10px;
	font-size: 1em;
	height: 15px;
	width: 160px;
	line-height: 15px;
	font-weight: bold;
}

#kopf ul li span,
#kopf ul li a {
	display: block;
	float: left;
	padding: 5px 10px;
	font-size: 1em;
	height: 15px;
	line-height: 15px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

#kopf ul li.metanav a {
	color: #FCC211;
}

#agb #nav_agb a,
#impressum #nav_impressum a {
	background-color: #FCC211;
	color: #fff;
}

#kopf ul li a:hover {
	color: #fff;
	background-color: #005526;
}

#kopf ul li.metanav a:hover {
	background-color: #FCC211;
}

#kopf ul li#nav_warenkorb span,
#kopf ul li#nav_warenkorb a {
	display: block;
	margin: 0px 5px;
	width: 18px;
	background: #FCC211 url(../img/btn_warenkorb.gif) center center no-repeat;
	text-indent: -10000px;
}

#kopf ul li#nav_warenkorb a:hover {
	background: #FCC211 url(../img/btn_warenkorb_h.gif) center center no-repeat;
}
/* ENDE KOPF */

/* HAUPT-NAVI */
#menu ul {
	list-style: none;
	margin-left: 225px;
}

#menu ul li {
	display: inline;
	height: 15px;
	line-height: 15px;
}

#menu ul li span,
#menu ul li a {
	display: block;
	float: left;
	padding: 5px 10px;
	font-size: 1em;
	height: 15px;
	line-height: 22px;
	color: #E5EBC3;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

#menu ul li a:hover {
	color: #fff;
}

#news #nav_news a,
#unternehmen #nav_unternehmen a,
#shop #nav_shop a,
#service #nav_service a,
#kontakt #nav_kontakt a {
	color: #fff;
}
/* ENDE HAUPT-NAVI */

#content {
	width: 900px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: transparent url(../img/bg_content.gif) 450px 0px repeat-y;
}

#content .spaltelinks {
	display: block;
	width: 225px;
	float: left;
	margin-left: 225px;
	padding: 30px 0px;
}

#content .spaltelinks h1 {
	font-size: 20px;
	color: #005526;
	text-transform: uppercase;
	padding: 0px 15px;
	margin-top: 40px;
	margin-bottom: 50px;
}

#content .spaltelinks form,
#content .spaltelinks p {
	padding: 0px 15px;
}

#content .spaltelinks p.error {
	background-color: #FCC211;
	color: #005526;
	padding: 15px;
}

#unternehmen #content .spaltelinks dl {
	margin-bottom: 1em;
	padding: 0px 15px;
}

#unternehmen #content .spaltelinks dl dt {
	font-weight: bold;
	color: #005526;
	font-size: 1.1em;
}

#unternehmen #content .spaltelinks dl dd {
	font-weight: bold;
	line-height: 1.75;
}

#shop .spaltelinks form {
	background-color: #005526;
	margin: 15px 0px;
	padding: 5px 15px;
}

#shop .spaltelinks form input {
	width: 130px;
	display: inline;
	margin: 0px;
}

#shop .spaltelinks form input.submit {
	color: #fff;
	background-color: transparent !important;
	border: none;
	width: auto;
}

#content .spaltelinks ul {
	color: #005526;
	list-style: none;
}

#content .spaltelinks ul li a {
	display: block;
	color: #005526;
	padding: 10px 20px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.1;
}

#content .spaltelinks ul li li a {
	display: block;
	color: #E5EBC3;
	background-color: #005526;
	padding: 7.5px 20px;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
	line-height: 1.1;
}

#content .spaltelinks ul li a.active,
#content .spaltelinks ul li a.active:hover {
	color: #fff;
	background-color: #005526;
}

#content .spaltelinks ul li a:hover {
	/*color: #fff;*/
	background-color: #E5EBC3;
}

#content .spaltelinks ul li li a:hover {
	color: #fff;
	background-color: #005526;
}

#content .spalterechts {
	margin-left: 450px;
	padding: 45px 15px 30px 15px;
}

#content .spalterechts h2 {
	color: #005526;
	font-size: 20px;
	margin: 1.5em 0em 10px 0em;
}

#content .spalterechts h3 {
	color: #8E9F1B;
	font-size: 1em;
	margin: 2em 0em 1em 0em;
}

#content .spalterechts h2.first,
#content .spalterechts h3.first {
	margin-top: 0px;
}

#content .spaltelinks p a,
#content .spalterechts a {
	color: #005526;
	font-weight: bold;
	text-decoration: none;
}

#home #content .spaltelinks a:hover,
#content .spalterechts a:hover {
	color: #cc9;
}

#content .spalterechts ul {
	margin-left: 15px;
	margin-bottom: 1em;
}


/*
#shop #spalte1 {
	padding-left: 0px;
	padding-right: 0px;
}

#shop #spalte1 h2 {
	margin: 0px 20px 17px 20px;
}*/

#shop #spalte2 ul {
	list-style: none;
}

#shop #spalte2 ul li {
	margin-bottom: 10px;
}

#shop #spalte2 ul li.all {
	margin-bottom: 50px;
}

#shop #spalte2 ul li a {
	color: #96B89A;
	font-weight: bold;
	text-decoration: none;
}

#shop #spalte2 ul li a:hover {
	color: #005526;
}

#unternehmen #spalte2 {
	padding-top: 60px;
	text-align: right;
}

#content p {
	margin-bottom: 1em;
}

#content table {
	border-collapse: collapse;
	width: 410px;
	margin-bottom: 1.5em;
}

#content table tr td {
	padding: 2px 2px;
}

#content table thead tr td,
#content table tbody tr td {
	border-bottom: solid 1px #025526;
}

#content table tbody tr {
	margin-bottom: 0.5em;
}

#content table thead td,
#content table tfoot td {
	font-weight: bold;
}

ul.vcard {
	list-style: none;
	margin-left: 0px !important;
}

ul.vcard li {
	margin-bottom: 0 !important;
}

ul.vcard li.absatz {
	margin-bottom: 1em !important;
}

#content .artikel {
	display: block;
	border-bottom: solid 1px #E5EBC3;
	padding-bottom: 20px;
	margin-bottom: 20px;
	min-height: 100px;
}

#content .artikel img {
	display: block;
	float: left;
	/*margin-right: 15px;*/
}

#content .artikel form,
#content .artikel p {
	display: block;
	width: 305px;
	margin-left: 115px;
}

#content .artikel input {
    width: 25px;
}

#content .artikel input.submit {
    background: #FCC211 url(../img/btn_addbasket.gif) center center no-repeat !important;
    text-indent: -10000px;
    width: 34px;
}

#content .artikel p.hinweis {
    background-color: #FCBE00;
    font-weight: bold;
    padding: 5px;
    width: 295px;
}

#news .spalterechts .newsbild,
#shop .spalterechts .artikelbild {
	margin: 0px -15px 15px 0px;
}

#shop .spalterechts .artikelkopf {
	position: relative;
}

#shop .spalterechts .artikelkopf h2 {
	width: 319px;
}

#shop .spalterechts .artikelkopf .preis {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #005526;
	font-size: 20px;
	font-weight: bold;
	width: 100px;
	text-align: right;
}

#shop .spalterechts .artikelbeschreibung {
	background-color: #EAEECE;
	padding: 10px 15px;
	margin: 0px -15px 15px -14px;
}

#shop .artikelbeschreibung p.hinweis {
    background-color: #FCBE00;
    font-weight: bold;
    padding: 5px;
}

/* ARTIKEL-BILDER */
#picture-wrapper {
	display: block;
	width: 435px;
	margin: 0px -15px 15px 0px;
	height: 390px;
	overflow: hidden;
	position: relative;
}

#picture-bar {
	display: block;
	margin: 10px 0px 25px 0px;
	padding: 5px 0px;
}

#picture-bar span {
	font-weight: bold;
	margin-right: 10px;
}

#picture-bar a {
	padding: 5px;
	text-decoration: none;
}
#picture-bar a:hover {
}
/* ENDE ARTIKEL-BILDER */

/* warenkorb */
#warenkorb_container {
	display: none;
	width: 635px;
	display: block;
	background: #FBEDC7 url(../img/bg_warenkorb.jpg) left bottom repeat-x;
	padding: 20px 20px 29px 20px;
	color: #000;
	float: right;
    visibility: hidden;
}

#header {
	display: block;
	float: left;
	width: 210px;
	padding-top: 25px;
}

#header span {
	margin-top: 25px;
	font-size: 20px;
	color: #005526;
	text-transform: uppercase;
	font-weight: bold;
}

#warenkorb {
	display: block;
	width: 400px;
	margin-left: 210px;
	border-left: solid 1px #000;
	padding: 10px 0px 1px 20px;
}

#warenkorb form,
#warenkorb p {
	margin-bottom: 10px;
}

#warenkorb a {
	color: #005526;
	text-decoration: none;
	font-weight: bold;
}

#warenkorb a:hover {
	color: #CCCC99;
}

#warenkorb_container #warenkorb table input {
	width: 25px;
	border-width: 0px;
	border-left: solid 1px #fff;
	border-bottom: solid 1px #fff;
	background: #EAEECE url(../img/bg_input.gif) top right no-repeat !important;
	font-family: arial;
	padding: 2px 0px;
	margin-right: 3px;
}

#warenkorb table {
	border-collapse: collapse;
	width: 400px;
	margin-bottom: 1.5em;
}

#warenkorb table td.aright {
    text-align: right;
    white-space: nowrap;
    padding-left: 3px;
}

#warenkorb table tbody tr td {
	border-bottom: solid 1px #005222;
	padding: 2px 0px;
}
#warenkorb table tbody tr {
	margin-bottom: 0.5em;
}
#warenkorb table tfoot td {
	font-weight: bold;
}
#warenkorb_container p.header {
	font-weight: bold;
	margin-bottom: 1em;
}
#warenkorb_container p.hinweis {
	margin-top: 2em;
	font-size: 0.9em;
	margin-bottom: 1em;
}
#warenkorb_container #bestellung {
	margin-left: 20px;
	display: block;
	float: left;
	width: 410px;
	margin-bottom: 1em;
}

/* Formular */
#content fieldset {
	border: none;
}

#content fieldset ol {
	list-style: none;
}

#content fieldset ol li {
	margin-bottom: 0.5em;
}

#content label {
	font-size: 1em;
	display: block;
	float: left;
	width: 150px;
}

#content label.required {
	background: transparent url(../img/icon_required.gif) 125px center no-repeat;
}

#content input, #content textarea, #content select {
	width: 185px;
	margin-bottom: 10px;
	border-width: 0px;
	border-left: solid 1px #fff;
	border-bottom: solid 1px #fff;
	background: #EAEECE url(../img/bg_input.gif) top right no-repeat !important;
	font-family: arial;
	padding: 2px 0px;
}

#content textarea {
	height: 150px;
	font-size: 1em;
}

#content input.button {
	width: 150px !important;
/*	border-width: 1px;*/
}

#content input, #content textarea, #content select {
	color: #000;
}

fieldset.agb {
	padding-left: 150px;
	margin-bottom: 1em;
}

fieldset.agb input {
	width: auto !important;
	margin-bottom: 0px !important;
	margin-right: 1em;
	float: left;
}

fieldset.agb label {
	width: 220px !important;
}

#warenkorb input.submit,
#content input.submit {
	background: #FCBE00 none !important;
	border-left-color: #40701C;
	border-bottom-color: #40701C;
	border-top-color: #FDD65E;
	border-right-color: #FDD65E;
	color: #115C23;
	border-width: 2px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 2px 0px;
	font-size: 12px;
}

#content .spalterechts fieldset.submit {
    padding-left: 150px;
}

#content select {
	background-color: #fff;
}

#content .beschreibung input, #content .beschreibung select {
	width: 185px;
	font-size: 0.9em;
}

/* ClearFix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

