/* Projekt:         dfs-druck.de    */
/* Dateiname:       style.css       */
/* Author:          Rene Kueppers   */
/* erstellt:        12.01.2009      */
/* validiert am:    18.02.2009      */

* {
    border: 0;
    outline: none;
    font-family: Arial, Verdana, Helvetica;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    }

html, body {
    height: 100%;
    }

body {
    background: #113554 url("../images/background_body.jpg") repeat-x;
    }

.clearing {
    clear: both;
    }


/* DFS Frame */
#dfsFrame {
    background: url("../images/background_content.jpg") left bottom repeat-x;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto;
    margin-bottom: -90px;
    width: 930px;
    }

#push {
    height: 100px;
    }


/* DFS Header */
#dfsHead {
    height: 100px;
    position: relative;
    }

#dfsLogo {
    position: absolute;
    top: 16px;
    left: 38px;
    }

#dfsMakes {
    position: absolute;
    top: 60px;
    right: 10px;
    }


/* DFS Content */
#dfsContent {
    color: #666;
    font-size: 12px;
    }

#dfsContent h1, #dfsContent h2 {
    color: #568ebe;
    font-size: 20px;
    font-weight: normal;
    line-height: 140%;
    margin: 1.25em 0;
    }

#dfsContent h2 {
    font-size: 12px;
    font-weight: bold;
    margin: 0.5em 0;
    }

#dfsContent p, #dfsContent ul {
    line-height: 160%;
    margin: 1em 0;
    }

#dfsContent ul li {
    list-style-type: square;
    margin-left: 16px;
    }

#dfsContent a {
    color: #568ebe;
    }

#dfsContent img {
    border: 1px solid #ddd;
    }


/* DFS Mood Image/Animation */
#dfsMood {
    background: url("../images/headimage_01.jpg") no-repeat;
    height: 190px;
    position: relative;
    }


/* DFS Primary Navigation */
#dfsNaviPrimary {
    background: url("../images/navi_overlay.png") no-repeat;
    height: 33px;
    left: 0;
    top: 0;
    padding: 0 0 0 10px;
    position: absolute;
    width: 920px;
    }

#dfsNaviPrimary li.headlink {
    float: left;
    position: relative;
    margin-right: 30px;
    }

#dfsNaviPrimary li.headlink:last-child {
    margin-right: 0;
    }

#dfsNaviPrimary li.headlink a {
    color: #fff;
    display: block;
    float: left;
    font-size: 14px;
    height: 25px;
    padding: 8px 20px 0 20px;
    text-align: left;
    }

#dfsNaviPrimary li.headlink:hover, #dfsNaviPrimary li.headlink.active {
    background: url("../images/background_navi_item.jpg");
    }

#dfsNaviPrimary li.headlink ul {
    background: transparent url("../images/background_trans_blue.png");
    display: none;
    padding: 5px 0;
    position: absolute;
    left: 0;
    top: 33px;
    }
/*
#dfsNaviPrimary li.headlink:hover ul {
    display: block;
    }
*/
#dfsNaviPrimary li.headlink ul li {
    color: #f0f;
    height: 11px;
    width: 162px;
    }

#dfsNaviPrimary li.headlink ul#tree7 li {
    width: 143px;
    }

#dfsNaviPrimary li.headlink ul a {
    clear: left; /* IE6 Fix */
    color: #fff;
    display: block;
    font-size: 11px;
    height: auto;
    padding: 3px 0 3px 20px;
    text-align: left;
    width: 100%;
    }

#dfsNaviPrimary li.headlink ul a:hover, #dfsNaviPrimary li.headlink ul a.active {
    background: transparent url("../images/navi_arrow.png") 9px center no-repeat;
    color: #fff;
    font-weight: bold;
    }


/* DFS Secondary Navigation */
#dfsContent a:hover {
    background-color: #2f618c;
    color: #fff;
    }

#dfsNaviSecondary {
    background: url("../images/background_navi_secondary.jpg") repeat-x;
    font-size: 11px;
    padding: 2px 4px 5px 10px;
    position: absolute;
    top: 0;
    right: 0;
    }

#dfsNaviSecondary li {
    display: inline;
    }

#dfsNaviSecondary li a {
    color: #fff;
    margin: 0 12px;
    }

#dfsNaviSecondary li a.icon {
    margin: 0 6px;
    }

#dfsNaviSecondary li a:hover {
    text-decoration: underline;
    }


/* DFS Breadcrumb Navigation  */
#dfsNaviBread, #dfsNaviBread a {
    color: #bbb;
    }

#dfsNaviBread .dfsCurrent {
    color: #568ebe;
    }


/* DFS Content Header */
#dfsContentHeader {
    background: url("../images/border_top.gif") repeat-x;
    height: 10px;
    }


/* DFS Footer */
#dfsFooter {
    background: url("../images/background_footer.gif") repeat-x;
    color: #b9b9b9;
    font-size: 10px;
    height: 90px;
    margin: 0 auto;
    width: 930px;
    }

