@charset "utf-8";
/* CSS Document */
html {
    height: 100%;
    min-height: 100%;
}

body {
    height: 100%;
    min-height: 100%;
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #111;
}

html {
    background: #e1e1df url(../img/bg/html.jpg) repeat-x top left;
}

body {
    background: url(../img/bg/body.jpg) no-repeat 1000px top;
}

h1, h2, h3, h4, h6 {
    color: #462000;
}

h6 {
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
	margin:5px 0;
}

a {
    color: #462000;
}

a img {
    border: none;
}

.clear {
    clear: both;
}

.floatLeft {
    float: left;
}

.brown {
    color: #462000 !important;
}

.odd {
    background: #e5e5e5;
}
.noodd{
    background: transparent;
	margin-bottom:20px;
}

#wrapper {
    width: 1000px;
    position: relative;
    background: url(../img/bg/content.jpg) repeat top left;
    /*background: url(../img/bg/bg_new.png) no-repeat top left;*/
    min-height: 100%;
    overflow: visible;
}

#header, #content {
    padding-right: 85px;
    position: relative;
    z-index: 100;
}

#header {
    height: 300px;
    z-index: 105;
}

#header #headerbild {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 110;
	overflow:hidden;
	width:1000px;
	height:300px;
}

#header #navigation {
    position: absolute;
    top: 96px;
    left: 0px;
    z-index: 120;
}

#header h1 {
    position: absolute;
    top: 165px;
    right: 120px;
    z-index: 140;
}


.bHeight{height:818px !important; overflow:hidden;}

#flag {
	background:url(../img/flag.png) no-repeat top left;
	width:311px;
	height:100px;
	position:absolute;
	z-index:119;
	text-indent:-999999em;
	margin:185px 0 0 620px;
}

.active span {
    color: #462000;
    cursor: pointer;
    font-style: italic;
    padding: 0 10px;
    text-decoration: underline;
    font-size: 12px;
}

ul#navigation {
    list-style: none;
    padding: 16px 0 0 200px;
    width: 600px;
    height: 32px;
    background: url(../img/bg/nav.png) no-repeat top left;
    margin-top: 120px;
}

ul#navigation li {
    float: left;
    position: relative;
    padding-bottom: 30px;
}

ul#navigation li a {
    display: block;
    padding: 0 10px;
    font-size: 12px;
    font-style: italic;
    text-decoration: none;
}

ul#navigation li ul {
    display: none;
    list-style: none;
    width: 190px;
    padding: 10px 0;
    background: #fff;
    border-bottom: #6e5838 10px solid;
    background: url(../img/bg/subnav.png) repeat-x left 4px;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 8000;
}

ul#navigation li ul li {
    float: none;
    padding: 2px 0;
    display: block;
}

ul#navigation li ul li:hover {
    background: #f4eadb;
}

ul#navigation li:hover ul {
    display: block;
}

ul#navigation a:hover {
    text-decoration: underline;
}

h1, h1 a {
    display: block;
    height: 99px;
    width: 167px;
}

h1 a {
    text-indent: -9999px;
    background: url(../img/replace/hermine_wech.png) no-repeat top left;
}

span#gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 150px;
    width: 100%;
    background: url(../img/bg/content_top.png) repeat-x top left;
    z-index: 110;
}

#content {
    /* overflow: auto;
     height: 430px;*/
    width: 830px;
    margin-top: -20px !important;
}

#article {
    padding-left: 70px;
    width: 470px;
    float: left;
}

#article h2 {
    line-height: 1.9em !important;
}

#articleProduct {
    padding-left: 70px;
    width: 820px;
    float: left;
}

.columns_1 #article {
    width: 480px;
    padding-left: 70px;
    position: relative;
    float: none;
}

#images {
    width: 150px;
    margin-left: 10px;
    float: left;
}

#diagonale {
    width: 100%;
    width: 85px;
    position: absolute;
    /*display:none;*/
    right: 0;
    top: 0;
    z-index: 1000;
    background: url(../img/bg/diagonale.png) no-repeat top right;
    overflow: visible;
    min-height: 100%;
}

