/**
 * 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 */
body{
    margin:0;
    padding: 0;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    line-height: 14px;
    color: #868686;
    background: #FFF;
}

/*body:after { 
    content: "";
    position: fixed;
    bottom: -10px;
    left: -10px;
    width: 110%;
    height: 10px;

    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
       -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
        -ms-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
         -o-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
            box-shadow: 0px 0px 10px rgba(0,0,0,.8);

    z-index: 100;
}*/

form {
    margin:0;
    padding:0;
}

textarea {
    width:418px;
    height:85px;
}

img {
    border:0;
}
/* /----------------- general html structure */

/* ###################################################### */
/* ####################### HEADER ####################### */
/* ###################################################### */
#blackline {
    width: 100%;
    height: 3px;
    background-color: #000;
}

#head {
    width: 820px;
    margin-top: 30px;
    height:60px;
    background-color:#FFF;
    padding:0;
    border: 0px solid #FF0000;
}

/* ###################################################### */
/* ####################### MAIN BODY #################### */
/* ###################################################### */
#outerContainer {
    /*position: relative;*/
    margin: 0px auto;
    width: 820px;
    border: 0px dotted #FF0000;

}
#contentContainer {
    width:820px;
    border-top: 1px solid #000;
}


#whiteBg {
    float:left;
    background-color:#fff;
    padding:0;
    margin:0;
}

#navigation, #content {
    float:left;
    padding-top:10px;
}
#outerContainer #contentContainer #content {
    padding-top:10px;
}

#contentContainer #navigation {
    width:220px;
    background-color:transparent;
    margin:0;
    padding-top:10px;
    border: 0px dotted #000;
}

#contentContainer #content {
    width:600px;
    padding:0;
    margin:0;
    border:0px solid #FF0000;
}
/* ###################################################### */
/* ####################### NAVIGATION ################### */
/* ###################################################### */

/* Level 1 */
#navigation ul {
    width:190px;
    margin:0;
    padding:0;
    /*background-color:#F2F2F2;*/
    background-color:transparent;
    border:0px solid #FF0000;
}
#navigation ul li {
    width:180px;
    margin:0;
    padding:0;
    list-style-type:none;
}

a.navmainStandardLevel_1,
a.navmainStandardLevel_1:link,
a.navmainStandardLevel_1:visited,
a.navmainStandardLevel_1:active{
    display:block;
    width:180px;
    height:28px;
    line-height:28px;
    margin:0;
    padding:0;
    font-size:11px;
    color:#868686;
    border-top:1px dotted #868686;
    text-decoration:none;
}
a.navmainStandardLevel_1:hover{
    color:#000;
}
li.active{
    color:#000;
}
a.active,
a.active:link,
a.active:visited,
a.active:active{
    color:#000 !important;
    text-decoration: none;
}
div#navigation ul>li:first-child a{
    display:block;
    width:180px;
    height:28px;
    line-height:28px;
    margin:0;
    padding:0;
    font-size:11px;
    /*text-transform: uppercase;*/
    color:#868686;
    border-top:0px !important;
    text-decoration:none;
}

/* Level 2 */
#navigation ul li.navmainStandardLevel_2 {
    margin-left:0px;
    padding:0 0 5px 0;
}
a.navmainStandardLevel_2 {
    color:#868686;
    width:170px;
    height:14px;
    line-height:14px;
    border-bottom:0px dotted #666;
    text-decoration: none;
}

#navigation ul li.navmainStandardLevel_2 a:before { content:"- "; }


#navigation ul li.navmainStandardLevel_2 a:hover, #navigation ul li.navmainStandardLevel_2 a.active {
    color:#000;
    text-decoration: none;
}


/* ###################################################### */
/* ####################### MAIN CONTENT ################# */
/* ###################################################### */
#content {
    font-size:11px;
    color:#868686;
    line-height:16px;
}
#content h1, #content h2 {
    margin:0 0 10px 0;
    padding:0;
    font-size:11px;
    font-weight:normal;
    color:#000;
}
#content h1 {
    line-height:22px;
}
#content h1 a {
    color:#0060b1;
    text-decoration:none;
}
#content h2 {
    font-style:normal;
    font-size:11px;
}

