html{
    height: 100.1%;
}
body{
    padding: 0;
    margin: 0;
}
body{
    text-align: center;
}
body, p, li, input, label{
    font: 10px Verdana, Arial, Helvetica, Geneva, sans-serif;
    line-height: 1.5em;
    color: #666666;
}

/****************/

#container{
    background: #ffffff;
    position: relative;
    text-align: left;
    margin: 0 auto;
    width: 960px;
}

/****************/

#search{
    margin-bottom: 15px;
    overflow: hidden;
    width: 200px;
}
#search div{
    border: 1px solid #cccccc;
    background: #f4f4f4;
    height: 18px;
    width: 171px;
    float: left;
    overflow: hidden;
}
#search a, #search a img{
    float: right;
    padding: 0;
    margin: 0;
    width: 20px;
    display: block;
}
#search div .text{
    background: none;
    border: none !important;
    padding: 2px 5px 0;
    width: 150px !important;
    margin: 0;
}
#search div .text:focus{
    border: none !important;
}

/****************/

#header{
    background: #ffffff;
    position: relative;
    height: 70px;
    z-index: 50 ;
}

#header * {
    z-index: 50 ;
}
#header_swf * {
    z-index: -20;
}
/****************/

#logo{
    position: absolute ;
    bottom: 0 ;
    left: 0 ;
}

/****************/
#navi{
    position: relative ;
}

#metanavigation{
    position: absolute ;
    right: 30px ;
    top: 10px ;
}

#metanavigation ul {
    list-style: none ;
}

#metanavigation ul li {
    float: left;
}

#navigation {
    border-bottom: 1px solid #aaaaaa ;
    position: absolute ;
    top: 38px ;
    _top: 37px ;
    left: 210px ;
    width: 750px;
    margin: 0 ;
    padding: 0 ;
    z-index: 30 ;
}
#navigation ul {
    margin: 0 ;
    padding: 0 ;
    z-index: 40 ;
}
#navigation li {
    float: left ;
    position: relative ;
    list-style: none ;
    margin: 0 ;
    padding: 0 ;
    display: block ;
    height: 28px ;
    z-index: 50 ;
}


/* 2. Ebene */
#navigation li div {
    display: none ;
}
#navigation li ul {
    position: absolute ;
    left: 0 ;
    top: 27px ;
    _top: 28px ;
    z-index: 60 ;
    border: 1px solid #ffffff ;
    border-top: 0 ;
    background: #aaaaaa ;
    width: 160px ;
    padding: 5px 0 5px 0 ;
}

#navigation #nav_contact ul {
    left: -1px ;
}

#navigation li ul li {
    height: auto ;
    z-index: 70 ;
    float: none ;
    padding: 0 10px 0 17px ;
}

#navigation li ul li a {
    z-index: 80 ;
    color: #ffffff ;
    text-decoration: none ;
    line-height: 20px ;
}

#navigation li ul li a:hover, ul#navigation li.active ul li a:hover  {
    color: #005C12 ;
}

#navigation li ul li.active a, ul#navigation li ul li.active a:hover, ul#navigation li.active ul li.active a, ul#navigation li.active ul li.active a:hover {
    color: #005C12 ;
}

/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html #navigation li {
    float: left ;
    height: 1% ;
}
* html #navigation a {
    height: 1% ;
}
/* End Hack */

/****************/

#content{
    position: relative;
    padding-top: 20px;
    z-index: 10 ;
}
#content * {
    z-index: 10 ;
}
#content .padding{
    position:relative;
    padding: 0px 20px 10px;
}
#content #left{
    background: #ffffff;
    position: relative;
    width: 200px;
    float: left;
}
#content #center{
    background: #ffffff;

    position: relative;
    width: 560px;
    float: left;
}
#content #right{
    background: #ffffff;
    position: relative;
    width: 750px;
    float: left;
    margin-left: 10px;
}



/***teasers**left***/
#teaser_top{
    width: 198px; /*200-2*1px border*/
    border: solid 1px #CCCCCC;
    background: #DFDFDF;
    height: 25px;
}

#teaser_top img{
    margin-top: 8px;
    margin-left: 10px;
}


#teaser_productoverview{
    background: #F4F4F4 url(../../images/teasers_left.jpg) bottom no-repeat;
    border-left: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    width: 168px; /*200-2px border-30px padding*/
    margin-bottom: 20px;
    padding: 10px 20px 10px 10px;
}
#teaser_productoverview ul{
    margin-bottom: 0px;
}
#teaser_productoverview ul li{
    background: transparent url(../../images/teaser_li.gif) 0px 8px no-repeat;
    padding-left: 10px;
    list-style: none;
    margin-left: 0px;
}

