/* Standardangaben
Paddings und Margins auf 0 setzen, vertikaler Scrollbar immer sichtbar, Clearfix und float-standard
*/

html{ height: 100.1%; }
*{ padding: 0px; margin: 0px;}
a img{ border: none; }
form {display: inline}
ul img, .navigation img{ vertical-align: bottom; }
.clearfix:after { content: ".";     display: block;     height: 0;     clear: both;     visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.floatleft { float: left; margin-right: 10px; display: inline;}
.floatleft2 { float: left; margin-right: 12px; display: inline; padding: 8px 0px;}
.floatleft3 { float: left; margin-right: 0px; display: inline; padding: 8px 0px;}
.floatright {float: right; margin-left: 10px; display: inline;}
.clearleft {clear:left;}
.clearright{clear:right;float: right; margin-left: 10px; display: inline;padding-bottom: 10px;margin-bottom:10px;}
.clearboth {clear:both;}

/* Schriftart und Größe für die Seite, Abstände von Paragraphen usw */
body, table, td, p {
    font: 12px Verdana, Arial, Helvetica, Geneva, sans-serif;
    font-weight: normal;
}

body, p, li{
    line-height: 1.3em;
}

body{
    background: white;
    text-align: center;
    padding: 0;
    margin: 0;
	background-color: #DFD7CE;
}

p {
    margin: 0em 0 1em;
    padding: 0;
}

/* Grundgerüst */


#container{
    margin: 0px;
    text-align: left;
    position: absolute;
    /*width: 899px;*/
	width: 909px;
	margin-left: 50%;
	left: -450px;
	margin-top: 25px;
	background-color: none;
}

#topnavigation {
	text-transform:uppercase;
	padding: 0px 14px 4px 0px;
	float: right;
	font-size: 10px;
}

#container_rahm {
	background-color: #fff;
	padding: 4px !important;
	clear: both;
	width: 891px;

}

#header{
	background-color: #F5BE66;
	background: url(../bilder/kopfgrafik.jpg) no-repeat;
	height: 289px;

}

#logo{
	padding-top: 186px;
	padding-left: 22px;
}

#navigation{
	background: #fff  url(../bilder/nav_right.jpg) no-repeat right top;
	margin: 4px 0px;
	text-transform:uppercase;
	width: 100%;
	font-size: 11px;
	height: 26px;
	z-index: 50;
}


#hg_nav_leftcol {
	background-image: url(../bilder/nav_left.jpg);
	background-repeat: no-repeat; 
	height: 26px;
	width: 126px;
	float: left;
	margin: 0px;
}

#nav_milieu {

}

#hg_nav_rightcol {

	height: 26px;
	/*width: 102px;*/
/*	width: 81px;*/
	float: right;
	z-index: 12;
}

#inhalt_container {
	z-index: 15;
	width: 889px;
	margin: 0px;
	padding: 0px;
}

#leftcol{
	width: 125px;
	/*height: 265px;*/
	float: left;
	margin: 0px;
	padding-bottom:0px !important;
	display: block;
}

#inhalt{
	z-index: 1;
    width: 576px;
    float: left;
	padding: 10px;
	margin: 0px 0px 0px 0px;
	padding-bottom: 0px;
	border-right: 1px solid #F8D598;
	/*min-height: 264px;*/
	min-height: 310px;
	display: block;
	/*_height: 264px;*/
	_height: 310px;
}

#rightcol {
	width: 152px;
	_width:140px; /*152 - 12 */
	float: right;
	border: 0px;
	display: block;
	overflow:hidden;
	padding: 12px 0px 0px 12px;
	margin: 0px;
	/*background: url(../bilder/hg_rightcol.jpg) no-repeat 105px -6px;*/
	margin-top: -27px;
	/*min-height: 265px;*/
	}

#footer_rahm{
	clear: both;
	float:left;
	padding: 4px;
	width: 891px;
	background-color: #fff;
	margin-top: 4px;
}

#footer {
	/*background-color: none;*/
	background-image:url(../bilder/hg_footer.gif);
	background-repeat: repeat-x;
	width: 891px;
	float:left;
	padding-top:2px;
}

#footer_adress {
	float:left;
	/*padding-left: 137px;*/
	font-size: 9px;
	padding-left: 4px;
}

#bottomnavigation {
	text-transform:uppercase;
	padding: 0px 4px 4px 0px;
	float: right;
	font-size: 10px;
}

#producedby {
	float: right;
	margin-right: 0px;
	margin-top: -155px;
	display:block;
	z-index:120;

}