/* Using Initials */
h2.initial {
    overflow: hidden;
    margin-top: 0px;
    line-height: 65px;
    margin-left: 40px;
    font-style: italic;
    color: #462000 !important; /*<---- löschen ??? farbe weiß besser*/
}

h2.initial span {
    display: block;
    background: url(../img/replace/initials.png) no-repeat 0px 0px;
    width: 84px;
    text-indent: -9999px;
    height: 52px;
    float: left;
}

h2.initial span.aa {
    background-position: 0px -0px;
    margin-right: -16px;
}

h2.initial span.aeae {
    background-position: 0px -59px;
    margin-right: -14px;
}

h2.initial span.bb {
    background-position: 0px -124px;
    margin-right: -25px;
}

h2.initial span.cc {
    background-position: 0px -188px;
    margin-right: -30px;
}

h2.initial span.dd {
    background-position: 0px -250px;
    margin-right: -28px;
}

h2.initial span.ee {
    background-position: 0px -312px;
    margin-right: -35px;
}

h2.initial span.ff {
    background-position: 0px -375px;
    margin-right: -20px;
}

h2.initial span.gg {
    background-position: 0px -440px;
    margin-right: -26px;
}

h2.initial span.hh {
    background-position: 0px -500px;
    margin-right: -20px;
}

h2.initial span.ii {
    background-position: 0px -564px;
    margin-right: -25px;
}

h2.initial span.jj {
    background-position: 0px -630px;
    margin-right: -27px;
    height: 57px;
}

h2.initial span.kk {
    background-position: 0px -688px;
    margin-right: -20px;
}

h2.initial span.ll {
    background-position: 0px -750px;
    margin-right: -30px;
}

h2.initial span.mm {
    background-position: 0px -812px;
    margin-right: -20px;
}

h2.initial span.nn {
    background-position: 0px -875px;
    margin-right: -24px;
}

h2.initial span.oo {
    background-position: 0px -936px;
    margin-right: -30px;
}

h2.initial span.oeoe {
    background-position: 0px -995px;
    margin-right: -25px;
}

h2.initial span.pp {
    background-position: 0px -1063px;
    margin-right: -31px;
}

h2.initial span.qq {
    background-position: 0px -1124px;
    margin-right: -30px;
}

h2.initial span.rr {
    background-position: 0px -1186px;
    margin-right: -20px;
}

h2.initial span.ss {
    background-position: 0px -1248px;
    margin-right: -31px;
}

h2.initial span.tt {
    background-position: 0px -1312px;
    margin-right: -30px;
}

h2.initial span.uu {
    background-position: 0px -1374px;
    margin-right: -24px;
}

h2.initial span.ueue {
    background-position: 0px -1432px;
    margin-right: -25px;
}

h2.initial span.vv {
    background-position: 0px -1496px;
    margin-right: -20px;
}

h2.initial span.ww {
    background-position: 0px -1560px;
    margin-right: -27px;
}

h2.initial span.xx {
    background-position: 0px -1622px;
    margin-right: -20px;
}

h2.initial span.yy {
    background-position: 0px -1688px;
    margin-right: -20px;
}

h2.initial span.zz {
    background-position: 0px -1748px;
    margin-right: -28px;
}

h2.initial span.numnum {
    display: inline;
    background: none;
    text-indent: 0;
    line-height: 65px;
    float: none;
    margin-left: 30px;
}

/* Tabs & Slideshow */
ul.tabs {
    list-style: none;
    overflow: hidden;
    position: relative;
    margin: -75px 0 0 300px;
}

ul.tabs li {
    float: left;
}

ul.tabs li a {
    text-decoration: none;
}

ul.tabs img {
    vertical-align: middle;
}

div.panes {
    margin-top: 20px;
}

.panes ul {
    list-style: none;
}

a.next, a.prev {
    position: absolute;
    top: 25%;
    display: block;
    width: 42px;
    height: 123px;
    background: url(../img/icon/arrow.png) no-repeat top left;
    text-indent: -9999px;
    cursor: pointer;
}

