/**
 * 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;
}

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 0 0 0px;
    list-style-type:none;
}
#navigation ul li a {
    display:block;
    width:180px;
    height:19px;
    line-height:19px;
    margin:0;
    padding:0;
    font-size:11px;
    color:#868686;
    border-bottom:1px solid #868686;
    text-decoration:none;
}
#navigation ul li a:hover, #navigation ul li.active a {
    color:#000;
    border-bottom:1px solid #000;
    text-decoration: none;
}

/* Level 2 */
#navigation ul li.navmainStandardLevel_2 {
    margin-left:0px;
}    
    
#navigation ul li.navmainStandardLevel_2 a {
    border-bottom:1px solid #868686;
    color:#868686;
    width:170px;
    padding:0 0 0 10px;
}

#navigation ul li.navmainStandardLevel_2 a:before { content:"- "; }

#navigation ul li.navmainStandardLevel_2 a:hover, #navigation ul li.navmainStandardLevel_2 a.active {
    color:#000;
    border-bottom:1px solid #868686;
}

/* Level 3 */
#navigation ul li.navmainStandardLevel_3 {
    margin-left:20px;
}
#navigation ul li.navmainStandardLevel_3 a {
    background-image:none;
    border-bottom:0;
    color:#868686;
    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 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:#868686;
    line-height:14px;
}
#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: 15px auto;
    padding: 10px 0 0 0;
    background-color:#FFF;
    overflow:hidden;
    border-top: 1px solid #868686;
}

.copyright {
    font-weight: normal;
    font-style: italic;
    font-family: Georgia, Times, "Times New Roman", serif;
    color: #868686;
}

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; 
} 
.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}