#teaser_productoverview ul li a{
    text-decoration: none;
    color: #666666;
    line-height: 20px;
}
#teaser_productoverview ul li a:hover , #teaser_productoverview ul li a.active {
    color: #005B11;
    text-decoration: none ;
    font-weight: bold;
}
#teaser_productoverview ul li a:hover {
    font-weight:normal;
}

#teaser_news{
    background: #F4F4F4 url(../../images/teasers_left.jpg) bottom no-repeat;
    width: 200px; /*200-2px border-30px padding*/
}
#teaser_news .news_padding{
    padding: 10px 9px 20px 9px;
    border-left: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
}
#teaser_news h1{
    font-size: 10px;
    font-weight: bold;
    margin: 0 0 3px;
    color: #666666;
}
#teaser_news .teaser {
    margin-bottom: 10px ;
}
#teaser_news .teaser p{
    padding-right: 12px;
}

.newsoverview{
    background: transparent url(../../images/newsoverview.gif) no-repeat scroll 0 6px;
    padding-left: 11px;
}
/***teasers**right***/
.teaser_fixed_length{
     height: 125px;
     overflow: hidden;
}

#right_teasers{
    display: block;
    width: 750px;
    margin: 0 auto;
}

#teaser_company{
    float: left;
    width: 750px;
    background: #FFFFFF url(../../images/layout_header.jpg) center no-repeat;
    height: 250px;
    margin-bottom: 20px;
}
#teaser_company .padding {
  padding-top: 20px ;
}
#teaser_company p{
    color: #FFFFFF;
    font-size: 11px;
}
#teaser_company h1{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: normal ;
    margin-bottom: 2px ;
}
#teaser_company h2{
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal ;
}
#teaser_company a{
    background: transparent url(../../images/teaser_href.gif) 0px 6px no-repeat;
    font-weight: bold;
    padding-left: 15px;
}


/*teaser**products*/
.products_content{
    width: 550px;
    position:relative;
    float: left;
}
#teaser_products{
    float: left;
}
#teaser_products_li{
    background: #F4F4F4 url(../../images/teaser_products_li.jpg) top no-repeat;
    border-left: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
    width: 168px; /*200-2px border-30px padding*/
    padding: 10px 20px 0px 10px;
}
#teaser_products_li{
    margin-bottom: 0px;
}

#teaser_products_li ul li{
    background: transparent url(../../images/teaser_li.gif) 0px 8px no-repeat;
    padding-left: 10px;
    list-style: none;
    margin-left: 0px;
    line-height: 20px;
}

#teaser_products_li ul li a{
    text-decoration: none;
    color: #666666;
    line-height: 20px;
}
#teaser_products_li ul li a:hover {
    color: #005B11 ;
    text-decoration: none ;
}

#teaser_products_li ul li a.active {
    color: #005B11 ;
    text-decoration: none ;
    font-weight: bold;
}



/****************/

#footer{
    background: #FFFFFF;
    float: left;
    text-align: center;
    position: relative;
    display: block;
}

#footer span {
    padding: 20px ;
}
#footer span.first {
    padding-left: 0px ;
}
#footer span.last {
    padding-right: 0px ;
}
#produced_by{
    border-top: 1px solid #75A77F;
    float: left;
    width: 200px;
}
#impressum{
    border-top: 1px solid #AAAAAA;
    float: left;
    width: 750px;
    margin-left: 10px;

}
#impressum p{
    font-size: 9px;
    line-height: 20px;
}
#impressum a{
    text-decoration: none;
    color: #666666;
}

.spacer{
    padding-left: 20px;
}
/****************/

h1, h2, h3, p, ul, .line, .margined{
    margin: 0 0 10px 0;
}
h1, h2, h3{

}
h1{
    font-size: 14px;
    color: #00580C;
}
h2{
    font-size: 12px;
    color: #00580C;
}
h3{
    font-size: 10px;
    margin: 0 0 5px 0;
}
ul li{
    margin: 0 0 0 25px;
}
a{
    color: #005B11;
    text-decoration: underline;
}
a:hover, a.active{

    text-decoration: none;
}
a img{
    border: none;
}

/****************/

.floatleft{
    margin-right: 15px;
    margin-bottom: 5px;
    float: left;
}
.floatright{
    margin-left: 15px;
    margin-bottom: 5px;
    float: right;
}
.left, .right{
    margin: 0 10px 5px 0;
    float: left;
}
.left{
    font-weight: bold;
    width: 180px;
}
.right{
    width: 300px;
}
.line{
    background: url(../../images/line.png) center repeat-x;
    height: 5px;
}

/****************/

.columns{

}
.columns .text{
    margin-right: 15px;
    width: 405px;
    float: left;
}
.columns .images{
    width: 120px;
    float: left;
}
.columns .images img{
    margin: 0 0 10px 0;
    float: left;
}

