/**
 * Lorber
 * 
 */

/* ----------------- general html structure */
html, body, div, p, td, a, input, textarea, select {
    font-family:Verdana, Arial, sans-serif;
    color:#606060;
}

html {
    
    height:auto !important;  /* für moderne Browser */
    height:80%;  /*für den IE */
    color: black; 
    background-color:#ff00a8;  /*Rubyred 9800B3 */
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 9px 0;
    text-align: center;  /* Zentrierung im Internet Explorer */

}
body {
    
    height:auto !important;  /* für moderne Browser */
    height:80%px;  /*für den IE */
    background-color: white;
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 880px;
    padding: 0.5em;
    border: 3px solid gold;

}
form {
    margin:0;
    padding:0;
}

textarea {
    width:418px;
    height:85px;
}

img {
    border:0;
}
/* /----------------- general html structure */

/* ###################################################### */
/* ####################### HEADER ####################### */
/* ###################################################### */
#head {
    height:86px;
    border: 0px solid gold;
    
}

#head #headBody {
   
    width:880px;
}

#head a#logoTop {
    
    display:block;
    float:left;
    padding-right:0;
    margin:0;
}

#head h1 {
    display:block;
    float:left;
    padding-left:25px;
    margin:0 0 0 10px;
    width:590px;
    height:86px;
    line-height:95px;
    font-weight:normal;
    font-size:23px;
    color: silver;
    font-style: italic;
    /* transparency */
    
    /*opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;*/

}

#head h1, #head a#logoTop {
    margin:0;
}

/* ###################################################### */
/* ####################### MAIN BODY #################### */
/* ###################################################### */
#outerContainer {
    /*background-image:url('../images/pattern_contenido.gif');*/
    min-height:85%;
}
* html #outerContainer {
    height:85%;
}
#contentContainer {
    width:880px;
}
#outerContainer, #contentContainer {
    margin:0;
    padding:10;
}

#whiteBg {
    float:left;
   
    padding:0;
    margin:0;
    height:100%;
}

#navigation {
    float:left;
    padding-top:56px;
}
#content, #teasersRight {
    float:left;
    padding-top:20px;
}
#outerContainer #contentContainer #content {
    padding-top:10px;
    
}

#content, #teasersRight {
    background-color:#fff;
     
}

#contentContainer #navigation {
    width:200px;
    background-color:transparent;
}

#contentContainer #content {
    width:410px;
    padding:0 15px;
    margin:0;
    boarder-right: 1px solid gold;
}

#contentContainer #teasersRight {
    width:220px;
    min-height:300px;
    
    padding-left:10px;
    border-left: 10px solid white;
    border-left: 1px solid white;
    background-color: white;
}


/* ###################################################### */
/* ####################### NAVIGATION ################### */
/* ###################################################### */

/* Level 1 */
#navigation ul {
    width:165px;
    margin:0;
    padding:0;
    /*background-color:#F2F2F2;*/
    background-color:transparent;
}
#navigation ul li {
    width:160px;
    margin:0;
    padding:0 0 0 10px;
    list-style-type:none;
}
#navigation ul li a {
    display:block;
    width:160px;
    height:22px;
    line-height:22px;
    margin:0;
    padding:0 0 0 10px;
    font-size:13px;
    font-weight: bolder;
    
    color:#ED6817;
    background-color: white;
    
  
    border-bottom:1px solid white;
    text-decoration:none;
}
#navigation ul li a:hover, #navigation ul li.active a {
    background-image:url(../images/lorber/lorber_navi.jpg);
    background-repeat:no-repeat;
    background-position:0 0;
    color:#fff;
    border-left:2px solid gold;
   
}

/* Level 2 */
#navigation ul li.navmainStandardLevel_2 {
    margin-left:20px;
}
#navigation ul li.navmainStandardLevel_2 a {
    
    border-bottom:1px dotted gold;
    color: #ED6817;
    width:140px;
}
#navigation ul li.navmainStandardLevel_2 a:hover, #navigation ul li.navmainStandardLevel_2 a.active {
    background-image:url(../images/lorber/lorber_navi.jpg);
    background-repeat:no-repeat;
    background-position:0 0;
    color:#fff;
}

/* Level 3 */
#navigation ul li.navmainStandardLevel_3 {
    margin-left:40px;
}
#navigation ul li.navmainStandardLevel_3 a {
    background-image:none;
    border-bottom:0;
    color: #ED6817;
    width:120px;
    border-left:1px double gold;
    
}
#navigation ul li.navmainStandardLevel_3 a:hover, #navigation ul li.navmainStandardLevel_3 a.active {
    background-image:url(../images/lorber/lorber_navi.jpg);
    background-repeat:no-repeat;
    background-position:0 0;
}
/* ###################################################### */
/* ####################### SEARCH INPUT ################# */
/* ###################################################### */





/* ###################################################### */
/* ####################### SEARCH OUTPUT ################ */
/* ###################################################### */


/* ###################################################### */
/* ####################### 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: Gold;
}
#content h1 {
    line-height:22px;
}
#content h1 a {
    color: silver;
    text-decoration:none;
}
#content h2 {
    font-style:italic;
    font-size:13px;
}


/* ###################################################### */
/* ####################### 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:1px 0;
    padding: 0 0 5px;

}
* html #teasersRight .teaserItem a.more {
    width:220px;
}

/* ###################################################### */
/* ####################### FOOTER ####################### */
/* ###################################################### */
#footer {
    /*width:100%;*/
    height:100px;
    font-size:11px;
    color: #ED6817;
    
}
#footerContainer {
    width:880px;
}

#footer #footerContentContainer {
    float:left;
    background-color:silver;
    width:880px;
    border:2px solid gold;
    height: 91px;
    
    background-image:url('../images/lorber/angebot_titel.jpg');
    background-repeat:no-repeat;
    background-position: right;
}
#footerContentLeft{
    float:left;
    color:#999;
}
#footerContentLeft {
    width:650px;
    font-size:12px;
   color: white;
    padding-left:10px; 
}



ul#metaNavigation {
    margin:0;
    padding:0;
     font-size:12px;
}
ul#metaNavigation li {
    margin:0;
    padding:0 1px 0 8px;
    display:inline;
    border-left:1px solid #D7D7D6;
      font-size:12px;
}


/* ###################################################### */
/* ####################### LINKS ######################## */
/* ###################################################### */
a {
    color: #ED6817;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}

/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */

}
/* ###################################################### */
/* ####################### 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 {
    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:0;
        padding-left: 0;
}

ul.sitemapStandardMainCat li {
    border-bottom: 1px solid white;
    border-left: 3px solid #ffffff;
    list-style-type: none;
}

ul.sitemapStandardMainCat li.sitemapStandardLevel_1 {
        background-color: #ff00a8;
        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;
}

.teaser_image {
    float:left; 
    margin-top:4px; 
    margin-right:4px;
}
