/**
 * CSS styles for www.autopark-ost-fichtner.de
 * based on Contenido sample client.
 * 
 * @author Rudi Bieller
 * @copyright four for business AG <www.4fb.de>
 * @version 1.0.0
 *
 * @modified and enlarged by
 * @Mario Flohrer
 * @version 22-03-2009
 * 
 * created  2008-03-04
 * modified 2009-08-01
 *
 * RAL 1003/Pantone 7408
 * #F4AF00 - RGB 244-175-0
 * RAL 7015/Pantone 432
 * #36424A - RGB 54-66-74 
 * RAL 9006/Pantone 427  weißaluminium
 * #D1D4D3 - RGB 209-212-211
 */


/* ######################################### */
/* ######## general html structure ######### */
/* ######################################### */

html, body, div, p, td, a, input, textarea, select {
    font-family:Verdana, Arial, sans-serif;
    color:#606060;
}

html, body {
    margin:0;
    padding:0;
}

html {
    background-image:url('../images/hintergrund.jpg');
    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;
}

table {
    border:0;
}

img {
    border:0;
}

h4 {
    font-size:11px;
    font-weight:normal;
}

h5 {
    font-size:11px;
}


marquee {
    line-height:40px;
    font-size:25px;
    font-weight:normal;
    color: #ff3300;
    margin-left:auto;
    margin-right:auto;
}

/* ###################################################### */
/* ####################### HEADER ####################### */
/* ###################################################### */

#head {
    height:150px;
    background-color:#d1d4d3;
    background-image:url('../images/balken_gelb.jpg');
    background-repeat:repeat-x;
    background-position:0 90px;
    padding:0;
}

#head #headBody {
    padding:0;
    margin:0;
    background-image:url('../images/head_1.jpg');
    background-repeat:no-repeat;
    background-position:240px 0;
    width:960px;
}

#head a#logoTop {
    display:block;
    float:left;
    padding:0;
    margin:0;
}

#head h1 {
    display:block;
    float:left;
    padding:0 0 0 30px;
    margin:0;
    width:690px;
    height:60px;
    line-height:60px;
    font-weight:normal;
    color:#435d06;
    /* transparency */
    background-color:#fff;
    opacity: 0.50;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
}

#head h1, #head a#logoTop {
    margin:90px 0 0 0;
}

#logomarke {
    position:absolute;
    left:0px;
    top:0px;
    width:240px;
    height:90px;

}

/* ###################################################### */
/* ####################### MAIN BODY #################### */
/* ###################################################### */

#outerContainer {
    min-height:90%;
}

* html #outerContainer {
    height:90%;
}

#contentContainer {
    width:960px;
}

#outerContainer, #contentContainer {
    margin:0;
    padding:0;
}

#whiteBg {
    float:left;
    background-color:#fff;
    padding:0;
    margin:0;
    height:100%;
}

#navigation, #content, #teasersRight {
    float:left;
    padding-top:30px;
}

#outerContainer #contentContainer #content {
    padding-top:30px;
    padding-bottom:20px;
}

#content, #teasersRight {
    background-color:#fff;
}

#contentContainer #navigation {
    width:240px;
    background-color:transparent;
}

#contentContainer #content {
    width:660px;
    padding:0 30px;
    margin:0;
}

#contentContainer #teasersRight {
    width:230px;
}


/* ###################################################### */
/* ####################### 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;
    padding:0 0 0 10px;
    font-size:11px;
    color:#666;
    background-image:url(../images/navi_pfeil_zu.gif);
    background-repeat:no-repeat;
    background-position:210px 3px;
    border-bottom:1px solid #ccc;
    text-decoration:none;
}

#navigation ul li a:hover, #navigation ul li.active a {
    background-image:url(../images/navi_over_5c.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_427.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;
}

/* ####################################################### */
/* ########## AKTUELL FOOTER / ÖFFNUNGSZEITEN  ########### */
/* ####################################################### */

