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

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

#container{
    position: relative;
    text-align: left;
    margin: 0 auto;
    width: 960px;
}
/****************/
#logo {
    position:relative;
    float:left;
    padding: 50px 0px 15px 20px;
}
/****************/
#meta{
    position: relative;
    display:block;
    float:right;
    padding: 90px 0px 0px 0px;
    font-size: 9px; 
    color: #258B1E;
}
#meta ul, #meta ul li{
    list-style: none;
    padding: 0;
    margin: 0;
    background: none;
}
#meta ul{

}
#meta li{
    display:block;
    float:left;
    color: #258B1E;
}
#meta li a{
    display:block;
    float:left;
    font-size: 9px; 
    font-weight:normal;
    color: #258B1E;
    text-decoration: none;
    padding: 0 8px;
}
#meta li a.active{
    font-weight: normal;
}
#meta li a:hover, #meta li a.active{
    text-decoration: underline;
}

/****************/
#header_container{
    clear:both;
    position: relative;
    float:left;
    width:960px;
    height:230px;
    display:block;
    overflow:hidden;
}
.header_left {
    position: relative;
    width:680px;
    height:230px;
    float:left;
}
#header{
    position: relative;
    float:left;
    width:680px;
    height:200px;
    padding-bottom:1px;
}

/****************/
#news {
    position:relative;
    float:left;
    padding-left: 10px;
    width:270px;
    height:230px;
    display:block;
    font-family: Verdana;
    font-size: 11px;
    color: #777;
}
#news .teaser{
    padding:20px;
    background: url( ../../images/layout_teaser_news_background.png ) no-repeat top left;
    height:190px;   /*230 - 2 * 20 */
}
#news p {
    font-size:11px;
    color: #777;
}
#news a {
    font-size:11px;
    color: #777;
    text-transform:none;
    text-decoration:underline;
}
#news a:hover {
    text-decoration:none;
}
#news .teaser_content {
    height:180px;
    overflow:hidden;
    display:block;
}
#news .all_news {
    position:absolute;
    top:205px;
    left:30px;
}
#news .all_news a {
    font-weight:bold;
}
/****************/

#navigation{
    position: relative;
    background: url( ../../images/layout_navigation.png ) repeat-x top left;
    width:680px;
    display:block;
    height:29px;
    clear:left;
}
#navigation ul, #navigation ul li{
    list-style: none;
    padding: 0;
    margin: 0;

}
#navigation ul{

}
#navigation li{
    display:inline;
}
#navigation li a{
    display:block;
    float:left;
    /*padding:0 20px;*/
    font-family: "Times New Roman";
    color: #258B1E;
    font-size: 13px;
    line-height:29px;
    height:29px;
    overflow:hidden;
    /*background: url( ../../images/layout_navigation_separation.png ) no-repeat top right ;*/
    text-transform:uppercase;
}
#navigation li a.active{
    font-weight: bold;
}
#navigation li a:hover, #navigation li a.active{
    text-decoration: none;
    background: #FF9900;
    color:#fff;
    
}

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

#content{
    position: relative;
    clear:both;
}
#content .padding{
    padding: 20px;
}
#content #left{
    background: #ffcccc;

    position: relative;
    width: 200px;
    float: left;
    display:none;
}
#content #center{
    background: #ffffff;
    padding-right:10px;
    position: relative;
    width: 680px;
    float: left;
}
#content #right{
    position: relative;
    width: 270px;
    float: left;
    display:block;
    overflow:hidden;
}
#content #right {
    margin:20px 0px;
}
#right label, #right .floatleft{
    width: 100px;
}

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

#footer{
    background: none;
    border-top: 1px solid #ccc;
    font-family: Verdana;
    font-size: 9px;
    color: #999;
    text-align: center;
    position: relative;
    padding: 3px 20px;
}
#footer p{
    font-family: Verdana;
    font-size: 9px;
    color: #999;
}
#footer p a{
    text-decoration: none;
    color: #999;
}
#footer p a:hover{
    text-decoration: underline;
}
/****************/

h1, h2, h3, p, ul, .line, .margined{
    margin: 0 0 10px 0;
}
h1, h2, h3{
    font-family: Verdana;
}
h1{
    font-size: 26px;
    line-height:26px;
    font-weight:bold;
    font-family: "Times New Roman";
    color: #258B1E;
    margin: 20px 0px 20px 0px;
}
h2{
    font-size: 16px;
    color: #666;
    font-weight:bold;
    line-height:1.5em;
}
#news h2 {
    font-size: 21px;
    color: #777;
    text-transform:uppercase;
    font-family: "Times New Roman";
    font-weight:normal;
}
h3 {
    font-size: 13px;
    font-weight:bold;
    color: #666;
    line-height:1.5em;
}
#news h3,
#right h3 {
    font-size: 15px;
    font-weight:bold;
    color: #777;
    font-family: "Times New Roman";
}
ul li, ol li{
    margin: 0;
    padding:0;
    list-style:none;
    text-indent:0;
    background: url( ../../images/layout_list.gif ) no-repeat left 7px;
    padding-left:15px;
}
a{
    text-decoration: underline;
    color: #258B1E;
}
a:hover, a.active{
    text-decoration: none;
    color: #333;
}
a.lightlink{
    text-decoration: underline;
    color: #666;
}
a.lightlink:hover{
    text-decoration: none;
    color: #666;
}
a.morelink {
    color: #FF9900!important;
    font-weight:bold;
    text-decoration:underline;
}
a.morelink:hover {
    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;
    margin-right: 0;
    width: 180px;
}
.right{
    width: 300px;
}
.line{
    background: url(../../images/line.png) center repeat-x;
    height: 5px;
}

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

