/**
 * 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-size: 12px;
    font-family:Verdana, Arial, sans-serif;
    color:#707173;
}
html, body {
    margin:0;
    padding:0;
    /*overflow:auto;*/
}
html {
    padding: 0px;
    margin: 0px;
    background-color: #aeaeae;
    background-repeat: repeat-x;
    background-image: url('../images/html_hgr.gif');
    background-position:0 0px;
    height:100%;
}
body {
    background-repeat:repeat-y;
    height:100%;
}
form {
    padding-left: 38px;
    padding-bottom: 0;
    padding-right: 0;
    padding-top: 0;
    font-size: 12px;
    margin:0;
}

textarea {
    width:418px;
    height:85px;
}

img {
    border:0;
}
/* /----------------- general html structure */

/* ###################################################### */
/* ####################### HEADER ####################### */
/* ###################################################### */
#head {
    text-align: center;
    z-index: 1000;
    top: 0px;
    position: fixed;
    width: 100%;
    height: 140px;
    background-image: url(../images/head_hgr.png);
    background-repeat:repeat-x;
    background-position:center top;
    padding:0;
}

#head #headBody {
    padding:0;
    margin:0;
    background-image:url('../images/header_bild_beispiel.gif');
    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:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;
}

#head h1, #head a#logoTop {
    margin:90px 0 0 0;
}

/* ###################################################### */
/* ####################### MAIN BODY #################### */
/* ###################################################### */
#outerContainer {
    /*background-image:url('../images/pattern_contenido.gif');*/
    margin-top: 112px;
                                                                
    background-image: url(../images/content_hgr_png);
                                                                
    background-repeat: repeat-y;
                                                                
    background-position: center top;
                                                                
    min-height: 100%;
}
* html #outerContainer {
    height:90%;
}
#contentContainer {
    min-height: 100%;
    margin-left: -509px;
    left: 50%;
    position: relative;
    background-repeat: repeat-y;
    width: 1018px;
}
#outerContainer, #contentContainer {
}

#whiteBg {
    min-height: 100%;
    width: 725px;
    float:left;
    padding:0;
    margin:0;
    height:100%;
}

#content, #teasersRight {
    float:left;
    padding-top:30px;
}
#navigation {
    background-position: 10px 0px;
    background-image: url(../images/navi_hgr.gif);
    background-repeat: no-repeat;
    float:left;
    padding-top: 0px;
}
#outerContainer #contentContainer #content {
    padding-top: 0px;
}

#content, #teasersRight {
}

#contentContainer #navigation {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    width: 284px;
    background-color:transparent;
}

#contentContainer #content {
    padding-left: 0px;
    padding-bottom: 0;
    padding-right: 30px;
    padding-top: 0;
    width: 450px;
    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 {
    margin:5px 0 5px 0;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-weight: bold;
    display:block;
    width:220px;
    min-height:19px;
    line-height:14px;
    padding:0 0 0 10px;
    font-size: 14px;
    color: #e36726;
    background-repeat:no-repeat;
    background-position:210px 3px;
    text-decoration:none;
}
#navigation ul li a:hover, #navigation ul li.active a {
    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 {
    font-style: normal;
    font-weight: normal;
    background-repeat:no-repeat;
    background-position:199px 8px;
    color: #707073;
    width:210px;
}
#navigation ul li.navmainStandardLevel_2 a:hover, #navigation ul li.navmainStandardLevel_2 a.active {
    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 form{

    padding-left: 0px;

    margin-left: 0px;

}
#search label {
    margin-bottom: 5px;
    font-size:11px;
    display:block;
    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 {
    min-height: 1000px;
    font-size:11px;
    color:#333;
    line-height: 18px;
}
#content h1, #content h2 {
    margin-left: 30px;
    margin-bottom: 10px;
    margin-right: 0;
    margin-top: 0;
    padding:0;
    font-size:20px;
    font-weight:normal;
    color:#333;
}
#content h1 {
    width: 600px;
    font-weight: bold;
    color: #eb6a0b;
    margin-top: 60px;
    line-height: 18px;
}
#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;
}

/* ###################################################### */
/* ####################### RIGHT COLUMN ################# */
/* ###################################################### */
#teasersRight .teaserItem {
    color:#333;
    font-size:11px;
}
#teasersRight .teaserItem h3 {
    color:#0060b1;
    font-size:14px;
    margin:0 0 5px 0;
    font-weight:normal;
}

#teasersRight .teaserItem a.more {
    display:block;
    width:230px;
    margin:10px 0;
    padding:0 0 0 15px;
    background-image:url(../images/link_pfeil_klein.gif);
    background-repeat:no-repeat;
    background-position:0 5px;
}
* html #teasersRight .teaserItem a.more {
    width:200px;
}