#contentContainer #aktuell {
    width:240px;
    margin:20px auto;
    font-size:11px;
    background-color:transparent;
}

#contentContainer #aktuell2 {
    width:240px;
    margin:20px auto;
    font-size:11px;
    background-color:transparent;
}

#content #aktuell {
    width:660px;
    margin:20px auto;
    font-size:11px;
}

.oeffnung {
    text-align:center;
    font-weight:bold;
    line-height:25px;
}

.oeffnung2 {
    text-align:center;
    line-height:12px;
    font-weight:normal;
}


/* ###################################################### */
/* ## Formatierung Fahrzeuge - Teile - Service ########## */
/* ###################################################### */

#neuwagen_ren {
    background-image:url(../images/hintergrund_nw.gif);
    border:1px solid #ffffff;
    position:relative;
    left:10px;
    text-align: center;
    padding:4px;
    float:left;
    
}


#neuwagen_dac {
    background-image:url(../images/hintergrund_nw.gif);
    border:1px solid #ffffff;
    position:relative;
    left:19px;
    text-align: center;
    padding:4px;
    float:left;
    
}

#neuwagen_kia {
    background-image:url(../images/hintergrund_nw.gif);
    border:1px solid #ffffff;
    position:relative;
    left:0px;
    text-align: center;
    padding:4px;
    float:left;
    
}

#neuwagen_spo {
    position:relative;
    left:auto;
    text-align: center;
    padding:4px;
    float:none;
    
}



#teile {
    margin-left:65px;
}

.teile2 {
    background-image:url(../images/hintergrund_nw.gif);
    border:1px solid #ffffff;
    float:left;
    text-align:center;
    padding:10px;
}

div.angebot_links {
    background-image:url(../images/hintergrund_nw.gif);
    padding:4px;
    border:1px solid #ffffff;
    text-align:left;
    float:left;
    width:453px;
    line-height:16px;
    font-size:14px;
    font-weight:normal;
    margin:0px;
}

div.angebot_rechts {
    background-image:url(../images/hintergrund_nw_gelb.gif);
    padding:4px;
    border:1px solid #ffffff;
    text-align:right;
    width:184px;
    line-height:16px;
    font-size:14px;
    font-weight:bold;
    float:left;
}

div.pflege_links {
    background-image:url(../images/hintergrund_nw.gif);
    padding:10px 4px 10px 4px;
    border-right:1px solid #ffffff;
    border-bottom:2px solid #ffffff;
    border-top:2px solid #ffffff;
    text-align:left;
    float:left;
    width:460px;
    line-height:16px;
    font-size:15px;
    font-weight:bold;
    margin:0px;
}

#pflege_main {
    padding:20px 0px 5px 10px;
    text-align:left;
    clear:left;
    width:645px;
    line-height:18px;
    font-size:13px;
    font-weight:normal;
}


div.pflege_rechts {
    background-image:url(../images/hintergrund_nw.gif);
    padding:10px 4px 10px 4px;
    border-left:1px solid #ffffff;
    border-bottom:2px solid #ffffff;
    border-top:2px solid #ffffff;
    text-align:right;
    width:177px;
    line-height:16px;
    font-size:15px;
    font-weight:bold;
    float:left;
}   

#spot {
    background-image:url(../images/hintergrund_nw.gif);
    border:1px solid #ffffff;
    position:relative;
    left:45px;
    text-align: center;
    padding:10px;
    float:left;
    
}
/* ###################################################### */
/* ####################### 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:14px;
    margin:0 0 5px 0;
    padding:0;
    color:#0060b1;
    font-style:normal;
}

/* ###################################################### */
/* ####################### MAIN CONTENT ################# */
/* ###################################################### */

#content {
    font-size:11px;
    color:#333;
    line-height:14px;
}

