/**
 * 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:#606060; /*dunkelgrau*/
}
html, body {
 padding:0;
 margin:0;
    /*
    flow:auto;*/
}

#Mainframe {   

    position:absolute;
    height:750px; width:962px;
    margin-top: 0px;
    margin-left: -481px;
    top: 10px; 
    left: 50%;
    padding: 0px;
    z-index: 0;
    background-image:url('../images/pattern_contenido.gif');
    background-repeat:repeat-y;
    /*background-color: #000000;*/
    border: 0px solid #5877A6;
    voice-family: "\"}\"";
    voice-family:inherit
}


html {
    background-image:url('../images/pattern_contenido.gif');
    background-position: 0 165px;
    height:481px
}
body {
    background-image:url('../images/pattern_contenido.gif');
    background-repeat:repeat-y;
    background-position: 231px 0;
    background-position-top:165px 0;
    height:531px;
    wight: 962px;
 scrollbar-face-color: #F1F1F1; /*hellgrau*/
 scrollbar-highlight-color: #F1F1F1; /*hellgrau*/
 scrollbar-shadow-color: #C8C8C8;/*grau*/
 scrollbar-3dlight-color: #FFFFFF; /*weiss*/
 scrollbar-arrow-color: #BC211F; /*rot*/
 scrollbar-track-color: #606060; /*dunkelgrau*/
 scrollbar-darkshadow-color: #606060
}
form {
    margin:0;
    padding:0;
}

textarea {
    width:418px;
    height:85px;
     text-align:left;
}

img {
    border:0;
}
/* /----------------- general html structure */

/* ###################################################### */
/* ####################### HEADER ####################### */
/* ###################################################### */
#head {
    height:165px;
       /*  background-color:#F1F1F1; */
    background-image:url('../images/pattern_contenido.gif');
    background-repeat:repeat;
    background-position: 0 0px;
    padding:0
}

#head #headBody {
    padding:0;
    margin:0;
    background-image:url('../images/head_fahrschule-ecker.jpg');
    background-repeat:no-repeat;
    background-position: 231px 0;
    width:962px
}

#head a#logoTop {
    width:231px;
    display:block;
    float:left;
    padding:0;
    margin:0;
}

#head h1 {
    font-size:14px;
    color:#FFFFFF;/*weiss*/
    display:block;
     float:left;
     padding-top:127px;
     padding-left:20px;
     margin:0;
     width:400px;
     height:50px;
     line-height:50px;
     font-weight:bold;
     /*transparency*/
     /*background-color:#fff;*/
     /*opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;*/
 }

#head a#logoTop
margin:0px 0 0 0;
 }


/* ###################################################### */
/* ####################### MAIN BODY #################### */
/* ###################################################### */
#outerContainer {
    /*background-image:url('../images/pattern_contenido.gif');*/
    min-height:90%;
}
* html #outerContainer {
    height:90%;
}
#contentContainer {
    width:962px;
    height:481px;
}
#outerContainer, #contentContainer {
    margin:0;
    padding:0;
}

#whiteBg {
    float:left;
    background-color:#fff;
    padding:0;
    margin:0;
    height:441px;
    width:731px;
}

#navigation {
    float:left;
    padding-top:90px;
}

#teasersRight, #content, #content2 {
    float:left;
    padding-top:50px;
}

#outerContainer #contentContainer {
    padding-top:50px;
}

#content, #content2, #teasersRight {
position:absolute;
left:721px; top:165px;
    background-color:#fff;
    font-size:9px;
    color:#333;
    line-height:11px;
    height:441px;
}

#contentContainer #navigation {
position:absolute;
left:0px; top:165px;
    width:231px;
 /* background-color:transparent;*/
 /* background-color:#F2F2F2;/*hellgrau*/
    background-image:url('../images/back_nav-links.jpg');
    background-repeat:no-repeat;
    background-position: 0px 0px;
    height:441px;
    padding-left: 0px;
    padding-right: 0px; 
    padding-bottom: 0px;
    overflow : no;
    z-index: 3      
}

#contentContainer #content {
position:absolute;
left:231px; top:165px;
    width:460px;
    height:481px;
    padding-left: 20px;
    padding-right: 10px; 
    padding-bottom: 0px;
    overflow : auto;
    z-index: 1; 
}
#contentContainer #content2 {
position:absolute;
left:231px; top:165px;
    width:691px;
    height:481px;
    padding-left: 20px;
    padding-right: 20px; 
    padding-bottom: 0px;
    overflow : auto;
    z-index: 1; 
}