/* Ende Grundgerüst */

/* Top navigation */

ul.topnavigation{

}


#topnavigation ul {
	list-style: none;	
}

ul.topnavigation li  {
	display: block;
	float: left;	
	padding: 0px 2px;
}

ul.topnavigation a, ul.topnavigation a:hover, ul.topnavigation a.active {
	color: #000;
}

ul.topnavigation a.active {
	text-decoration: underline;
}

/* Ende Topnavigation */


/* Navigation */
.navigation, .navigation ul{
    list-style: none;
}

ul.navigation{
    margin: 0;
    padding: 0;
	height: 26px;
	float: left;
}

ul.navigation li  {
	display: block;
	float: left;
	padding: 0px;	
	height: 30px;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
}

ul.navigation ul li {
	border: 0px;
} 

.navigation a {
	display: block;
	padding: 0px 12px;
	line-height: 26px !important;
	/*_line-height: 26px !important;*/
	background-color: #DEC48F;
	color: #000;
}

.navigation a:hover, .navigation a.active {
	background-color: #F4D89C/*#E5D0A7*/;
	color: #000;
	text-decoration: none;
}

/* Ende Navigation */

/* Unternavigation */
ul.unternavigation li {
	list-style:none;
	padding: 0 0 0 9px;
	float:left;
	clear:left;
}
ul.unternavigation li a {
	text-transform:uppercase;
	font-weight:bold;
	height:25px;
	line-height:25px;
}

ul.unternavigation li ul{ 
	visibility:visible;
	display:none;
}



ul.unternavigation li ul li a{ 
	height:auto;
	line-height:normal;
}

/* Ende Unternavigation */

/*  subnavigation  */
ul.subnavigation li {
	display: block;
	padding: 0px 0px 4px 0px;
}

ul.subnavigation li a {
	display: block;
	padding: 5px 0px 5px 9px;
	/*width: 117px;*/
	width:107px;
	background-color:#E5D0A7;
	border: 0px;
	height: auto;
	color: #000;
	text-decoration: none;
	font-size: 10px;
	text-transform:none;
	font-weight:normal;
	text-transform:uppercase;
}

ul.subnavigation li a.active {
    color: #000;
    text-decoration: none;
	background-color: #F4D89C;
	font-size: 10px;
}

ul.subnavigation li a:hover {
    background-color: #F4D89C;
    text-decration: none;  
	font-size: 10px;
	color: #000;  
}

/* Ende Subnaviagtion */

/* Bottomnavigation  */
ul.bottomnavigation{

}


#bottomnavigation ul {
	list-style: none;	
}

ul.bottomnavigation li  {
	display: block;
	float: left;	
	padding: 0px 2px;
}

ul.bottomnavigation li a, ul.bottomnavigation li a.active, ul.bottomnavigation li a:hover {
	color: #000;
}

ul.bottomnavigation li a.active {
	text-decoration: underline;
}
/* Ende bottomnavigation  */
/* Inhalt */

#inhalt ul{
    padding-left: 15px;
    margin : 10px 0;
    list-style: none;
}

#inhalt ul li{
    background: url(../bilder/li.gif) no-repeat 0em 0.3em;
    padding-left: 15px;
    position: relative;
}

h1{
    font-size: 16px;
    margin: 0 0 0.6em 0;
	color: #977B43;
}

h2{
    font-size: 13px;
    margin: 0 0 0.4em 0;
	color: #977B43;
	font-weight: bold;
}

h3{
    font-size: 12px;
    margin: 0 0 0.3em 0;
	color: #977B43;
	font-weight: bold;
}

a {
    color: #977B43;
	text-decoration: none;
}

a:hover {
    color: #977B43;
    text-decoration: underline;
}

.repeater{
    margin-bottom: 1.4em;
}

.repeater h2{
    margin: 0;
    font-size: 12px;
    padding: 0;
}

.rahmen {
    border: 1px solid black
}

.datum {
    font-size: 10px;
    color: #808080;
}


/* Ansprechpartner */
.ansprechpartner .text{
    width: 250px;
}

.ansprechpartner label{
    width: 60px;
    margin: 0;
}

.ansprechpartner p {
    margin-top: 0px;
}

.ansprechpartner em.position {
    font-style: normal;
    display: block;
    margin: 2px 0px 5px 0px;
}

.ansprechpartner h2 {
    font-size: 12px;
    margin: 0;
    padding: 0;
    line-height: 1em;
}
/* Ende Ansprechpartner /*

/* Kontaktformular */
.kontakt, input.text, textarea.text {
    width: 250px;
}