a.next {
    right: 10px;
    background-position: -42px 0;
}

a.next:hover {
    background-position: -42px -123px;
}

a.prev {
    left: -60px !important;
    margin: 0 !important;
    padding: 0 !important;
}

a.prev:hover {
    background-position: 0 -123px;
}

div.scrollable, div.scrollable2 {
    width: 740px;
    height: 400px;
    position: relative;
    overflow: hidden; /*scroll*/
}

div.scrollActive {
    position: relative;
}

div.scrollActive div.scrollable div.items, div.scrollActive div.scrollable2 div.items {
    width: 20000em;
    /*width:20000em;*/
    position: absolute;
    border-right: 30px solid #6e5838;
}

#fixWidth{
	width:750px !important;
}

#fertigprodukte div.items {
    width: 740px;
    border: none;
}

/*div.items div {
 margin: 0 15px 15px 0;
 float: left;
 width: 170px;
 }*/
.items h3 {
    margin: 0;
    padding: 0 0 0 6px;
}

/* Overlay */
.overlay_pane {
    display: none;
    width: 850px;
    min-height: 500px;
    padding: 5px 0;
    background: white;
    z-index: 10000;
    border: 2px solid #c7bb98;
    overflow: hidden;
}

.small {
    width: 500px !important;
    height: 500px !important;
}

.overlay_pane .close {
    background-image: url(../img/bg/close.png);
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    height: 35px;
    width: 35px;
    z-index: 30001;
}

.overlay_pane .bigImage {
    background: #c7bb98;
    margin: 20px 0 20px 1px;
    padding: 15px 5px 0px 5px;
    width: 455px;
    float: left;
}

.overlay_pane h2 {
    color: #fff;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 18px;
    margin: 8px 0 0 30px !important;
    position: absolute;
    font-weight: normal;
}

.overlay_pane .bigImage img {
    margin-top: 25px;
}

.overlay_pane .productcontent {
    float: left;
    color: #492400;
    padding: 20px 10px 10px 20px;
    width: 340px;
    height: 350px;
    overflow: auto;
}

.overlay_pane .productcontentLarge {
    margin-top: 70px !important;
    width: 800px;
    height: 350px;
    overflow: auto;
    color: #492400;
    padding: 20px 10px 10px 20px;
}

.overlay_pane .productcontent .summary {
    font-weight: bold;
}

.overlay_pane .imagethumbwrapper {
    background: url(../img/bg/produkt_thumb_bg.png) no-repeat;
    width: 170px;
    height: 139px;
    position: absolute;
    margin: -110px 0 0 310px;
}

.overlay_pane .imagethumb {
    width: 148px;
    height: 117px;
    overflow: hidden;
    margin: 10px 0 10px 11px;
}

.overlay_pane .imagethumb img {
    margin-top: -15px !important;
}

.overlay_hover {
    position: absolute !important;
    top: 1%;
    left: 10;
	/*margin-left:50px !important;*/
    z-index: 99999;
    display: none;
    overflow: hidden;
    border: 4px solid #c7bb98;
}

.overlay_hover img {
    display: block;
}

div#nojs {
    padding: 10px;
    text-align: center;
    border: 6px solid #ffe57e;
    background: #fff3c3;
    margin-top: -68px;
    position: relative;
    z-index: 200000;
}

/*Slider Thumbs & Nav*/
.productThumb, .productThumb2 {
    cursor: pointer;
    background: url(../img/bg/produkt_thumb_bg.png) no-repeat;
    width: 170px;
    height: 139px;
    margin-bottom: 50px !important;
    margin: 0 15px 15px 0;
    float: left;
    width: 170px;
}

.productThumb .productImage, .productThumb2 .productImage2 {
    width: 148px;
    height: 117px;
    overflow: hidden;
    margin: 10px 0 10px 11px;
}

.productThumb .productImageimg, .productThumb2 .productImageimg2 {
    margin-top: -15px !important;
}

.productThumb h3, .productThumb2 h3 {
    padding-left: 10px !important;
}

