


/* =============================================================================
   HTML5-Anzeigedefinitionen
   ========================================================================== */

* {
	font-size: 14pxpx;
	line-height: 150%;
	font-weight: 100;
	color: #477346;
}

/* =============================================================================
   HTML5-Anzeigedefinitionen
   ========================================================================== */
   
   
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}

audio:not([controls]) {
	display: none;
}
[hidden] {
display: none;
}
/* =============================================================================
   Basis
   ========================================================================== */

/*
  * 1. Die Anpassung der Textgr&ouml;&szlig;e f&uuml;hrt in IE6/7 zu merkw&uuml;rdigen Resultaten, wenn die Schriftgr&ouml;&szlig;e des Bodytexts in em-Einheiten angegeben ist
 * 2. Erzwingen einer vertikalen Bildlaufleiste in Nicht-IE-Browsern
 * 3. Verhindern der iOS-Textgr&ouml;&szlig;enanpassung beim &Auml;ndern der Ger&auml;teausrichtung ohne den Benutzerzoom zu deaktivieren: h5bp.com/g
 */

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0px;
	padding: 0px;
}
body, button, input, select, textarea {
	font-family: sans-serif;
	color: #222;
}
/* 
 * Textschatten in der Auswahlmarkierung entfernen: h5bp.com/i
 * Die folgenden Auswahldeklarationen m&uuml;ssen getrennt voneinander erfolgen
 * Au&szlig;erdem: leuchtendes Pink! (Die Hintergrundfarbe kann auch an das Design angepasst werden.)
 */

/* Dreamweaver: die folgenden Codestellen auskommentieren, wenn die Auswahlmarkierung angepasst werden soll
 *::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
 *::selection { background: #fe57a1; color: #fff; text-shadow: none; }
 */

/* =============================================================================
   Hyperlinks
   ========================================================================== */

a {
	color: #477346;
}
a:visited {
	color: #477346;
}
a:focus {
	color: #477346;
	outline: thin dotted;
}
/* Verbessert in allen Browsern die Lesbarkeit von Hyperlinks, die &uuml;ber die Tabulatortaste fokussiert werden (focus) und von Hyperlinks, auf die der Mauszeiger gerichtet ist (hover): h5bp.com/h */
a:hover, a:active {
	outline: 0;
}
/* =============================================================================
   Typografie
   ========================================================================== */

abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
/* Nichtproportionale Schriftfamilie neu deklarieren: h5bp.com/j */
pre, code, kbd, samp {
	font-family: monospace, monospace;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
/* In allen Browsern die Lesbarkeit von vorformatiertem Text verbessern */
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before, q:after {
	content: "";
	content: none;
}
small {
	font-size: 85%;
}
/* Text h&ouml;her oder tiefer stellen ohne die Zeilenh&ouml;he zu beeinflussen: h5bp.com/k */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* =============================================================================
   Listen
   ========================================================================== */

ul, ol {
	color: #000000;
	line-height: 130%;
	list-style-position: outside;
	list-style-type: disc;
	font-weight: normal;
	font-size: 100%;
    margin-left: +16px;
}
li {
	color: #000000;
	line-height: 150%;
	font-size: 100%;
	font-weight: normal;
}
dd {
	margin: 0 0 0 40px;
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
/* =============================================================================
   Eingebetteter Inhalt
   ========================================================================== */

/*
  * 1. Verbessern der Bildqualit&auml;t beim Skalieren in IE7: h5bp.com/d
 * 2. Entfernen der L&uuml;cke zwischen Bildern und Rahmen in Bildcontainern: h5bp.com/e 
 */

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
/*
 * Korrekter &Uuml;berlauf in IE9 nicht verborgen 
 */

svg:not(:root) {
	overflow: hidden;
}
/* =============================================================================
   Abbildungen
   ========================================================================== */

figure {
	margin: 0;
}
/* =============================================================================
   Formulare
   ========================================================================== */

form {
	margin: 0;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
/* Festlegen, dass 'label' den Fokus auf das betreffende Forularelement setzt */
label {
	cursor: pointer;
}
/* 
  * 1. Korrekte Farbe wird in IE6/7/8/9 nicht vererbt 
 * 2. Korrekte Ausrichtung wird in IE6/7 merkw&uuml;rdig angezeigt 
 */


button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
/* 
  * 1. In IE6/7/8/9 vertikale Standardbildlaufleiste entfernen 
 * 2. Gr&ouml;&szlig;en&auml;nderung nur in der Vertikale zulassen
 */

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

/* Farben f&uuml;r die Formular&uuml;berpr&uuml;fung */
input:valid, textarea:valid {
}
input:invalid, textarea:invalid {
background-color: #f0dddd;
}
/* =============================================================================
   Tabellen
   ========================================================================== */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}
/* ==|== Prim&auml;rstile ========================================================
   News-Tigger: 
   ========================================================================== */

#news {
    color: #477346;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 1%;
}
#news img {
	float: left;
	width: 80px;
	margin-right: 12px;
	margin-top: 4px;
}
#news h2 {
	font-size: 160%;
	margin-top: 0px;
	margin-bottom: 8px;
    color: #477346;
	width: 100%;
}
#news h3 {
    color: #477346;
	font-size: 110%;
	margin-top: 0px;
	margin-bottom: 4px;
	font-weight: 300;
   	width: 100%;

}
#news h4 {
    color: #477346;
	font-size: 100%;
	margin-top: 0px;
	margin-bottom: 4px;
}
#news p {
 color: #000000;
	font-size: 100%;
	margin-top: 0px;
	margin-bottom: 4px;
}
#news a:hover {
	font-size: 100%;
    color: #000000;
	margin-top: 0px;
	margin-bottom: 4px;
}
#news a {
	font-size: 100%;
    color: #477346;
	margin-top: 0px;
	margin-bottom: 4px;
	text-decoration: none;
}
hr {
	height: 1px;
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
 border-top-color: #000000;
}
hr .news_full {
	float: left;
	width: 100%;
	margin: 10px;
}



/* ==|== nichtsemantische Helferklassen ========================================
   Definieren Sie Ihre Stile vor dieser Auswahl
   ========================================================================== */

/* F&uuml;r den Austausch von Bildern */
.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}
.ir br {
	display: none;
}
/* Vor Bildschirmleseprogrammen und Browsern verbergen: h5bp.com/u */
.hidden {
	display: none !important;
	visibility: hidden;
}
/* Nur visuell verbergen, aber f&uuml;r Bildschirmleseprogramme bereithalten: h5bp.com/v */
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/* Erweitert die Klasse ".visuallyhidden" so, dass das Element bei der Tastaturnavigation den Fokus erh&auml;lt: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
/* Visuell und vor Bildschirmleseprogrammen verbergen, aber das Layout beibehalten */
.invisible {
	visibility: hidden;
}
/* Floats beinhalten: h5bp.com/q */ 
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}