#content h1, #content h2 {
    margin:0 0 10px 0;
    padding:0;
    font-size:20px;
    font-weight:normal;
    color:#36424a;
}

#content h1 {
    line-height:22px;
}

#content h1 a {
    color:#606060;
    text-decoration:underline;
}

#content h2 {
    font-style:italic;
    font-weight:bold;
    font-size:11px;
    white-space:pre;
}

img.hr {
    display:block;
    margin:10px 0;
    padding:0;
}

/* ###################################################### */
/* ####################### FOOTER ####################### */
/* ###################################################### */

#footer {
    /*width:100%;*/
    height:85px;
    font-size:11px;
    background-color:#d1d4d3;
    overflow:hidden;
}

#footerContainer {
    width:960px;
}

#footer a#logoBottom {
    display:block;
    float:left;
}

#footer #footerContentContainer {
    float:left;
    background-color:#f1f1f1;
    height:104px;
}

#footerContentLeft, #footerContentRight {
    float:left;
    color:#999;
}

#footerContentLeft {
    width:450px;
    margin:10px 0 0 30px;
    font-size:10px;
    padding-right:10px;
}

* html #footerContentLeft {
    margin-left:15px; /* hae? */
}

#footerContentRight {
    width:220px;
    font-size:11px;
    background-color:#F9FBDD;
    padding-left:10px;
    height:104px;
}

* html #footerContentRight {
    padding-top:10px;
}

#footerContentRight h3 {
    font-size:11px;
}

#footerContentRight input {
    width:150px;
    height:12px;
    border:1px solid #ccc;
    font-size:10px;
    margin:0 0 4px 0;
}

* html #footerContentRight input {
    width:142px;
}

#footerContentRight label {
    display:block;
    width:60px;
    float:left;
    margin:0 0 4px 0;
}

#footer input#loginBtn {
    background-color:#F9FBDD;
    border:0;
    color:#0060b1;
    padding:0 20px 0 0;
    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:0 10px 0 0;
}

* html #footer input#loginBtn {
    margin:0 14px 0 0;
}

ul#metaNavigation {
    margin:0 0 20px 0;
    padding:0;
}

ul#metaNavigation li {
    margin:0;
    padding:0 1px 0 8px;
    display:inline;
    border-left:1px solid #D7D7D6;
}

#logoutText {
    position:relative;
    height:70px;
}

#logoutText a {
    position:absolute;
    right:10px;
    bottom:10px;
    text-decoration:none;
}

/* ###################################################### */
/* ####################### LINKS ######################## */
/* ###################################################### */
a {
    text-decoration:underline;
}
a:hover {
    text-decoration:none;
}

/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */

#contactForm {
    font-size:11px;
}

#contactForm .contactRow {
    margin:4px 0;
}

#contactForm label {
    display:block;
    float:left;
    width:120px;
}

#contactForm .contactRow input, #contactForm .contactRow textarea {
    border:1px solid #ccc;
    width:346px;
}

#contactForm .contactRow select {
    border:1px solid #ccc;
    width:80px;
}

* html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
    width:343px;
}

#contactForm .contactRow input {
    height:14px;
}

#contactForm .contactRow textarea {
    height:105px;
    font-size:10px;
}


#contactFormSubmit {
    color:#000;
    float:left;
    margin:20px 0px 0px 200px;
}

#contactFormSubmit2 {
    color:#000;
    float:left;
    margin:20px 0px 0px 200px;
    padding-bottom:50px;
}

#checkboxdatenschutz {
    float:left;
    margin-top:27px;
}

#datenschutzklausel {
    color:#666;
    margin:20px 35px 0px 30px;
    text-align:justify;
}

#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;
}

#UmleitungWerkstatt {
    clear:left;
    padding-top:35px;
    text-align:center
} 
  
  
/* ###################################################### */
/* ############## Autogas-Sparrechner ################### */
/* ###################################################### */

