@charset "UTF-8";

/* Begin Structure */
 * { margin:0; padding:0; border:none; }
 
 body {
    font-family: sans-serif, Helvetica, Verdana;
    font-size: 14px;
    color:#656783;
    background: #d3d3e1;
    text-align: center;
 }

 #wrap {
    width:995px;
    border:2px solid #292b4e;
    margin:0 auto;
    text-align:left;
    background: #fff;
    padding-bottom:50px;
    position: relative;
    background: url(../images/bg_logo.jpg) right bottom no-repeat #fff;
    margin-top:20px;

 }
 
 #head{
    width:995px;
    height:225px;
    border-top:4px solid #292b4e;
 }

 #search {
    float:left;
    height:50px;
    width:100%;
    text-align: right;
    position:relative;
 }
 
 #search form {
    position:absolute;
    text-align:right;
    width:220px;
    right:20px;
 }
#search input {
        border:1px solid #9495a8;
        float:left;
        margin:10px;
}
#search label {
        float:left;
        margin-top:12px;
}
#content {
    
 
}
 #contentHolder {
    padding:25px 25px 0px 10px;
 }
 
 #leftCol{
    width:210px;
    float:left;
    height:100%;
    border-right: 1px solid #292b4e;
 }
 
 #rightCol{
    float:left;
    width:680px;
    padding-left:20px;
    border-left: 1px solid #292b4e;
    margin-left:-1px;
    
 }
 
 #options {
    clear:both;
    padding-top: 30px;
    margin:-20px 0 10px 30px;
    font-size:11px;
    border-right: 1px solid #292b4e;
    width:190px;
 }
 
 #info {
    position:absolute;
    top:300px;
    right:50px;
    background: url(../images/icon_info.jpg) no-repeat #fff;
    height:120px;
    width:120px;
 }
 
#info div.info_download_item {
    margin-top: 62px;
}
 
 #info a {
    display:block;
    color: white;
    font-weight: bold;
    font-size: 13px;
    /*text-indent: -999em;
    height:120px;
    width:120px;*/
 }
 
#info_admin {
    position:absolute;
    top:300px;
    right:50px;
    background: url(../images/icon_info.jpg) no-repeat #fff;
    height:120px;
    width:120px;
}
#info_admin a {
    display:block;
    text-indent: -999em;
    height:120px;
    width:120px;
}   
 
/* Begin Navigation */ 
 #nav,#nav ul {
    list-style: none;
 }
 
 #nav li {
    width: 170px;
    color:#656783;
    padding:0px 0 0 15px;
    min-height:30px;
    clear: both;
 }
 #nav li:hover,#nav li.active {
        background: url(../images/dot.gif) 0 6px no-repeat;
 }
 
 #nav li a:link,#nav li a:visited, #nav span.fakelink, #nav li span {
    color:#656783;
    border-bottom: 1px solid #6e6f89;
    width:100%;
    display: block;
    margin-bottom:5px;
    padding:6px 0 6px 0;
    text-decoration: none;
    line-height: 14px;
 }
 
 #nav span.fakelink {
     cursor: pointer;
 }
 
  #nav li a:hover,#nav li.active a:link,#nav li.active a:visited {
    color:#1c1f43;
    border-bottom: 1px solid #1c1f43;
    font-weight:bold;
 }
 
  
 #nav ul li{
    padding-left:30px;
    width:155px;
 } 
 