.topNavWrapper {
    cursor: pointer;
    background: url(../img/bg/topnav_bg.png) no-repeat;
    width: 87px;
    height: 60px;
    float: left;
}

.topNavImage {
    width: 70px;
    height: 39px;
    overflow: hidden;
    padding: 8px 2px 2px 8px;
}

.topNavTitle {
    float: left;
    padding-top: 17px;
}

#images {
    padding: 0 0 0 0px !important;
    width: 200px;
}

hr {
    margin: 0 !important;
    border: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid #6e5838 !important;
}

#contentHistory, #contentUG, #contentBR, #contentProduct, #contentBio, #listContent, #contentWtb {
    /*overflow: auto;
     height: 420px;*/
    width: 920px;
    margin-top: -20px !important;
}

#historyImage, #productImage {
    padding-left: 30px;
    margin-top: 0px;
}

#historyArticle, #ProductArticle {
    width: 800px;
    padding-left: 70px;
}

/*Product Landingpage*/
a.all {
    display: block;
    /*border:green 1px solid;*/
    position: absolute;
    text-indent: -9999em;
    width: 206px;
    height: 102px;
    outline: none;
    overflow: hidden;
    z-index: 2;
    background: url(../img/transparent.png);
}

a.hu {
    width: 180px;
    height: 180px;
    margin: -245px 0 0 65px;
}

a.tr {
    width: 180px;
    height: 150px;
    margin: -170px 0 0 190px;
}

a.wu {
    width: 180px;
    height: 180px;
    margin: -250px 0 0 350px;
}

a.al {
    width: 170px;
    height: 180px;
    margin: -250px 0 0 510px;
}

a.bi {
    width: 140px;
    height: 210px;
    margin: -220px 0 0 670px;
}

/*MP Geschichte*/
.history1, .history2, .history3, .history4, .history5 {
    position: absolute;
    width: 175px;
    padding-left: 5px;
    border-left: 1px solid #4a2500;
    font-size: 10px;
    line-height: 1.3em;
}

.history1 {
    margin: -50px 0 0 66px !important;
    padding-top: 120px;
}

.history2 {
    margin:-50px 0 0 128px !important;
    padding-top: 2px;
}

.history3 {
    margin: -55px 0 0 310px !important;
    padding-top: 60px
}

.history4 {
    margin: -10px 0 0 541px !important;
    padding-top: 40px
}

.history5 {
    margin: -33px 0 0 720px !important;
    padding-top: 40px;
}

div.historyHide {
    display: none;
}

.historyHover {
    position: absolute;
    top: 1%;
    left: 20%;
    z-index: 99998;
    display: none;
    height: 440px;
    overflow: hidden;
    border: 4px solid #c7bb98;
    background: #fff;
}

#g1, #g2, #g3, #g4, #g5, #g6 {
    position: absolute;;
    z-index: 888;
    float: left;
    cursor: pointer;
    background: url(../img/transparent.png);
}

#g1 {
    width: 88px;
    height: 115px;
    margin: -170px 0 0 0 !important;
}

#g2 {
    width: 180px;
    height: 104px;
    margin: -158px 0 0 88px !important;
}

#g3 {
    width: 102px;
    height: 80px;
    margin: -140px 0 0 270px !important;
}

#g4 {
    width: 128px;
    height: 87px;
    margin: -130px 0 0 373px !important;
}

#g5 {
    width: 107px;
    height: 120px;
    margin: -130px 0 0 501px !important;
}

#g6 {
    width: 190px;
    height: 137px;
    margin: -170px 0 0 608px !important;
}

a.historyOpen {
    text-indent: -9999px;
    text-decoration: none;
}

#historygallery .next2, #historygallery .prev2 {
    position: absolute;
    top: 40%;
    border: 1px solid #666;
    cursor: pointer;
    display: block;
    padding: 10px 20px;
    color: #fff;
    font-size: 11px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight: bold;
}

#historygallery .prev2 {
    left: 0;
    border-left: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
}

