html{
    height: 100.1%;
}
body{
    padding: 0;
    margin: 0;
    background-color: #CCCCCC;
}
body{
    text-align: center;
}
body, p, li, input, label{
    font: 12px Verdana, Arial, Helvetica, Geneva, sans-serif;
    line-height: 1.5em;
    color: #333333;
}

/****************/

#container{
    position: relative;
    text-align: left;
    margin: 0 auto;
    width: 1000px;
}

/****************/

#header{
    position: relative;
    height: 321px;
    border-top: 1px solid #CCC;
    background: url(../../images/header_background.png) center repeat-y;
}

#logo{
    position: absolute;
    top: 53px;
    left: 40px
}

#header_image{
    position: absolute;
    top: 120px;
    left: 22px;
}

/****************/

ul.metanavigation{
  position: absolute;
  top: 19px;
  right: 50px;
  list-style: none;
  margin: 0;
  color: #999;
}

ul.metanavigation li{
    display: inline;
    padding: 0;
    margin: 0;
    color: #999;
}
ul.metanavigation li a{
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
    color: #999;
    padding: 0;
    margin: 0;
}
ul.metanavigation li a:hover, ul.metanavigation li a.active{
    text-decoration: underline !important;
}
/****************/
#navigation{
    position: absolute;
    top: 50px;
    right: 30px;
}
#navigation ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

#navigation li{
    float: left;
    background-image: url(../../images/navi_delimiter.png);
    background-position: left top;
    background-repeat: no-repeat;
    height: 55px;
    padding: 0 0 0 2px;
    margin: 0;
}
#navigation li a{
    display: block;
    font-size: 14px;
    color: #666;
    padding: 33px 18px 18px 18px;
    text-decoration: none;
    border-right: 3px solid #fff;
    border-left: 3px solid #fff;  
}
#navigation li a.active, #navigation li a:hover{
    display: block;
    background: #fff url(../../images/navi_background_active.png) center repeat-x;
    text-decoration: none;
    padding: 33px 18px 24px 18px;
}

#nav_home, #nav_home.active, #nav_home:hover {
     background: none !important;
}
#nav_quality{
     padding: 0px 0px 0px 5px;
}

/****************/

#content{
    position: relative;
    background: url(../../images/content_background.png) center repeat-y;
    padding: 0 0 60px 0;   
}

#content #left{
    position: relative;
    width: 340px;
    float: left;
}

#content #center{
    position: relative;
    width: 640px;
    float: left;
}
#content #center .padding{
    padding: 30px 30px 0 30px;
}
#content #left .padding{
    padding: 30px 20px 0 60px;
}
.rand{
   padding: 1px;
    border: 1px solid #ccc;
}
.rechts_rand{
    padding: 1px;
    border: 1px solid #ccc;
    float: right;
    margin: 0 0 10px 10px;
}

.links_rand{
    padding: 1px;
    border: 1px solid #ccc;
    float: left;
    margin: 0 10px 10px 0;
}


/****teasers&home****/
#page_home{
    padding: 0 0 30px;
    border-bottom: 1px solid #CCC;
}

#page_home h1{
    font-size: 13px;
    color: #333;
    margin: 0 0 15px;
}

#page_home h2{
    font-size: 18px;
    color: #00AEFF;
    margin: 0 0 30px;
}
a.orange{
    background: url(../../images/link_orange.gif) right 5px no-repeat;
    color: #FF7800;
    padding-right: 13px;
    text-decoration: none;
    font-size: 12px;
}

a.orange.active, a.orange:hover{
    text-decoration: underline;
}
#teasers_home{
    
}
.teaser{
    float: left;
    width: 280px;
    margin: 30px 0 0 0;
    
}
.teaser h1{
    font-size: 13px;
    color: #333;
    margin: 0 0 15px;
}
.teaser h2{
    font-size: 18px;
    color: #00AEEF;
    margin: 0 0 15px;
}
#teaser_left{
    margin-right: 20px;
}
/*****left*****/
.newsteaser p{
    color: #24252A;
    font-size: 11px;
}
#left h1{
    margin: 0 0 15px 0;
    font-size: 13px;
    color: #333333;
}
#left h2{
    font-size: 18px;
    color: #666666;
    margin: 0 0 25px 0;
}
#left h3{
    font-size: 11px;
    font-weight: bold;
    color: #000;
}
#left ul{
    margin: 40px 0 0 0;
    padding: 0;
}
#left li{
    display: block;
    list-style: none;
    padding: 18px 0 8px;
    margin: 0;
    border-bottom:1px solid #ccc;
    border-top:1px solid #fff; 
}
#left li a{
    display: inline-block;
    background: #EFEFEF url(../../images/li_left.gif) left 5px no-repeat;
    margin: 0;
    padding-left: 25px;
    text-decoration: none;
    font-size: 14px;
    color: #333;
}
#left li a:hover, #left li a.active{
    background: #EFEFEF url(../../images/li_left_f2.gif) left 5px no-repeat;
    font-weight: bold;
}
#left #dummy{
    border-bottom: 0;
}
#left #nav_left_contact{
    border-top: 0;
    padding: 0 0 8px;
}
#service_teaser{
    margin-bottom: 40px;
}
/****************/
#footer{
    background: url(../../images/footer_background.png) 0 0 no-repeat;
    text-align: center;
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

#footer p{
    font-size: 11px;
    color: #000;
    text-align: left; 
}

#footer p a{
    color: #000;
    text-decoration: none; 
}

#footer p a:hover, #footer p a.active{
    text-decoration: underline; 
}

.footer_left, .footer_right{
    float: left;
}

.footer_left{
    width: 340px;
    margin-top: 15px;
}

.footer_right{
    margin-top: 20px;
    width: 475px;
    margin-left: 30px;
}
/****************/

h1, h2, h3, p, ul, .line, .margined{
    margin: 0 0 10px 0;
}
h1, h2, h3{

}
h1{
    font-size: 18px;
    margin: 0 0 30px 0;
    color: #00AEEF;
}
h2{
    font-size: 12px;
    margin: 0;
    font-weight: bold;
}
h3{
    font-size: 11px;
    font-weight: bold;
    color: #666;
    margin: 0;
}
ul{
    margin: 10px 0 10px 0;
}
li{
    margin: 0 0 0 15px;
}
a{
    text-decoration: underline;
    color: #666;  
}
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: 170px;
}
.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;
}

/****************/

.editFormCaption{
    display: none;
}
fieldset{
    border: 0;
    padding: 0;
}
fieldset span.floatleft{
    width: 270px;
    float: left;
    height: 101%;
}
.asterix{
    position: absolute;
    font-weight: bold;
    color: #ff3333;
    right: 4px;
    top: 4px;
}
#asterisk{
    margin-left: 180px;
    font-size: 10px; 
}
.formError{
    font-weight: bold;
    font-size: 10px;
    color: #ff3333;
    float: left;
    width: 100px;
}
.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:focus, select:focus, input.required:focus{
    border: 1px solid #000000;
}
select.short{
    width: 160px;
}
label.required{
    color: #A02031;
}
#mSubmitButton{
    margin: 0 10px 10px 180px;
    float: left;
}

/****************/

.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;}