/**
 * CSS styles for Contenido sample client.
 * 
 * @author Rudi Bieller
 * @copyright four for business AG <www.4fb.de>
 * @version 1.0.0
 * 
 * created 2008-03-04
 */

/* ----------------- general html structure */
html, body, div, p, td, a, input, textarea, select {
    font-family:Verdana, Arial, sans-serif;
    color:#000;
}
html, body {
    margin:0;
    padding:0;    
    /*overflow:auto;*/
}
html {
    height:100%;
}
body {
    height:100%;
}
form {
    margin:0;
    padding:0;
}

textarea {
    width:418px;
    height:85px;
}

img {
    border:0;
}
/* ###################################################### */
/* ####################### BUTTONS #################### */
/* ###################################################### */
#m2 {
z-index:999;
position: absolute;
top:0px;
left:0px;
}
/* /----------------- general html structure */

/* ###################################################### */
/* ####################### MAIN BODY #################### */
/* ###################################################### */
#outerContainer {
    position:absolute;
    height:553px;
    width:1019px;
    top: 50%;
    left: 50%;
    text-align: left;
    padding: 0px;
    overflow: hidden;
    margin-top: -276px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: -508px;
    background-image: url(../images/bg.gif);
    background-repeat: no-repeat;
}
* html #outerContainer {
    height:90%;
}
#contentContainer {
    width:1019px;
    height: 553px;
}

#whiteBg {
    padding:0;
    margin-left:120px;
    margin-top:33px;
    height:452px;
    margin-bottom:11px;
    width:800px;
    position:absolute;
    z-index:900;
}
#whiteBg2 {
    padding:0;
    margin-left:190px;
    margin-top:33px;
    height:452px;
    margin-bottom:11px;
    width:790px;
    position:absolute;
    z-index:900;
    background-image: url(../images/bg_feng.gif);
    background-repeat: no-repeat;
        background-position: 200px 100px;
}


#navigation {
    width:233px;
    height:180px;
    float:left;
    padding-right:15px;
    padding-bottom:15px;
    position: absolute;
    left:43px;
    top:33px;
    display:block;
    z-index:999;
}

#contentContainer #content {
    width:800px;
    padding-top: 30px;
}

#bild {
    position:absolute;
    left: 580px;
    top: 20px;
    width:375px;
    height: 175px;
    z-index:900;
}
#bereich2 {
    position:absolute;
    left: 580px;
    top: 217px;
    width:175px;
    height: 197px;
}
#bereich3{
    position:absolute;
    left: 580px;
    top:425px;
    width:175px;
    height: 30px;
}
#bereich4 {
    position:absolute;
    left: 30px;
    top: 135px;
    width:538px;
    height: 50px;
}
#bereich5{
    position:absolute;
    left: -130px;
    top:200px;
    width:150px;
    height: 213px;
}

#ueberschrift{
    top:50px;
    left:30px;
    width: 548px;
    text-align: right;
    height: 75px;
    position:absolute;
    font-size:11px;
}
#text{
    position:absolute;
    left:30px;
    top:135px;
    width:538px;
    height:280px;
    overflow: auto;

}

#weiter {
    width:538px;
    position:absolute;
    top:425px;
    left:0px;
    height:30px;
    left:30px;
}
#text2{
    position:absolute;
    left:30px;
    top:195px;
    width:738px;
    height:220px;
    overflow: auto;

}

#weiter2 {
    width:738px;
    position:absolute;
    top:425px;
    left:0px;
    height:30px;
    left:30px;
}


#logo{
position:absolute;
top:20px;
left: 7px;
}
/* ###################################################### */
/* ####################### MAIN CONTENT ################# */
/* ###################################################### */
#content {
    font-size:12px;
    color:#000;
    line-height:16px;
}
#content h1, #content h2 {
    margin:0 0 10px 0;
    padding:0;
    font-size:20px;
    font-weight:normal;
    text-decoration:underline;
    color:#0c56c2;
}
#content h1 {
    line-height:22px;
}
#content h1 a {
    color:#0060b1;
    text-decoration:none;
}
#content h2 {
    font-style:italic;
    font-size:11px;
}

img.hr {
    display:block;
    margin:10px 0;
    padding:0;
}
#content ul  {
list-style:url(../images/bulletrd.gif) inside;
}
/* ###################################################### */
/* ####################### FOOTER ####################### */
/* ###################################################### */
#footer {
    /*width:100%;*/
    height:57px;
    font-size:11px;
    overflow:hidden;
    width:800px;
    position: absolute;
    top:498px;
    
}