/* ###################################################### */
/* ####################### FOOTER ####################### */
/* ###################################################### */
#footer {
    /*width:100%;*/
    height:104px;
    font-size:11px;
    background-color:#ccc;
    overflow:hidden;
}
#footerContainer {
    width:960px;
}
#footer a#logoBottom {
    display:block;
    float:left;
}

#footer #footerContentContainer {
    float:left;
    background-color:#F1F1F1;
    width:720px;
    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 {
    color: #e65400;
    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-left-color: #818384;
    border-bottom-color: #ccc;
    border-right-color: #ccc;
    border-top-color: #ccc;
    border-left-width: 7px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    border-style: solid;
    width:346px;
}

#contactForm .contactRow input:focus, #contactForm .contactRow textarea:focus {
    border-left-color: #e65400;
    }

#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 {
         display: none;
         margin-left: 0px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 16px;
       float:left;
   
}
* html #contactFormSubmit #contactFormSubmitLeft {
    margin:0 0 0 26px;
}
#contactFormSubmit #contactFormSubmitRight {
   
 
      text-align: left;
   
 
      margin-left: 0px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 16px;
}

#contactFormSubmit #contactFormSubmitRight,
#contactFormSubmit #contactFormSubmitLeft {
 width:350px;
 background-color: #f2f2f2;
    border-left-color: #ababab;
    border-bottom-color: #c2c2c2;
    border-right-color: #c2c2c2;
    border-top-color: #c2c2c2;
    border-style: solid;
    border-left-width: 7px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    height: 26px;
    padding-top: 7px;
      padding-bottom: : 3px;
  


}
#contactFormSubmit #contactFormSubmitRight:hover,
#contactFormSubmit #contactFormSubmitLeft:hover {

    background-color: #eadbd0;

    border-left-color: #e75400;
    

}

#contactFormSubmit #contactFormSubmitRight:active,
#contactFormSubmit #contactFormSubmitLeft:active {



    border-color: #e95300;

}


#contactFormSubmit #contactFormSubmitLeft input, 
#contactFormSubmit #contactFormSubmitRight input {
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 2px;
    text-align: center;
    background-color: transparent;
    font-weight: bold;
    border:0;
    padding:0 20px 0 20px;
 
    font-size:10px;
    width: auto;
    height:auto;
    float:left;
}
#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 {/*font-size: 0px;*/ 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;
}


/**
 * 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:38px;
        padding-left: 0;
}

ul.sitemapStandardMainCat li {
    border-bottom: 1px solid #ffffff;
    list-style-type: none;
}

ul.sitemapStandardMainCat li.sitemapStandardLevel_1 {
        border-left-color: #e65400;
        border-left-style: solid;
        border-left-width: 7px;
        padding: 3px 3px 3px 10px;
}
ul.sitemapStandardMainCat li.sitemapStandardLevel_1 a{
    font-weight: bold;
}
ul.sitemapStandardMainCat li.sitemapStandardLevel_2 {
        margin-left: 0px;
        border-left-width: 7px;
        border-left-color: #d0d1d2;
        border-left-style: solid;
        padding: 3px 3px 3px 10px;
}

ul.sitemapStandardMainCat li.sitemapStandardLevel_3 {
        margin-left: 0px;
        border-left-color: #ebebeb;
        border-left-style: solid;
        border-left-width: 7px;
        background-color: #ffffff;
        padding: 3px 3px 3px 10px;
}

.teaser_image {
    float:left; 
    margin-top:4px; 
    margin-right:4px;
}

#logo {
    margin-bottom: 30px;
    margin-left: 10px;
}

#xhaken {
    margin-top: 0px;
}

#logo_haken   { 
         margin-top: 0px; 
         width: 254px; 
         height: 167px; 
         position: relative; 
         z-index: 0;
         cursor: pointer;
         }
         
         #weissblende_1{
            width: 726px;
            height: 95px;
            z-index: 800;
            position: absolute;
            background-image: url(../images/weissblende.png);
         }
         #bild_1{
            z-index: 700;
            float: left;
         }
         #schattenkante{
            background-image: url(../images/schattenkante.png);
            z-index: 900;
            height: 100%;
            position: absolute;
            width: 20px;
         }
         #content .textItem{
            margin-left: 30px;
         }
         .editbild{
            margin-left: 30px;
         }
         .rahmen{
            padding-bottom: 0px;
padding-top: 0;
height:180px;
width: auto;
margin: 10px 20px 10px 0px
         }
         #Rahmen_1{
            margin-top: 30px;
            padding-bottom: 0px;
         }
         img.rahmen{
             border:1px solid grey;
         
         }