#historygallery .next2 {
    right: 0;
    border-right: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
}

#historygallery .next2:hover, #historygallery .prev2:hover {
    text-decoration: underline;
    background-color: #000;
}

#historygallery .disabled {
    visibility: hidden;
}

#historygallery .info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 15px;
    color: #fff;
    font-size: 11px;
    border-top: 1px solid #666;
}

#historygallery .info strong {
    display: block;
}

#historygallery .progress {
    position: absolute;
    top: 45%;
    left: 50%;
    display: none;
}

#historygallery .next2, #historygallery .prev2, #historygallery .info {
    background: #333 !important;
    background: rgba(0, 0, 0, 0.6) repeat-x;
}

.click {
    color: #462000 !important;
    text-decoration: underline;
    cursor: pointer;
}

#completeHistory {
}

#completeHistory #inner {
    padding: 5px;
    margin-top: 70px;
    height: 430px;
    overflow: auto;
}

#completeHistory h2 {
    color: #462000 !important;
    font-weight: bold;
}

#historyOverlayArticle {
    width: 450px;
    padding: 0 20px;
    float: left;
}

#historyOverlayImage {
    float: left;
    width: 300px;
    padding: left: 20px;
}

.simple_overlay {
    display: none;
    z-index: 10000;
    background-color: #333;
    width: 675px;
    min-height: 200px;
    border: 1px solid #666;
    -moz-box-shadow: 0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
}

.simple_overlay .close {
    background-image: url(../img/bg/close.png);
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    height: 35px;
    width: 35px;
}

/*Unternehmensgruppe*/
#UGArticle {
    width: 290px;
    padding-left: 70px;
}

#UGImage {
    padding-left: 30px;
    margin-top: -30px;
    position: relative;
    margin-left: 330px;
    margin-top: -450px;
}

#contentUG a.over {
    position: relative;
    /*border:1px solid green;*/
    display: block;
    text-indent: -99999em;
    outline: none;
    overflow: hidden;
    z-index: 2;
    background: url(../img/transparent.png);
}

#contentUG a.link1 {
    width: 114px;
    height: 114px;
    margin: -168px 0 0 361px;
}

#contentUG a.link1:hover {
    background: url(../img/content/unternehmenhover/standrea.png) no-repeat center;
}

#contentUG a.link2 {
    width: 109px;
    height: 109px;
    margin: -57px 0 0 489px;
}

#contentUG a.link2:hover {
    background: url(../img/content/unternehmenhover/glanegg.png) no-repeat center;
}

#contentUG a.link3 {
    width: 104px;
    height: 104px;
    margin: -162px 0 0 603px;
}

#contentUG a.link3:hover {
    background: url(../img/content/unternehmenhover/poettelsdorf.png) no-repeat center;
}

#contentUG a.link4 {
    width: 92px;
    height: 92px;
    margin: -89px 0 0 742px;
}

#contentUG a.link4:hover {
    background: url(../img/content/unternehmenhover/efef.png) no-repeat center;
}

#contentUG a.link5 {
    width: 77px;
    height: 77px;
    margin: -168px 0 0 799px;
}

#contentUG a.link5:hover {
    background: url(../img/content/unternehmenhover/slo.png) no-repeat center;
}

#contentUG a.link6 {
    width: 72px;
    height: 72px;
    margin: -161px 0 0 753px;
}

#contentUG a.link6:hover {
    background: url(../img/content/unternehmenhover/rum.png) no-repeat center;
}

ul.ImageBlaken {
    width: 850px;
    background: #c7bb98;
    padding: 5px 0 5px 5px;
    position: absolute;
    bottom: 0;
    z-index: 99997;
}

ul.ImageBlaken li {
    float: left;
    width: 140px;
    height: 93px;
    overflow: hidden;
    list-style: none;
    cursor: pointer;
}

#showImage {
    position: absolute;
    top: 10%;
    left: 20%;
    z-index: 99998;
    display: none;
    height: 480px;
    overflow: hidden;
    border: 4px solid #c7bb98;
}