#formmailmessage, .formmailerror {
    width: 370px;
}

label {
    position: relative;
    width: 170px;
    float: left;
    margin-bottom: 5px;
}

#kontaktform label {
    position: relative;
    width: 130px;
    float: left;
    margin-bottom: 5px;
}

input, textarea, select {
    color: #000000;
    border: 1px solid black;
	z-index: 2 !important;
	
}

input.text, input.password, textarea.text{
    margin: 0px 0px 5px 0px;
    padding: 2px 0;
    border: 1px solid #cccccc;
    font-size: 11px;
	z-index: 1;
}

input.required, input.password.required, textarea.required{
    margin: 0px 0px 5px 0px;
    padding: 2px 0;
    background: #ffffff url(../bilder/hintergrund_input_text_required.gif) repeat-x;
    border: 1px solid #F8D5D5;
	z-index:1px;
}

form input.required.completed, form input.ausfuellen.completed{
    background: #ffffff url(../bilder/hintergrund_input_text.gif) repeat-x !important;
    border: 1px solid #cccccc !important;
}

select {
    margin-bottom: 5px;
    font-size: 11px;
    padding: 2px;
	z-index: 3;
}

body > select {
    margin-bottom: 0px;
}

.checkbox, .radio {
    background: none;
    margin-bottom: 5px;
    border: 0;
}

.submit{
    margin: 5px 0 5px 0;
    padding: 2px 2px;
    background: #ffffff url(../bilder/hintergrund_input_text.gif) repeat-x;
    border: 1px solid #cccccc;
}

input:focus, select:focus, input.required:focus {
    border: 1px solid black;
}

form label.required {
    color: red;
}

form label.completed {
    color: black;
}

.ausfuellen {
    border: 1px solid red;
}

#formmailmessage, .formmailerror {
    border: 1px solid #E7DBC6;
    padding: 5px;
    color: red;
    margin: 0px 0px 5px 0px;
    background: #ffffff url(../bilder/hintergrund_input_text_required.gif) repeat-x;
    display: none;
    overflow: hidden;
    line-height: 1.3em;
}

.formmailerror{
    display: block;
}

#formmailmessage.complete{
    color: black;
    border: 1px solid green;
    background: #ffffff url(../bilder/hintergrund_input_text.gif) repeat-x;
}

#formmailmessage em{
    color: green !important;
    font-weight: bold;
}

#formmailmessage .linkespalte{
    width: 110px;
    display: block;
    float: left;
    margin: 0;
}

#formmailmessage .rechtespalte{
    width: 110px;
    display: block;
    float: left;
    margin: 0;
}

#formmailmessage #daten{
    margin-top: 10px;
}

#formmailmessage br{
    clear: left;
}


.kontakt {
    position: relative;
    display: block;
    float: left;
    margin-bottom: 5px;
}

#anschrift {
   /* float: right;
    position: relative;
*/}

#anschrift label {
    position: relative;
    width: 60px;
    float: left;
    margin-bottom: 2px;
	z-index:1;
}

#anschrift p {
    margin-top: 4px;
	z-index:1;
}

#kontaktform, #formmailmessage {
    margin-right: 10px;
    position: relative;
}

#kontaktform input.radio {
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
}

.clearleft {clear: left; }
/* Ende Kontakt */

ul.navigation li.noBorderRight {
	border-right: 0px;
}

ul.navigation li.noBorderLeft {
	border-left: 0px;
}


.brown {
	color: #977B43;
	text-transform:uppercase;
}

.brown_ {
	color: #977B43;
}

.brownNormal {
	color: #977B43;
}
#teaser_galerie {
	border: 1px solid #1B4424;
	padding: 10px;
	background:url(../bilder/hg_teaser.gif) repeat-x;
}

img.hoeher {
	margin: 0px !important;
	padding: 0px !important;
}

.galerieStyle {
	width: 120px;
	_width: 86px;
	height: 120px;
	border: 1px solid #F8D598;
	float:left;
	display: block;
	text-align:center;
	/*padding:0px;*/
	padding-top:auto;
	margin: 0px 18px 18px 0px;
	_margin: 0px 17px 17px 0px;
}

.galerieStyle td {
    text-align: center;   
}

.galerieStyle4Container {
	height:100px;
	width:160px;
	width:15px;
	_width:150px;
	margin-left:-9px;
	_margin-left:0px;
}
 
div.galerieStyle4 {
	margin-left: -9px;
	text-align:center;
	width: 160px;
	_width:150px;
	margin: auto 0px;

}