#dfsFooter p#dfsAddress {
    float: left;
    padding: 50px 0 0 40px;
    }

#dfsFooter p#dfsNaviService {
    float: right;
    padding: 50px 40px 0 0;
    }

#dfsFooter a {
    color: #b9b9b9;
    }

#dfsFooter a:hover {
    color: #568ebe;
    }


/* DFS Introduction (Index) */
#dfsIntroduction {
    background: url("../images/intro_background.jpg") no-repeat;
    height: 260px;
    width: 930px;
    }

#dfsIntroduction #content {
    padding: 36px 360px 0 40px;
    }


/* DFS Teaserbox (Index) */
.dfsTeaserbox {
    display: block;
    float: left;
    height: 300px;
    padding: 112px 0 0 44px;
    position: relative;
    width: 250px;
    }

#dfsIntroduction #content h1 {
    margin: 0 0 1em 0;
        top:36px;
        left:44px;
    }
#dfsContent .dfsTeaserbox h1{
        position:absolute;
    margin: 0 0 1em 0;
        top:36px;
        left:44px;
        width: 255px;
    }      
        
#dfsContent .dfsTeaserbox p{
    margin-top:0px;
}

#dfsContent .dfsTeaserbox .image, #dfsContent .dfsTeaser .image {
    border: 1px solid #ccc;
    }

#dfsContent .dfsTeaserbox a.btnMore {
    font-weight: bold;
    position: absolute;
    bottom: 70px;
    }

.dfsTeaserbox .img-container {
    background-position: center bottom;
    border: 1px solid #ccc;
    width: 246px;
    height: 93px;
    }


/* DFS Teaserbox Content */
#dfsContent .dfsTeaser {
    margin: 1em 0 3em 0;
    width: 200px;
    }

#dfsContent .dfsTeaser p {
    font-size: 11px;
    margin: 0.5em 0;
    }

#dfsContent .dfsTeaser p a {
    font-size: 12px;
    font-weight: bold;
    }


/* Columns */
#dfsColLeft {
    float: left;
    width: 550px;
    padding: 30px 0 0 40px;
    }

#dfsColRight {
    float: right;
    width: 200px;
    padding: 20px 40px 0 0;
    }


/* Newslist */
#newslist p {
    margin: 0.6em 0 2em 0;
    }

#newslist .date {
    font-size: 10px;
    margin: 0;
    }

#newslist h2 {
    margin: 0;
    }

#newslist .newsImage {
    float: left;
    margin: 4px 12px 0 0;
    }

.nNavi .back {
    float: left;
    }

.nNavi .next {
    float: right;
    }


/* Contact Form */
#contact fieldset {
    margin: 1.5em 0;
    }

#contact label {
    display: block;
    float: left;
    margin-bottom: 10px;
    padding-top: 4px;
    width: 130px;
    }

#contact input, #contact textarea {
    background: url("../images/background_input.jpg") left bottom repeat-x;
    border: 1px solid #e2e2e2;
    color: #666;
    font-size: 12px;
    padding: 3px 2px 3px 6px;
    width: 240px;
    }

#contact br {
    clear: left;
    }

#contact .submit {
    background: url("../images/background_button.jpg") left bottom repeat-x;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    margin: 10px 0 0 130px;
    width: 250px;
    }

.errorMessage {
    font-weight: bold;
    color: #a00;
    }

#contact input.error,  #contact textarea.error {
    border: 1px solid #a00;
    }


/* Contact */
#dfsContent .contactBox {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    }

#dfsContent .contactBox.first {
    border-top: 1px solid #ccc;
    }

#dfsContent .contactBox p {
    margin: 0;
    }

#dfsContent .contactBox img {
    float: left;
    margin-right: 10px;
    }

#dfsContent .people {
    margin: 1px 0;
    }


/* Certificates */
#certificates div {
    width: 170px;
    margin: 0 10px 10px 0;
    border: 1px solid #ccc;
    float: left;
    height: 110px;
    padding: 10px 0 0 0;
    text-align: center;
    }

#certificates div img {
    border: 0;
    }


/* Sitemap */
#dfsContent .sitemapStandardLevel_1 {
    font-size: 13px;
    font-weight: bold;
    list-style-type: none;
    margin: 16px 0 0 0;
    }

#dfsContent .sitemapStandardLevel_2 {
    list-style-type: none;
    margin-left: 10px;
    }


/* Search Results */
#dfsContent .dfsSearchResults h2 {
    margin: 1.5em 0 0 0;
    }

#dfsContent .dfsSearchResults p {
    margin: 0;
    }


/* Career */
#dfsJobs a {
    background: transparent url("../images/btn_ausbildung.jpg") top left no-repeat;
    display: block;
    float: left;
    height: 100px;
    margin: 30px 14px 12px 0;
    text-indent: -9999px;
    width: 266px;
    }

#dfsJobs a.career {
    background-image: url("../images/btn_stellen.jpg");
    margin-right: 0;
    }

#dfsJobs a:hover {
    background-position: bottom left;
    }