#gasForm, #gasErgebnis {
    font-size:13px;
    line-height:18px;
}

#gasErgebnis {
    padding-bottom:50px;
}

#gasForm .gasRow {
    margin:4px 0;
}

#gasForm label {
    display:block;
    float:left;
    width:370px;
}

#gasErgebnis label {
    display:block;
    float:left;
    width:350px;
    margin:4px 0;
    text-align:right;
    font-weight:bold;
    padding-right:20px;
}

#gasForm .gasRow input, #gasErgebnis .gasRow input {
    border:1px solid #ccc;
    width:150px;
    height:16px;
    text-align:right;
}

#gasFormSubmit {
    color:#000;
    margin:50px 0px 50px 100px;
}

/* ###################################################### */
/* ########## Autogas-Anfrage-Formular ################## */
/* ###################################################### */

#anfrageForm {
    font-size:13px;
    line-height:18px;
}

#anfrageForm .anfrageRow {
    margin:4px 0;
}

#anfrageForm .anfrageRow2 {
    margin-top:30px;
    font-weight:bold;
}

#anfrageForm label {
    display:block;
    float:left;
    width:200px;
}

#anfrageForm .anfrageRow input {
    border:1px solid #ccc;
    width:250px;
    height:16px;
}

#anfrageFormSubmit {
    color:#000;
    margin:50px 0px 50px 200px;
}

#anfrageForm .anfrageRow select {
    border:1px solid #ccc;
    width:160px;
}

#anfrageForm .anfrageRow textarea {
    border:1px solid #ccc;
    height:105px;
    font-size:10px;
}

#anfrageForm .anfragebild {
    position:absolute;
    left:740px;
    top:450px;
    width:176px;
    height:73px;
}

/* ###################################################### */
/* ####################### 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: 660px;
}

table.gallery tr.thumbnails td {
    padding: 0;
}

td.gallery_image{
    height: 220px;
    padding:0px;
}

td.gallery_image div.link_image{
    padding:0;  
    background-position:top center; 
    min-height:100px;  
    overflow:hidden;
    text-align:center;
}

dl.gallery-detail {
    text-align:center;
}

dl.gallery-detail dt {
    text-align: center;
    padding: 0px;
    margin: 0px;
}

dl.gallery-detail dd {
    text-align: center;
    padding: 0px;
    margin-top: 10px;
    margin-left: -5px;
    color: #606060;
}

div.downloadImg {

    padding: 0;
    margin-top:10px;
    text-align:center;
    background-image: url(../images/navi_pfeil_rechts.gif);
    background-repeat: no-repeat;
}

/* ###################################################### */
/* ########## CSS styles for Contenido Sitemap ########## */
/* ###################################################### */ 
/* #################### @author rbi ##################### */
/* ###################################################### */
/* #### @copyright four for business AG <www.4fb.de> #### */
/* ###################################################### */
/* ################### @version 0.1.0 ################### */
/* ###################################################### */ 
/* ################# created 2009-01-16 ################# */
/* ###################################################### */
/* ################# modified 2009-03 by ################ */
/* ###################################################### */
/* ################### Mario Flohhrer ################### */
/* ###################################################### */

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: #e2e2e2;
        padding: 3px 3px 3px 10px;
}

ul.sitemapStandardMainCat li.sitemapStandardLevel_2 {
        background-color: #f2f2f2;
        padding: 3px 3px 3px 30px;
}

ul.sitemapStandardMainCat li.sitemapStandardLevel_3 {
        background-color: #ffffff;
        padding: 3px 3px 3px 50px;
}

/* ################################# */
/* ########## News-Archiv ########## */
/* ##########  based on   ########## */
/* ## Articel List Advanced 2.2.0 ## */
/* ##### by HerrB and Funomat ###### */
/* ################################# */

.articlelistHeadline {
    font-weight: bold;
    font-style: italic;
}

.articlelistNavigation {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid #dcdcdc;
}