.management {
    position: absolute;
    width: 468px;
    height: 156px;
    margin-top: 220px;
    padding-left: 20px;
}

.management .andrea1 {
    width: 240px !important;
}

.management .andrea2 {
    width: 190px !important;
}

.management .glanegg1 {
    width: 240px !important;
}

.management .glanegg2 {
    width: 190px !important;
}

/*Betriebsrat*/
#BRArticle {
    width: 300px;
    padding-left: 70px;
	min-height:200px;
}

#BRImage {
    padding-left: 30px;
    position: relative;
    margin-left: 240px;
    margin-top: -220px;
    z-index: 1;
}

#contentBR a.over {
    position: absolute;
    display: block;
    padding: 0;
    outline: none;
    text-indent: -9999em;
    overflow: hidden;
    z-index: 2;
    background: url(../img/transparent.png);
    cursor: default;
}

#contentBR a.parent {
    width: 93px;
    height: 93px;
    /*border:1px solid red;*/
}

#contentBR a.child {
    width: 73px;
    height: 73px;
}

/*Aufsichtsrat Pöschl*/
#contentBR a.link1 {
    margin: -412px 0 0 445px;
}

#contentBR a.link1:hover {
    background: url(../img/content/betriebsrat/Aufsichtsrat.png) no-repeat center;
}

/*Helmut Wasserer*/
#contentBR a.link2 {
    margin: -210px 0 0 312px;
}

#contentBR a.link2:hover {
    background: url(../img/content/betriebsrat/Wasserer.png) no-repeat center;
}

/*Herbert Bodner*/
#contentBR a.link3 {
    margin: -210px 0 0 193px;
}

#contentBR a.link3:hover {
    background: url(../img/content/betriebsrat/bodner.png) no-repeat center;
}

/*Karl Feichtinger*/
#contentBR a.link4 {
    margin: -251px 0 0 80px;
}

#contentBR a.link4:hover {
    background: url(../img/content/betriebsrat/feichtinger.png) no-repeat center;
}

/*Jakob Sintschnig*/
#contentBR a.link41 {
    margin: -255px 0 0 423px;
}

#contentBR a.link41:hover {
    background: url(../img/content/betriebsrat/Sintschnig.png) no-repeat center;
}

/*Gerhard Walzl*/
#contentBR a.link5 {
    margin: -43px 0 0 820px;
}

#contentBR a.link5:hover {
    background: red;
}

/*Werner Krauss*/
#contentBR a.link6 {
    margin: 2px 0 0 780px;
}

#contentBR a.link6:hover {
    background: red;
}

/*Margit Pohl*/
#contentBR a.link7 {
    margin: -53px 0 0 692px;
}

#contentBR a.link7:hover {
    background: red;
}

/*Martin Gutschi*/
#contentBR a.link8 {
    margin: -62px 0 0 604px;
}

#contentBR a.link8:hover {
    background: red;
}

/*Wilhelm Rattenberger*/
#contentBR a.link9 {
    margin: -74px 0 0 510px;
}

#contentBR a.link9:hover {
    background: red;
}

/*Harald Haider*/
#contentBR a.link10 {
    margin: -81px 0 0 413px;
}

#contentBR a.link10:hover {
    background: red;
}

/*Peter Rutrecht*/
#contentBR a.link11 {
    margin: -93px 0 0 325px;
}

#contentBR a.link11:hover {
    background: red;
}

/*Igor Oder*/
#contentBR a.link12 {
    margin: -126px 0 0 255px;
}

#contentBR a.link12:hover {
    background: red;
}

/*Medien / Filme / Werbung*/
#contentFilm {
    width: 915px;
}

#movieStrip {
    position: absolute;
    width: 150px;
}

#articleMovie {
    float: left;
    width: 390px;
    height: 440px;
    height: 370px\9 !important;
	/*overflow:auto;*/
	margin-left:150px;
	}
	#articleMovie h2 {cursor:Pointer;}