#contentContainer #teasersRight {
    width:211px;
    height:481px; 
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 0px;
    overflow : auto;
    z-index: 2;
  /*  background-color:transparent;*/
   /* background-color:#F5F5F5;/*hellgrau*/
}


/* ###################################################### */
/* ####################### NAVIGATION ################### */
/* ###################################################### */

/* Level 1 */
#navigation ul {
    width:230px;
    margin:0;
    padding:0;
    /*background-color:#F2F2F2;*/
    background-color:transparent;
}
#navigation ul li {
    width:220px;
    margin:0;
    padding:0 0 0 10px;
    list-style-type:none;
}
#navigation ul li a {
    display:block;
    width:220px;
    height:19px;
    line-height:19px;
    margin:0;
    font-size:11px;
    color:#BD2422;/*rot*/
    background-image:url('../images/navi_pfeil_zu.gif');
    background-repeat:no-repeat;
    background-position: 210px 3px;
    border-bottom:1px none #BD2422;/*rot*/
    text-decoration:none; padding-left:10px; padding-right:0; padding-top:0; padding-bottom:0
}
#navigation ul li a:hover, #navigation ul li.active a {
    background-image:url('../images/navi_over.gif');
    background-repeat:no-repeat;
    background-position: 0 0;
    color:#fff
}

/* Level 2 */
#navigation ul li.navmainStandardLevel_2 {
    margin-left:10px;
}
#navigation ul li.navmainStandardLevel_2 a {
    background-image:url('../images/subnavi_pfeil_zu.gif');
    background-repeat:no-repeat;
    background-position: 199px 8px;
    border-bottom:1px dotted #ccc;
    color:#666;
    width:210px
}
#navigation ul li.navmainStandardLevel_2 a:hover, #navigation ul li.navmainStandardLevel_2 a.active {
    background-image:url('../images/subnavi_over.gif');
    background-repeat:no-repeat;
    background-position: 0 0;
    color:#fff
}

/* Level 3 */
#navigation ul li.navmainStandardLevel_3 {
    margin-left:20px;
}
#navigation ul li.navmainStandardLevel_3 a {
    background-image:none;
    border-bottom:0;
    color:#666;
    width:200px;
}
#navigation ul li.navmainStandardLevel_3 a:hover, #navigation ul li.navmainStandardLevel_3 a.active {
    background-image:url('../images/subsubnavi_over.gif');
    background-repeat:no-repeat;
    background-position: 0 0;
}/* ###################################################### */
/* ####################### SEARCH INPUT ################# */
/* ###################################################### */
#search {
    margin:20px 0 0 20px;
    font-size:11px;
    background-color:transparent;
}
#search label {
    font-size:11px;
    display:block;
    float:left;
    width:42px;
    padding:2px 0 0 0;
}
#search input {
    border:1px solid #ccc;
    width:140px;
    height:12px;
    font-size:10px;
}
#search input.sbmt {
    border:0;
    width:5px;
    height:8px;
    margin:0 0 0 10px;
}
/* ###################################################### */
/* ####################### SEARCH OUTPUT ################ */
/* ###################################################### */
#searchResults {
    margin:0 0 10px 0;
}
#searchResults p.message {
    margin:20px 0 30px 0;
}
#searchResults div.searchResultItem {
    border-bottom:1px solid #ccc;
    margin:0 0 10px 0;
    padding:0 0 10px 0;
}
#searchResults div.searchResultItem h2 {
    font-size:12px;
    margin:0 0 5px 0;
    padding:0;
    color:#BA1614;
    font-style:normal;
}

/* ###################################################### */
/* ####################### MAIN CONTENT ################# */
/* ###################################################### */
#content, #content2 {
    font-size:11px;
    color:#333;
    line-height:14px;
}
#content h1, #content2 h1, #content2 h2, #content h2 {
    margin:0 0 10px 0;
    padding:0;
    font-size:14px;
    font-weight:bold;
    color:#606060;
}
#content h1, #content2 h1 {
    line-height:13px;
}
#content h1 a, #content2 h1 a {
    color:#BA1614;
    text-decoration:none;
}
#content h2, #content2 h2 {
    font-style:italic;
    font-size:11px;
    color:#ba1614;
}
#content h4 {
    margin:0 0 10px 0;
    padding:0;
    font-size:14px;
    font-weight:normal;
    color:#ba1614;
}
img.hr {
    display:block;
    margin:10px 0;
    padding:0;
}

/* ###################################################### */
/* ####################### RIGHT COLUMN ################# */
/* ###################################################### */
#teasersRight .teaserItem {
    color:#333;
    font-size:11px;
    padding: 5px;
}
#teasersRight h1 {
    color:#606060;
    font-size:12px;
}
#teasersRight h2 {
    color:#BA1614;
    font-size:11px;
    line-height:11px;
    font-weight:normal;
}