#kontakt {
    margin-left:90px;
    color: #0c56c2;
    line-height: 31px;
    height:34px;
    z-index:999;
    position:absolute;
}

#mail {
    width:110px;
    position: absolute;
    right:0px;
    top:515px;
}

#footline {
    margin-left:90px;
    height:27px;
    color: #0c56c2;
    position:absolute;
    bottom:-5px;
}

/* ###################################################### */
/* ####################### LINKS ######################## */
/* ###################################################### */
a {
    color:#0060b1;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}

/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */
#contactForm {
    font-size:11px;
}
#contactForm .contactRow {
    margin:4px 0;
}
#contactForm label {
    display:block;
    float:left;
    width:80px;
}
#contactForm .contactRow input, #contactForm .contactRow textarea {
    border:1px solid #ccc;
    width:346px;
}
#contactForm .contactRow select {
    border:1px solid #ccc;
    width:172px;
}
* html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
    width:343px;
}

#contactForm .contactRow input {
    height:14px;
}

#contactForm .contactRow textarea {
    height:105px;
    font-size:10px;
}

#contactFormSubmit #contactFormSubmitLeft {
    float:left;
    margin:0 0 0 80px;
    width:174px;
}
* html #contactFormSubmit #contactFormSubmitLeft {
    margin:0 0 0 26px;
}
#contactFormSubmit #contactFormSubmitRight {
    float:right;
    width:174px;
}

#contactFormSubmit #contactFormSubmitLeft input, 
#contactFormSubmit #contactFormSubmitRight input {
    background-color:#fff;
    border:0;
    color:#0060b1;
    padding:0 20px 0 0;
    background-image:url(../images/link_pfeil.gif);
    background-repeat:no-repeat;
    background-position:right 4px;
    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;
}
/* ###################################################### */
/* ####################### BACKEND STYLES ############### */
/* ###################################################### */
#modHeaderImgEdit {
    position:absolute;
    top:60px;
    left:270px;
}


/* good old clearfix - remember to use conditional comment for ie6 with .clearfix {height:1px;} */
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */



/**** IMAGE GALLERY ****/
table.gallery {
    margin: 20px 10px 0px 0px;
    width: 410px;
}

table.gallery td.gallery-navigation {
    /*font-size: 0.6875em;*/    
}

table.gallery tr.thumbnails td {
    padding: 0;
}

table.gallery dd {
}

div.download {
    padding: 3px 0 3px 10px;
    background: url(../images/link_pfeil_klein.gif) no-repeat 0px 7px;

}

div.downloadImg {

    padding: 0;
    margin-top:10px;
    background: url(../images/navi_pfeil_rechts.gif) no-repeat 10px 7px;
}

dl.gallery-detail {
    margin: 20px 10px 0px 0px;
}

dl.gallery-detail dt {
    text-align: left;
    padding: 0;
}


td.gallery_image{
    height: 220px;
    padding:0px;
    
}
td.gallery_image div.link_image{
    padding:0;  
    background-position:top center; 
    min-height:120px; 
    margin-bottom:5px; 
    overflow:hidden;
}
td.gallery_image .bottom_links{
     height:40px; margin-top:10px;
}
td.gallery_image .bottom_links{
    margin-bottom: 0px; 
    text-align:left; 
    width:180px; 
}
td.gallery_image .links{
    margin-bottom: 0px;
}
/**** SPRY FORMULAR ****/
#SpryContactForm ul li span span.grpradio {
          display:block;
          float:right;
          width:350px;
          padding-top:5px;
    padding-bottom:5px;
}

#SpryContactForm .grpradio label {
    width:70px;
    padding-top:5px;
    padding-bottom:5px;
}
#SpryContactForm .grpradio span.grpradio{
    width:100px;
    float:left;

}
#SpryContactForm .text {
    width:527px;
    padding-top:5px;
    padding-bottom:5px;
    height:auto;

}
#SpryContactForm ul li  {
margin-top:10px;
}
#SpryContactForm ul li label {
width:auto;
min-width:70px;
margin-right:5px;
}
#SpryContactForm  input.submitbutton {
          display:block;
          height:25px;
          width:80px;
          margin-top:5px;
          margin-left:70px;
          clear:both;
          background-color:#f9d452;
          color:#004ec1;
          border:1px;
}
#SpryContactForm  input.resetbutton {
          display:none;
          height:25px;
          width:70px;
          margin-top:20px;
}