#movie{
	float:left;
	width:350px;
	padding:0 0 0 20px;
}
.player{
	display:block;
	width:350px;
	height:263px;
	display:none;
}
.movieList{
	width:360px;
	padding-left:10px;
	margin-bottom:20px;
	border-bottom:1px dashed #462000;
	}
	.movieList p{
		margin:0 !important;
		padding:0 !important;
	}
.watch{
	cursor:pointer;
	color:#462000;
	margin:10px 0;
}
/*Bio Produkte*/
#contentBio {
	height: 370px !important;
	height:250px\9 !important;
}
#bioArticle{
	width:350px;
	float:left;
	padding:0 20px 0 50px;
}
#bioImages{
	width:400px;
	float:left;
	padding:0px 5px 11px 5px;
}
#bioImages img{
	margin-left:70px;
}

/*Allgemeine Listenansicht*/
#listContent{
	width:700px !important;
}
#listContent .articleWrapper {
	border: 0!important;
	border-bottom: 1px dashed #462000 !important;
	margin:0 0 0 50px;
	padding: 5px 0; 
}

#listContent .articleList{
	width:420px;
	float:left;	
}
#listContent .imagesList{
	float:left;
	width:160px;
	margin-right:10px;
	text-align:left;
}
.logos{margin:5px;}

/*Erhï¿½ltlich bei....*/
ul#wtbNav, ul#wtbNav ul, ul#wtbNav ul ul {list-style:none;}
ul#wtbNav li ul{
	/*display:none;*/
	padding:0 !important;
	margin:0 !important;
	margin-top:-2px !important;
	padding:10px 0 !important;	
	width:150px;
}
ul#wtbNav li {
	color: #462000;
	font-size:18px;
	font-weight:bold;
	float:left;
	margin:0 30px 20px 0;
	width:170px;
	padding:0 !important;
	border-right: 1px solid #beb5ae;
}
ul#wtbNav li ul li{
	margin:0 0 5px 0;
}
ul#wtbNav li ul li div{cursor:pointer;}

#news {
	display:none;
	position:absolute;
	right: 100px;
	top:300px;
	width: 330px;
	z-index:10;
}

#news.news_2 {
	display: block;
}

#news h2{
	margin-left:-10px !important;
	
}

#news ul {
	list-style: none;
	margin: 0px;
	padding:0;
}


#images.news_2 {
	margin-top: 95px;
}

/*Kontakt Form*/
form{ 
	padding:10px; 
	width:400px; 
	background:#fff;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;

}
	form ul li{
		list-style-image:none;
	}

	form fieldset{
	    border:0;
		padding:0 10px 10px;
		position:relative;
		border-bottom:1px solid #ccc;
		margin:10px 0;

	}
	form fieldset h4{
		font-weight:normal;
		background:none;
		padding:3px 0 10px;
		text-transform:uppercase;
		font-size:10px; 
		letter-spacing:0.1em;
	}
	form ul{
		overflow:hidden;
		width:370px;
		margin:0; padding:0;
		margin:0 auto;
		list-style:none;
	}
	form ul li{
		overflow:hidden;
		float:left;
		width:300px;
		margin: 0 10px 4px 0;
	}
	form ul li.nl{ clear:left; }
	form ul li label{
		float:left;
		width:135px;
		text-align:right;
		margin-right:5px;
	}
	form ul li input{
		float:left;
		width:150px;
	}

	textarea{
		width:350px;
		height:70px;
		margin-left:10px;
	}
	input, textarea{
		padding:2px 3px;
		border:1px solid #462000;
		background:#fff;
		font-family:inherit;
	}
	input:hover, textarea:hover{ border-color:green; }
	input:focus, textarea:focus{
		border-color:#462000;
		background:#ccc;
	}
	legend{font-weight:bold; font-size:14px; margin-bottom:10px; color:#462000;}
	
	.error{color:red;}
	.errorcontainer { display: none }
	
/*Quick Nav*/
#quickNav{
	padding:3px 0 3px 10px;
	left:770px;
	width:110px;	
	position:absolute;
	z-index:99999;
	background:#c5c4c2;	
}
	#quickNav ul{
		margin:0px !important;
		padding:0px !important;
		margin-top:-5px;
		list-style:none;
		
	}
		#quickNav ul li{
			float:left;
			margin-right:10px;
		}
	#quickNav a{
		color:#333 !important;
		font-size:10px !important;
		text-decoration:none;
	}
		#quickNav a:hover{
			text-decoration:underline;
		}

