/**
 * 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:Arial, sans-serif;
    font-size: 11px;
    line-height: 16px;
    color:#505050;
}
html, body {
    margin:0;
    padding:0;
    /*overflow:auto;*/
}
html {
    background-image:url('../images/pattern_contenido.gif');
    background-position:0 140px;
    height:100%;
}
body {
    background-image:url(../images/bg.gif);
    background-repeat:repeat-y;
    background-position:240px 0;
    height:100%;
}
form {
    margin:0;
    padding:0;
}

textarea {
    width:418px;
    height:85px;
}

img {
    border:0;
}
/* /----------------- general html structure */


/* ###################################################### */
/* ####################### MAIN BODY #################### */
/* ###################################################### */



/* ###################################################### */
/* ####################### NAVIGATION ################### */
/* ###################################################### */

/* Level 1 */

#navigation{
   
   margin: 0px;
   padding: 0px;
   list-style: none;
   text-align: left;
   color: #88A10E;
   position: absolute;
   left: 8px;
   top: 144px;
   z-index: 1;
   width: 197px;
}


#navigation ul {
    width:197px;
    margin:0;
    padding:0;
    background-color:transparent;
}
#navigation ul li {
    width:197px;
    margin:0;
    padding:12px 0 0 0px;
    list-style-type:none;
}
#navigation ul li a {
    display:block;
    width:197px;
    height:28px;
    line-height:28px;
    margin:0;
    padding:0 0 0 5px;
    font-size: 14px;
    font-weight: bold;
    color: #88A10E;
    /* border-bottom:1px solid #eee; */
    text-decoration:none;
}
#navigation ul li a:hover  {
    background-color:#F5F5F5; 
}

#navigation ul li.active a { 

}

/* Level 2 */
#navigation ul li.navmainStandardLevel_2 {
    margin-left:0px;
    padding-top :0px;
}
#navigation ul li.navmainStandardLevel_2 a {
    border-bottom:1px solid #eee;
    color:#505050;
    width:197px;
    font-size:12px;
    font-weight:normal;

}
#navigation ul li.navmainStandardLevel_2 a:hover{
    color:#505050;
    background-color:#f0f0f0; /* vorher #f5f5f5 */
    font-weight:normal;
}

#navigation ul li.navmainStandardLevel_2 a.active {
    color:#505050;
    background-color:#f0f0f0;
    font-weight:bold;
}


/* Level 3 */
#navigation ul li.navmainStandardLevel_3 {
    margin-left:0px;
}
#navigation ul li.navmainStandardLevel_3 a {
    border-bottom:1px dotted #ccc;
    color:#505050;
    width:197px;
    font-size:12px;
    font-weight:normal;
}
#navigation ul li.navmainStandardLevel_3 a:hover, #navigation ul li.navmainStandardLevel_3 a.active {
    color:#000;
    background-color:#f5f5f5;
}


/* ###################################################### */
/* #################### META-NAVIGATION ################# */
/* ###################################################### */

#metamenumenu {
   font: 12px/24px Arial;
   margin: 0px;
   height: 24px;
   padding: 0px;
   list-style: none;
   text-align: right;
   color: #FFFFFF;
   position: absolute;
   right: 0px;
   width: 800px;
   top: 77px;
   z-index: 2;
}


ul#metaNavigation {
    margin:0 0 20px 0;
    padding:0;
    text-align: right;
}
ul#metaNavigation li {
    margin:0;
    padding:0 1px 0 12px;
    display:inline;
}

#metamenumenu li a  {
   padding-left: 0px;
   padding-right: 0px;
   font-weight:normal;
   text-decoration: none;
   color: #FFFFFF;
   height: 100%;
}

#metamenumenu li a:hover  {
   text-decoration: underline;
}



/* ###################################################### */
/* ####################### LINKS ######################## */
/* ###################################################### */