/****************/

.threecolumns {

}
.threecolumns .text {
    margin-left: 15px ;
    margin-right: 15px ;
    width: 435px ;
    float: left ;
}
.threecolumns .images {
    width: 120px ;
    float: left ;
}
.threecolumns .images img {
    margin: 0 0 10px 0 ;
    float: left ;
}

/****************/

.editFormCaption{
    display: none;
}
fieldset{
    border: 0;
    padding: 0;
}
fieldset span.floatleft{
    width: 270px;
    float: left;
    height: 101%;
    margin-bottom: 0 ;
}
.asterix{
    position: absolute;
    font-weight: bold;
    color: #ff3333;
    right: 4px;
    top: 4px;
}
.formError{
    font-weight: bold;
    font-size: 10px;
    color: #ff3333;
    float: left;
    width: 120px;
}
.editLine{
    margin: 0 0 5px 0;
}
label{
    position: relative;
    width: 180px;
    float: left;
}
input.text, textarea, input.password, .kontakt{
    width: 260px;
}
textarea{
    height: 120px;
}
select{
    width: 180px;
}
input.text, input.password, textarea, select{
    background: #ffffff url(../../images/input_text.gif) repeat-x;
    border: 1px solid #888888;
    font-size: 11px;
    padding: 2px 2px;
    float: left;
}
input.required, input.password.required, textarea.required, select.required{
    background: #ffdddd url(../../images/input_text_required.gif) bottom repeat-x;
}
.checkbox, .radio{
    margin: 0 0 5px 0;
    background: none;
    width: auto;
    border: 0;
}
input.text:focus, select:focus, input.required:focus{
    border: 1px solid #000000;
}

select.short{
    width: 160px;
}
label.required{
    color: #A02031;
}
#mSubmitButton{
    float: left ;
    margin: 0 0 10px 180px;
}

/****************/

.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;}


.floatleftsmall {
    float:left;
    width:310px;
}

.floatleftsmall input, .floatleftsmall span.floatleft {
    width:110px;
}
/*.floatrightsmall, .floatrightsmall .multilang {
    width:130px;
    float:left;
}*/
#form1, #form2 {
    margin-top:20px;
}

#form2 {
    display:none;
}

#product_flashvideo {
    margin-left:20px;
}

#form2 h1 {
    font-size: 13px;
    margin-top: 20px;
}

#form2 h1.linie {
    border-bottom:1px solid #00580C;
    margin-bottom:10px;
    margin-top:10px;
    padding-bottom:2px;
    padding-top:10px;
    margin-right:50px;
    font-size: 15px;
}
/********teaser-modul*******/
.teasers_home .padding{
    padding: 0 0 10px !important;
}
.teaser_home{
    display: inline-block;
    margin: 0 10px 0 0;
    float: left;
    width: 180px;
}
.teaser_home .teaser_content{
    height: 125px;
    overflow: hidden;
}
.teaser_home p{
    padding:10px 10px 0;
}
.teaser_home a{
    background: transparent url(../../images/href.gif) no-repeat scroll 0 6px;
    padding-left: 11px;
}
.teaser_home a.noBg{
    background:none;
    padding:0;
}




#teasers_home{

}
#teasers_home p{

}
#teasers_home a{

}
#teasers_home a.noBg {

}
#teaser_produkte{
    /*background: #fff url(../../images/teaser_produkte.jpg) top no-repeat;*/
    float: left;
    width: 180px;
/*    padding-top: 130px;*/
}

#teaser_partner{
    /*background: transparent url(../../images/teaser_partner.jpg) top no-repeat;*/
    float: left;
    width: 180px;
    margin-left: 10px;
    /*padding-top: 130px;*/

}
#teaser_downloads{
    /*background: transparent url(../../images/teaser_downloads.jpg) top no-repeat;*/
    float: left;
    width: 180px;
    margin-left: 10px;
    /*padding-top: 130px;*/
}
#teaser_kontakt{
    /*background: transparent url(../../images/teaser_kontakt.jpg) top no-repeat;*/
    float: left;
    width: 180px;
    margin-left: 10px;
    /*padding-top: 130px;*/
}
/******** PAGE SELECTOR ********/
/****************/

.pageselector{
/*    width: 110px;
    margin: 10px auto;*/
    background: #DFDFDF;
    width:110px;
    padding: 4px 300px;
    margin: 10px 0px;
}
.pageselector .page, .pageselector select{
    float: left;
}
.pageselector .page{
    line-height: 22px;
    _line-height:20px;
    background: #F4F4F4;
    padding: 0 10px;
}
.pageselector select{
    width: 50px;
    background: #F4F4F4;
}

/****************/