#languages {
	position:absolute;
	z-index:9999;
	width:50px;
	left:900px;
	top:10px;
}

#languages li{
	list-style:none;
}

/*#tradelist {
	width: 760px;
	padding-left: 70px;
}

.tradetip{
	display:none;
	z-index:1000 !important;
	border:2px solid rgb(199, 187, 152);
}

.tradetip img{
	display:block;
}

#tradelist ul{
	list-style:none;
	overflow: visible;
	margin:0;
	padding:0;
}
#tradelist ul li {
	clear:left;
	padding: 0;
	
}

.traderow {
	overflow: hidden;
	position: relative;
	height:100px;
	background: url(../img/bg_trade.png) repeat-y 97px;	
	margin: 5px 0;
}

.traderow ul{
	position:absolute;
}


#tradelist ul li a{
	background: #fff;
	display: block;
	float:left;
	line-height: 96px;
	width:93px;
	padding: 2px;
	height: 96px;
	border-right: 3px solid rgb(199, 187, 152);
}
#tradelist ul li ul a{
	background:#fff;
	display: block;
	float:none;
	border:0;
	width:auto;
	height: auto;
	padding:0;
}
#tradelist ul li a img {
	display:inline;
}
#tradelist ul li ul a img{
	background:#f00;
	display: block;
	float:none;
	border:2px solid rgb(199, 187, 152);
}

#tradelist img {
	display: block;
}


#tradelist ul ul {
	overflow: visible;
}
#tradelist ul ul li {
	background:none;
	clear:none;
	float:left;
	padding: 3px 3px;
	z-index:1;
}

*/

#tradelist {
	margin: 0 0 0 70px;
}

#tradelist ul{margin:0;padding:0;}

#traders {

}
#traders ul {
	list-style:none;
}
#traders ul li {
	width: 230px;
	height: 150px;
	float:left;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,.5);
	background-color: transparent\9;
	filter:progid:DXImageTransform.Microsoft.gradient(
	  startColorstr=#4CFFFFFF,endColorstr=#FFFFFFFF);
	zoom:1;
	text-align:center;
	margin: 10px 10px 0;
}


#weproducts {
	width: 600px;
	/*background: #000;*/
	float: left;
}
.wepane {
	overflow: hidden;
	display:none;	
	width: 630px;
	min-height: 100px;
	background:url(../img/bg/content.jpg);
	margin-top:90px !important;
}
.wepane ul {
	list-style: none;
	overflow: hidden;	
}
.wepane ul.ulcenter{
	margin:0 auto;
	width:400px;
}
.wepane ul li {
	float: left;
	margin: 20px 15px;
	width:156px;
	height:155px;
	
}
.wepane ul li img {
	border: 4px solid #fff;
	-webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 5px;
	-moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 5px;
	box-box-shadow: rgba(0,0,0,0.3) 3px 3px 5px;
}

.wepane p {
	margin: 0;
	padding:0;
	color:#462000;
	font-size: 12px;
	font-weight: bold;
	padding: 0 4px;
	width:156px;
}

#back {display:none;}

.showImage {cursor:pointer;}
.tooltip {
	display:none;
	margin-left:10px;
	position:absolute;
	z-index:10000;
	border: 4px solid #fff;
	-webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 5px;
	-moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 5px;
	box-box-shadow: rgba(0,0,0,0.3) 3px 3px 5px;
}

table.naehrwerte th{font-size:10px !important; line-height:1.0em !important; padding:4px;}
table.naehrwerte td {font-size:10px !important; text-align:center !important;}
table.naehrwerte tr {text-align:center !important; padding:3px !important;}

#slogan{
	position:absolute;
	z-index:999999;
	margin-top:204px;
}