li.active { font-weight: bold; }
#nav ul li.level2 { padding-left: 30px !important; width: 155px !important; }
#nav ul li.level3 { padding-left: 30px !important; width: 125px !important; }
#nav ul li.level4 { padding-left: 30px !important; width: 94px !important; }
#nav ul li.level3 a, #nav ul li.level2 a { font-weight: normal !important; }
 
 
 /* Begin Typography & Colors */
 h1 {
    font-size:22px;
    margin-bottom:15px;
 }
 h2 {
    font-size:18px;
    margin-bottom:0px;
    margin-left:50px;
    width:500px;
 }
 h3 {
    font-size:16px;
    margin-bottom:0px;
    /*margin-left:50px;*/
    width:500px;
 }
 
 a:link,a:visited,a:hover{
    color:#797991;
    text-decoration: none;
    outline: 0;
 }
 
 a:hover{
    text-decoration: underline;
 }
 
 #rightCol p img {
    float:left;
    margin:0 20px 20px 0;
 }
 
 #rightCol p img.left {
    float:left;
    margin:4px 20px 16px 0;
 }
 
 #rightCol img.clear {
    clear:left;
    display:block;
    margin:0 20px 20px 50px;
 }
 
 #rightCol p,#rightCol ul {
    margin:0 10px 10px 50px;
    color:#434544;
    line-height: 20px;
    width:500px;
 }
 
 #rightCol ul {
    margin-left:62px;
    margin-top:-10px;
 }
 
 p.nomargin {
    margin:0 10px 10px 0;
 }
 
 .bold {
    font-weight: bold;
    color:#656783;
    display:block;
    margin-bottom:20px;
 }

  
 /* Begin Header */
 .home{
    background: url(../images/bg_head-home.jpg) no-repeat #fff;
 }
 .produkt{
    background: url(../images/bg_head-folge.jpg) no-repeat #fff;
 }
 
/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */
#contactForm {
    margin-left: 50px;
    margin-top: 20px;
}
#contactForm .contactRow {
    margin:4px 0;
}
#contactForm label {
    display:block;
    float:left;
    width:80px;
    height:20px;
    line-height: 20px;
}
#contactForm .contactRow input, #contactForm .contactRow textarea {
    border:1px solid #ccc;
    padding: 3px;
    width:270px;
    color: #656783;
}
#contactForm .contactRow select {
    border:1px solid #ccc;
    width:172px;
    color: #656783;
}
* html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
    width:270px;
}

#contactForm .contactRow input {
    height:16px;
}

#contactForm .contactRow textarea {
    height:105px;
}

#contactFormSubmit #contactFormSubmitLeft {
    float:left;
    width:71px;
    text-align: center;
    margin: 4px 20px 0 80px;
}
#contactFormSubmit #contactFormSubmitLeft a:link,
#contactFormSubmit #contactFormSubmitLeft a:visited,
#contactFormSubmit #contactFormSubmitLeft button span {
    width: 71px;
    height: 17px;
    background-image:url(../images/bendalis_btn_senden.gif);
    background-position: left;
    background-repeat: no-repeat;
    position:relative;
    float:left;
    overflow: hidden;
    color: #FFFFFF;
    border: 0;
    text-indent: -999em;
}
#contactFormSubmit #contactFormSubmitLeft a:hover {
    background-position: right;
}
* html #contactFormSubmit #contactFormSubmitLeft {
    margin:0 0 0 26px;
}
#contactFormSubmit #contactFormSubmitRight {
    float:left;
    width:71px;
    text-align: center;
    margin: 4px 0 0 0;
}

#contactFormSubmit #contactFormSubmitRight a:link,
#contactFormSubmit #contactFormSubmitRight a:visited {
    width: 71px;
    height: 17px;
     background-image:url(../images/bendalis_btn_aendern.gif);
    position:relative;
    float:left;
    overflow: hidden;
    text-decoration: none;
    color: #FFFFFF;
    text-indent: -999em;
}
#contactFormSubmit #contactFormSubmitRight a:hover {
    background-position: right;
}

#contactFormSubmit #contactFormSubmitLeft input, 
#contactFormSubmit #contactFormSubmitRight input {
    border:0;
    color:#0060b1;
    padding:0 20px 0 0;
    font-size:10px;
    width:auto;
    height:auto;
    float:right;
    margin:0;
}
#contactFormSubmit #contactFormSubmitLeft input {
    background-image:none;
    padding:0;
    float:left;
}

#contactForm table {
    width:100%;border-collapse:collapse;
}
#contactForm table td {
    padding:0;
}
#contactForm table td.pt {
    padding-top:2px;
}
* html #contactForm table td.pt {
    padding-top:0;
}

#dockcheck_container {
    margin-left: 50px;
    margin-top: 10px;
}