.columns{

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

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

.pageselector{

}
.pageselector .page, .pageselector select{
    float: left;
    margin-right: 10px;
}
.pageselector .page{
    line-height: 20px;
}
.pageselector select{
    width: 50px;
}

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

.editFormCaption{
    display: none;
}
fieldset{
    border: 0;
    padding: 0;
}
.asterix{
    position: absolute;
    font-weight: bold;
    color: #ff3333;
    right: 4px;
    top: 4px;
}
.formError{
    font-size: 10px;
    color: #ff3333;
}
.editLine{
    margin: 0 0 5px 0;
}
.editLine .floatleft{
    margin-right: 10px !important;
    width: 210px;
}
label{
    position: relative;
    margin-right: 10px;
    width: 170px;
    float: left;
}
input.text, textarea, input.password, .kontakt{
    width: 200px;
}
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, textarea:focus, select:focus, input.required:focus{
    border: 1px solid #000000;
}
select.short{
    width: 160px;
}
label.required{
    color: #A02031;
}
#mSubmitButton, #asterisk{
    margin: 0 10px 10px 180px;
}
#mSubmitButton, #mResetButton{
    float: left;
}

#asterisk{
    font-size: 10px;
}

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

.editForm h1.collapsable{
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    margin: 10px 0 10px 0;
}
.editForm .imageBorder{
    border: 1px solid #afafaf;
    margin-right: 10px;
    height: 80px;
    width: 80px;
    float: left;

    cursor: pointer;
    cursor: hand;
}
.editForm .selectImage .button, .editForm .selectAttachment .button, .editForm .selectDialog .button{
    margin-bottom: 5px;
    cursor: pointer;
    width: 90px;
}
.editForm .selectAttachment span, .editForm .selectDialog span{
    background: url(../../../../classic/en/images/icons/arrow_right_on.png) 0px 7px no-repeat;
    padding: 3px 0 0 8px;
    margin-bottom: 5px;
    display: block;
}
.editForm .floatleft{
    margin: 0;
}
.editForm .exDatepicker{
    margin-right: 10px;
    width: 80px;
}
.editForm .ui-datepicker-trigger{
    margin: 0 0 0 5px;
    float: left;
}

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

#search{
    margin-bottom: 10px;
}
#login .error{
    color: #ff0000;
}
#login .error strong{
    display: block;
}
#login label, #login input.text, #login input.password, #search input.text{
    display: block;
    width: 150px;
}
#login label, #search label{
    font-weight: bold;
}

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

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


/****************/
.directions {
    float:right;
}
/****************/
.box {
    background: #FFDDAA url( ../../images/layout_right_box.png ) no-repeat top left;
    font-size:11px;
    color:#777;
}
.box p {
    font-size:11px;
    color:#777;
}
a.link_to_products {
    height:30px;
    width:250px;/*270-1*20*/
    background: url( ../../images/layout_to_products_background.png) repeat-x top left;
    padding-left:20px;
    display:block;
    line-height:30px;
}
ul.subnavigation {
    width:238px;/* 240 - 2 * 41 */
    border:0px;
    background: #fff;
    display:block;
    border:1px solid #FFDDAA;
}
ul.subnavigation, ul.subnavigation li {
    margin:0;
    padding:1px;
    list-style:none;
    background: #fff;
}
ul.subnavigation li ,ul.subnavigation li span {
    margin:0;
    padding:0px;
    border:1px solid #FFDDAA;
    float:left;
}
ul.subnavigation li {
    padding:1px;
    border:0px;
}
ul.subnavigation span.image_cell {
    width:36px;
    margin:0;
    padding:0;
    display:block;
    margin-right:1px;
    line-height:36px;
    min-height:36px;
    _height:36px;
}
ul.subnavigation span.image_cell img {
    margin:0 auto;
    padding:0

}
ul.subnavigation span.name_cell {
}
ul.subnavigation span.name_cell a {
    margin:0;
    padding:0px 10px;
    font-size:11px;
    color: #666;
    background: #FFEFD5;
    line-height:36px;
    width:175px;/* 195 - 2 * 10 */
    text-decoration:none;
}
ul.subnavigation span.name_cell a:hover {
    margin:0;
    padding:0px 10px; 
    background: #fff;
}

ul.subnavigation span.name_cell a.active, ul.subnavigation span.name_cell a.active:hover, ul.subnavigation li.active a , ul.subnavigation li.active a:hover {
    color: #333;
    background: #fff url( ../../images/layout_list_products_f2.png ) repeat-x top left;
}
ul.subnavigation span.name_cell a.wide {
    min-height:30px;
    _height:30px;
    width:214px;
}
/****************/
img.framed {
    background: #FFDDAA;
    border: 3px double #FFF;
}
/*****************/
.products_teaser, .services_teaser, .references_teaser {
    width:280px;
     min-height:150px; 
    _height:150px;
    display:block;
    overflow:visible;
    float:left;
    margin: 0 20px;
}
.products_teaser p, .services_teaser p, .references_teaser p {
    font-size:11px;
    color:#777;
}
.products_teaser h2, .services_teaser h2, .references_teaser h2 {
    font-size:14px;
}
.teaser_line{
    background: #fff url( ../../images/layout_teaserline.gif) repeat-x top left;
    height: 15px;
}