.quote {
    font-size:40px;
    font-family: Times,Times New Roman,serif;
    font-style: italic;
    line-height:36px;
    color: #000;
}


/* ###################################################### */
/* ####################### FOOTER ####################### */
/* ###################################################### */
#footer {
    width: 820px;
    margin: 25px auto;
    padding: 10px 0 0 0;
    background-color:#FFF;
    overflow:hidden;
    border-top: 1px dotted #000;
}

.copyright {
    font-weight: normal;
    font-style: italic;
    font-family: Georgia, Times, "Times New Roman", serif;
    color: #868686;
}

.copyright a {
    color:#868686;
    text-decoration:underline;
}
.copyright a:hover {
    color: #000;
    text-decoration:none;
}

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;
}

/* ###################################################### */
/* ####################### LINKS ######################## */
/* ###################################################### */
a {
    color:#868686;
    text-decoration:none;
}
a:hover {
    color: #000;
    text-decoration:underline;
}

/* ###################################################### */
/* ####################### 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 #ffffff;
    list-style-type: none;
}

ul.sitemapStandardMainCat li.sitemapStandardLevel_1 {
        background-color: #e6f1fb;
        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;
}

/* ++++++++++++++++++++++ Slideviewer +++++++++++++++++++++++++++ */

/*preload classes*/ 
.svw {width: 50px; height: 20px; background: #fff;} 
.svw ul {position: relative; left: -999em;} 
 
/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;  
margin: 0 0 1px 0; 
} 
.stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
} 
.stripViewer ul li {  
float:left;
cursor: pointer;
} 
.stripTransmitter { 
overflow: auto; 
width: 1%; 
} 
.stripTransmitter ul { 
margin: 0; 
padding: 0; 
position: relative; 
list-style-type: none; 
} 
.stripTransmitter ul li{ 
width: 20px; 
float:left; 
margin: 0 1px 1px 0;
} 
.stripTransmitter a{ 
font: normal 11px Verdana, sans-serif; 
text-align: center; 
line-height: 22px; 
background: #fff; 
color: #999; 
text-decoration: none; 
display: block;
} 
.stripTransmitter a:hover, a.current{ 
background: #fff; 
color: #000; 
} 

.stripTransmitter a.current{ 
background: #ffffff; 
color: #ff6634; 
}

#referenzen {
    font-family:Verdana,sans-serif;
    font-size:11px;
}

#referenzen table{table-layout:auto; width:600px; margin:1em auto; border-collapse:collapse}

#referenzen th{font-family:Verdana,sans-serif; text-align:center; color:#000; font-size:11px; font-weight:normal; line-height:16px; border-bottom:1px dotted #868686; padding-bottom:18px}

#referenzen th.head_kunde{text-align:left; padding-left:0px; width:33%}

#referenzen th.head_branche{text-align:left; width:33%}

#referenzen td.kunde{text-align:left; padding-left:0px; width:33%}

#referenzen td.branche{text-align:left; width:33%; padding-left:0px}

#referenzen th.head_internet, th.head_cd, th.head_print, th.head_foto{text-align:center; padding-left:12px}

#referenzen td{font-family:Verdana,sans-serif; text-align:center; color:#000; font-size:11px; font-weight:normal; line-height:16px; border-bottom:1px dotted #868686; padding-left:12px}

#referenzen th.kunde{font-family:Verdana,sans-serif; text-align:left; color:#000;  font-size:11px; font-weight:normal; line-height:16px; border-bottom:1px dotted #868686; padding-top:6px; padding-bottom:6px; padding-left:0px}

#referenzen td.branche{text-align:left; color:#868686;  font-size:11px}

.articlelistItem { border-bottom: 1px dotted #000; padding: 0 0 10px 0; margin: 0 0 10px 0;}
.articlelistNavigation {color: #000; font-style: italic; font-family: Georgia, Times, "Times New Roman", serif; text-align: right;}