/* ==|== Druckstile ==========================================================
   Druckstile.
   Innen, um die erforderliche HTTP-Verbindung zu vermeiden: h5bp.com/r
   ========================================================================== */
 
 @media print {
* {
	background: transparent !important;
	color: #333 !important;
	text-shadow: none !important;
	filter: none !important;
	-ms-filter: none !important;
	font-style: normal;
	font-weight: normal;
} /* Schwarz druckt schneller: h5bp.com/s */
a, a:visited {
	text-decoration: underline;
}
thead {
	display: table-header-group;
} /* h5bp.com/t */
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
 @page {
margin: 0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}
p {
	color: #000000;
	padding: 0px;
	font-size: 14px;
    line-height: 150%;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
h4 {
	color: #000000;
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 110%;
	font-weight: 300;
	line-height: 130%;
}
h3 {
	color: #477346;
	padding: 0px;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 160%;
	font-weight: 500;
	line-height: 130%;
}
h2 {
	color: #477346;
	padding: 0px;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 150%;
	font-weight: 500;
	line-height: 130%;
}
h1 {
	color: #477346;
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 200%;
	font-weight: 500;
	line-height: 130%;
}
#layout {
	color: #F00;
	background-color: #FFF;
	float: left;
	height: auto;
	width: auto;
	position: absolute;
	top: 0px;
	font-size: 13px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: normal;
	z-index: 999999;
}
#layout p {
	color: #333;
	font-size: 12px;
	line-height: 150%;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#content_bilder {
	clear: both;
	float: left;
	width: 100%;
	margin: 0px;
	margin-bottom: 12px;
	padding: 0px;
	max-width: 720px;
}
.box {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 12px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.box_kontakt {
	color: #000000;
	clear: both;
	float: left;
	width: 100%;
	margin-top: 12px;
}
.box .tooltipContent {
	padding: 4px;
	font-size: 16px;
	font-weight: normal;
	color: #000;
}

.box_kontakt .fehler {
	color: #F00;
	font-weight: bold;
}
.box_kontakt input {
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	padding: 2px;
	margin-top: 2px;
}
.box_kontakt form table .text textarea{
	font-size: 14px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	width: 360px;
	margin-top: 2px;
}
.box_kontakt form table .text .inputbox{
	font-size: 14px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	width: 400px;
	margin: 0px;
}

.box_kontakt form table .text input{
	font-size: 14px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	width: 360px;
	margin: 0px;
}
.box_kontakt form table tr .label {
	color: #000000;
	font-size: 14px;
	text-align: right;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 2px;
}

.box_kontakt form table tr .text .radio {
	width: auto;
	margin-top: 2px;
	margin-bottom: 6px;
}


.box_kontakt form table .text {
	font-size: 14px;
	color: #000;
	padding: 2px;
}
.box_kontakt form table tr td .submit {
	width: auto;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.boxinfo .boximg{
	clear: both;
	width: 80%;
	margin-top: 6px;
	margin-bottom: 6px;
}

.boxinfo h3 {
	color: #477346;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	font-size: 140%;
}
.boxpreis  {
	color: #000000;
	padding: 0%;
	float: left;
	width: 15%;
	margin-top: 24px;
	margin-right: 1.5%;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #477346;
	text-align: center;
	min-width: 106px;
}
.boxpreis p{
	color: #000000;
	font-size: 100%;
	line-height: 150%;
	text-decoration: none;
}
.boxpreis h1{
	color: #477346;
	font-size: 140%;
	line-height: 120%;
	margin-bottom: 8px;
}
.boxpreis h2{
	font-size: 130%;
	line-height: 120%;
	margin-bottom: 12px;
	margin-top: 12px;
}

.infobox_ {
	clear: both;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.infobox_ img{
	clear: both;
	width: 100%;
	margin-top: 4px;
	margin-bottom: 4px;
}
.boxinfo p{
	font-size: 100%;
	line-height: 150%;
	text-decoration: none;
}
.boxinfo h2{
	font-size: 150%;
	line-height: 120%;
	margin-bottom: 8px;
}


.boxpreis .detail {
	font-size: 150%;
	color: #FFF;
	background-color: #477346;
	padding: 3%;
	padding-bottom: 1%;
    
}
.boxpreis .detail1 {
	background-color: #477346;
	height: 3px;     
}

.submit {
	font-size: 15px;
	font-weight: normal;
	padding: 3px;
	float: left;
	height: 30px;
	width: auto;
	margin-right: 20px;
}
.box .boxinfo_ h3 {
	font-size: 150%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.box .boxinfo h3 {
	font-size: 150%;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.box h4 {
	font-size: 180%;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.gridContainer.clearfix #LayoutDiv1 a:hover{
	color: #CCC;
}
#footer p {
	color: #000000;
	padding: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-size: 125%;
	font-weight: 100;
	line-height: 110%;
}
span h3 {
	font-size: 130%;
}

b {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#footer .counter {
	color: #666;
	float: left;
	letter-spacing: normal;
	text-align: left;
	vertical-align: text-bottom;
	white-space: normal;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 13px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer .counter1 {
	color: #666;
	float: left;
	padding: 0px;
	letter-spacing: normal;
	text-align: left;
	vertical-align: text-bottom;
	white-space: normal;
	margin-top: -8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
}