.galerieStyle4Name {
	height:35px;
	padding-top: 5px;
}

.lastImg {
	/*margin-right:0px !important;*/
}

#MyGaleries a {
	display: block;
	background: url(../bilder/verlauf_bg.trans.png) repeat;
}

#MyGaleries a table, #MyGaleries div.galerieStyle {
	_display: block;
	_background: url(../bilder/verlauf_bg.trans.png) repeat;
} 
#MyGaleries div.galerieStyle a {
    text-decoration:none;
}

#MyGaleries a:hover {
	background: url(../bilder/hg_galerie_f2.trans.png) repeat;
}
#MyGaleries a:hover table {
	_background: url(../bilder/hg_galerie_f2.trans.png) repeat;
}

#galerieStyle2 a, #galerieStyle3 a  {
	display: block;
	border: 1px solid #F8D598;
	width:150px;
	padding: 15px;
	background:#F3E9D5 url(../bilder/verlauf_bg.trans.png) repeat-x;
}

#galerieStyle3 a {
	width: 120px;
}

#galerieStyle2 a:hover, #galerieStyle3 a:hover {
	background:  url(../bilder/hg_galerie_f2.trans.png) repeat;
}

.newsKast {
	padding: 5px;
	border: 1px solid #F8D598;
	margin-bottom:30px;
	background: #F3E9D5 url(../bilder/verlauf_bg.trans.png) repeat-x;
}

.newsKast2 {
	padding: 5px;
	margin-bottom:30px;
	border: 1px solid #F8D598;
	background: #F3E9D5 url(../bilder/verlauf_bg.trans.png) repeat-x;
}

a:hover img.newsKast {
	padding: 5px;
	border: 1px solid #F8D598;
	background: url(../bilder/hg_galerie_f2.trans.png) repeat;
}

.prodKast {
	padding: 15px;
	width: 43%;
	border: 1px solid #F8D598;
	float: left;
	height: 185px;
	margin: 0px 1% 1% 0px;
	display:block;
	overflow:hidden;
}
.prodImg {
	padding-top: 2px;
	height: 110px;
	float:left;
}
.prodText {
	height: 110px;
	float:right;
	width: 120px;
}

.longDesc {
	display:block;
	height:30px;
	overflow:hidden;
	clear:both;
	width: 100%;
	font-size:11px;
}
img.positionNeu {
	margin-top: -4px;
	_margin-top: -8px;/* IE6 */
	position:relative;
}


img.positionAlt {
	margin-top: -4px;
	_margin-top: -8px;
	margin-right: -3px;/*IE6*/
	float: right;
	clear:both;
	position:relative;
}

a.displayNone, a.displayNone img{
	display:none;
}


.teaser {
	width:160px;
	margin-right: 4px;
	float:left;
}

.titel_rahm {
	background: #DDC48E url(../bilder/teaser_head_bg.gif) top right no-repeat; 
	text-transform:uppercase;
	line-height: 25px;
	height: 25px;
	padding: 5px 0px 0px 9px;
	width:151px;
}
.bildcontainer {
	margin-top:2px;
	width:142px;
	padding: 9px;
	_padding:5px;
	background: #F3E9D5 url(../bilder/verlauf_bg.trans.png) repeat-x;
}

.centree img {
	padding: 0px auto;
}

#inhaltBreite  {
	width: 494px;
}
ul.unternavigation li.active ul{ 
	visibility:visible;
	display:block;
}

.newsKastBreite {
	width: 300px;
	float:left;
	/*text-align: justify;*/
}

label.label_prod {
	width:50px;
	text-align:left;
}

.newsMod strong, .newsMod b {
  color:#977B43;
  font-weight:normal;
}

.prodanfrage {
	position:relative;
	clear:both;
	display:block;
}

.newsKastBreite label {
	display:block;
	width:210px;
	float:none;
	clear:none;
	float:left;
	margin:0px;
}

.alignright {
	text-align:right;
	display:block;
	float:left;
	width:75px;
	padding-top:2px;
}
.alignright2 {
	width:110px;
	text-align:right;
	float:left;
	clear:left;
}

.newsImg {
	width:150px;
	float:right;
}

.newsKastBreite br {
	line-height:1px;
	height:1px;
}
.newsKastBreite table {
	margin-top:-15px;
}
.newsKastBreite table tr,.newsKastBreite table tr td{
	margin:0px;padding:0px;
}

.prodanfrage {
	width:100%;
}

#footer_adress a {
	color:#000;
}