#teasersRight .teaserItem h3 {
    color:#BA1614;
    font-size:12px;
    margin:0 0 5px 0;
    font-weight:normal;
}

#teasersRight .teaserItem a.more {
    display:block;
    width:230px;
    margin:5px 0;
    background-image:url('../images/link_pfeil_klein.gif');
    background-repeat:no-repeat;
    background-position: 0 5px;; padding-left:15px; padding-right:0; padding-top:0; padding-bottom:0
}
* html #teasersRight .teaserItem a.more {
    width:200px;
}

/* ###################################################### */
/* ####################### FOOTER ####################### */
/* ###################################################### */
#footer {
    width:962px;
    height:104px;
    font-size:11px;
    background-color:#BA1614;
    overflow:hidden;
}

#footerContainer {
    width:962px;
}
#footer a#logoBottom {
    display:block;
    float:left;
}

#footer #footerContentContainer {
    background-image:url('../images/footer_back.gif');
    background-repeat:no-repeat;
    float:left;
    /* background-color:#F1F1F1;*/
    width:731px;
    height:104px
}
#footerContentLeft, #footerContentRight {
    float:left;
    color:#FFFFFF;
}
#footerContentLeft {
    width:450px;
    margin:10px 0 0 30px;
    padding-left:0px;
    font-size:10px;
    padding-right:10px;
}
* html #footerContentLeft {
    margin-left:15px; /* hae? */
}
#footerContentRight {
    width:220px;
    font-size:11px;
   background-color:#6B6A6A;
   padding-top: 10px;
    padding-left:10px;
    height:104px;
}
* html #footerContentRight {
    padding-top:10px;
}

#footerContentRight h3 {
    font-size:11px;
}

#footerContentRight input {
    width:150px;
    height:12px;
    border:1px #6B6A6A;
    font-size:10px;
    margin:0 0 4px 0;
}
* html #footerContentRight input {
    width:140px;
}

#footerContentRight label {
    display:block;
    color:#FFFFFF;
    width:60px;
    float:left;
    margin:0 0 4px 0;
}

#footer input#loginBtn {
    /*background-color:#F1F1F1;*/
    border:0 none;
    color:#BA1614;
    background-image:url('../images/link_pfeil_klein.gif');
    background-repeat:no-repeat;
    background-position: right 6px;
    font-size:12px;
    width:auto;
    height:auto;
    float:right;
    margin-left:0;
    margin-right:10px;
    margin-top:0;
    margin-bottom:0;
    padding-left:0;
    padding-right:20px;
    padding-top:0;
    padding-bottom:0
}
* html #footer input#loginBtn {
    margin:0 14px 0 0;
}

#logoutText {
    position:relative;
    height:70px;
}
#logoutText a {
    position:absolute;
    right:10px;
    bottom:10px;
    text-decoration:none;

}
/* ###################################################### */
/* ################# META Navigation #################### */
/* ###################################################### */
ul#metaNavigation {
    position:absolute;
    top:148px;
    left:690px;
    float:right;
    color:#BA1614;
    margin:0 0 20px 0;
    padding:0;
    font-size:10px;
    width:auto;
    height:auto;
}
ul#metaNavigation li {
    margin:0;
    padding:0 1px 0 8px;
    display:inline;
    border-left:1px solid #BA1614;
}

/* ###################################################### */
/* ####################### LINKS ######################## */
/* ###################################################### */
a {
    color:#BA1614;
    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 none;
    color:#BA1614;
    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; padding-left:0; padding-right:20px; padding-top:0; padding-bottom: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 {
    background: url('../images/link_pfeil_klein.gif') no-repeat 0px 7px;; padding-left:10px; padding-right:0; padding-top:3px; padding-bottom:3px

}

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;
}

td {
   color: #606060; /*dunkelgrau*/
   padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px;
}
.vpgb_comment {
   border-style: solid; 
   border-width: 1px;
   border-color: #DADADA;
   padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px;
}

#kosten {
   color: #606060; /*dunkelgrau*/
}



/**
 * 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: #B3B3B3;/*grau*/
        padding: 3px 3px 3px 10px;
}

ul.sitemapStandardMainCat li.sitemapStandardLevel_2 {
        background-color: #F1F1F1;/*hellgrau*/
        padding: 3px 3px 3px 30px;
}

ul.sitemapStandardMainCat li.sitemapStandardLevel_3 {
        background-color: #ffffff;
        padding: 3px 3px 3px 50px;
}