a {
    color:#88A10E;
    font-weight: bold;
    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:10px 0 0 40px;
    /* 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 */



/**
 * CSS styles for Contenido Sitemap.
 * 
 * @author rbi
 * @copyright four for business AG <www.4fb.de>
 * @version 0.1.0
 * 
 * created 2009-01-16
 */

ul.sitemapStandardMainCat {
        margin-left:0;
        padding-left: 0;
}

ul.sitemapStandardMainCat li {
    border-bottom: 1px solid #ffffff;
    list-style-type: none;
}

ul.sitemapStandardMainCat li.sitemapStandardLevel_1 {
        background-color: #e6f1fb;
        padding: 3px 3px 3px 10px;
}

ul.sitemapStandardMainCat li.sitemapStandardLevel_2 {
        background-color: #f4f9fd;
        padding: 3px 3px 3px 30px;
}

ul.sitemapStandardMainCat li.sitemapStandardLevel_3 {
        background-color: #ffffff;
        padding: 3px 3px 3px 50px;
}


/* ----------------- CSS ### CvB ----------------- */

#footertextzeile p,
#footervaletolink p,
#footervaletolink p a  {
   font: 10px/18px Arial;
   margin: 0px;
   color: #b0b0b0;
   text-align: center;
}

#footervaletolink p a:hover  {
   font: 10px/18px Arial;
   margin: 0px;
   color: #202020;
   text-align: center;
}

#footervaletolink,
#footertextzeile  {
   visibility: visible;
   position: absolute;
   left: 18px;
   z-index: 1;
   width: 970px;
}

#contentretextgrow *:first-child  {
   margin-top: 0px;
}

#contentretextgrow *:last-child  {
   margin-bottom: 0px;
}

#newsre p,
#contentretextgrow p  {
   font: 11px/16px Arial;
   margin: 0px;
   color: #505050;
   text-align: left;
   margin-bottom: 5px;
}

#id19contentueberschrift h1  {
   font: bold 14px/26px Arial;
   margin: 0px;
   color: #88A10E;
   text-align: left;
}

#cvbwebdesignv10finalgrow  {
   margin: 0px auto 0px auto;
   width: 998px;
   position: relative;
}

#hauptmenumenu li a:hover  {
   background-color: #F5F5F5;
}

#id19contentueberschrift  {
   visibility: visible;
   position: absolute;
   left: 228px;
   top: 156px;
   z-index: 1;
   width: 522px;
}

#logobutton a:hover  {
   background-position: -362px 0%;
}

#hauptmenumenu li a  {
   background-color: transparent;
   border-bottom-color: #DCDCDC;
   border-bottom-style: solid;
   border-width: 1px;
   border-top: 0px;
   padding-left: 6px;
   padding-right: 0px;
   text-decoration: none;
   color: #505050;
   width: 100%;
   display: block;
}

#contentretextgrow  {
   /* margin: 205px 247px 0px 487px; */ 
   /* top right bottom left */ 
   margin: 197px 247px 0px 228px;
   visibility: visible;
   padding: 0px;
   /* background-color: #a0a0a0; */
}

#contentretextgrow h1, h2  {
   font: bold 14px/26px Arial;
   margin: 0px;
   color: #88A10E;
   text-align: left;
}


#footervaletolink  {
   top: 46px;
}

#hauptmenumenu li  {
   width: 100%;
   display: block;
   margin: 0px;
}

#footertextzeile  {
   top: 28px;
}

#footerbereich  {
    visibility: visible;
    position: relative;
    left: 0px;
    top: 20px;
    z-index: 1;
    width: 100%;
    height: 78px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #DCDCDC;
}

#hauptmenumenu  {
   font: bold 12px/28px Arial;
   margin: 0px;
   padding: 0px;
   list-style: none;
   text-align: left;
   color: #505050;
   position: absolute;
   left: 8px;
   top: 452px;
   z-index: 1;
   width: 197px;
}


#logobutton a  {
   background: url(../img/logobutton.jpg) no-repeat 0% 0px;
   display: block;
   height: 120px;
   width: 362px;
   font-size: 120px;
   line-height: 120px;
}

#logobutton  {
   visibility: visible;
   position: absolute;
   left: 9px;
   top: 15px;
   z-index: 2;
   width: 362px;
   height: 120px;
}

#newsre p  {
    font-weight: normal;
}

#newsre h2 {
    color:#88A10E; font-size:14px;
}

#newsre a  {
    font-weight: bold;
    color:#88A10E;    
}

#newsre a:hover  {
    font-weight: bold;
    color:#88A10E;    
    text-decoration: underline;
}

#footer  {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    float: left;
}

#uplift  {
   position: absolute;
   width: 100%;
   z-index: 1;
}

#newsre  {
   visibility: visible;
   position: absolute;
   left: 784px;
   top: 162px;
   z-index: 1;
   width: 203px;
}

html, body  {
    padding: 0px;
    margin: 0px;
    background-color: #FFFFFF;
    background-image: url(../img/form1kopie.jpg);
    background-repeat: repeat-x;
}
