/**
 * 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 */

* {margin: 0;padding: 0;}


html, body, div, p, td, a, input, textarea, select {
    font-family:Arial, Verdana, sans-serif;
    /* font-size:12px; */
    color:#606060;
}

html, body {
    width: 100%;
    text-align:center;
    background-image:url('../images/background/background_segway.gif');
    background-position: 0 140px;
    padding-bottom: 15px;
}

form {
    margin:0;
    padding:0;
}

textarea {
    width:418px;
    height:85px;
}

img {
    border:0;
    display: block;
}
/* /----------------- general html structure */

/* ###################################################### */
/* ####################### HEADER ####################### */
/* ###################################################### */

#head {
    height:200px;
    padding:0;
    margin: 15px 0 0 15px;
    background:url(../upload/Banner/header3.jpg) left center no-repeat;
}

#head #headBody {
    padding:0;
    margin:15px 0 0 0;
    width:750px;
}

#head a#logoTop {
    display:block;
    float:left;
}

#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');*/
    width:780px;
    margin: 15px auto 15px auto;
    text-align: left;
    background-color:#fff;
    border:6px solid #cecfce;
}

#contentContainer {
    width:100%;
    float:left;
    text-align:left;
    margin:15px 0px 15px 15px;
    background:url(../images/background/bgcontent.gif) left top repeat-y;
}


#whiteBg {
    float:left;
    background-color:#fff;
    padding:0;
    margin:0;
    height:100%;
}

#outerContainer #navigation {
width:180px;

}

#outerContainer #navigation, #outerContainer #content, #outerContainer #teasersRight {
    float:left;
    text-align:left;
}
#outerContainer #contentContainer #content {
    width:555px;
    float:left;
}

#content, #teasersRight {
    background-color:#fff;
}

#contentContainer #navigation {
       background-color:transparent;
}

#contentContainer #content {
    float:left;
}

#contentContainer #teasersRight {
    width:230px;
}

#leftContainer {
        height:100%;
        width:180px;
        float:left;
        background-color:#4a8abd;

}

/* ###################################################### */
/* ####################### NAVIGATION ################### */
/* ###################################################### */

/* Level 1 */

#navigation {
display:block;
padding:10px 0 10px 0px;
background-color:#4a8abd;
float:left;
text-transform: uppercase;
font-size: 11px;
color: #ffffff;
line-height:15px;
font-weight: bold;
height:100%;
}

#navigation ul {
    width:160px;
    margin:0 0 0 0;
    background-color:#4a8abd;
  }

#outerContainer #navigation ul li {
    width:160px;
    margin:0;
    padding:0 0 0 0px;
    list-style-type:none;
}

#outerContainer  #navigation ul li a {
    display:block;
    width:160px;
    height:23px;
    line-height:23px;
    margin:0;
    padding:0 0 0 0px;
    color:#fff;
    background-image:url(../images/navi/1st_menu_unselected.gif);
    background-repeat:repeat-x;
    background-position:left;
    border-bottom:0px solid #ccc;
    text-decoration:none;
}

#outerContainer  #navigation ul li a:hover, #outerContainer #navigation ul li.active a {
    background-image:url(../images/navi/1st_menu_selected.gif);
    background-repeat:repeat-x;
    background-position:left;
    color:#fff;
}

#outerContainer #navigation ul li a {






















ext-decoration: none;
font-weight:bold;
display: block;
padding: 0px 0 0px 20px;
}

#outerContainer #navigation a:hover {}

/* Level 2 */

#outerContainer #navigation ul.subNavigation {
    width:180px;
    margin:0;
    padding:0;
    border-bottom: 0px solid #396D94;
    border-top: 0px solid #396D94;
    text-transform: none;
    font-weight:normal;
}
#outerContainer  #navigation ul.subNavigation li a {
    background-image:url(../images/navi/2nd_menu_unselected.gif);
    background-repeat:repeat-x;
    background-position:left;
    border-bottom:0px dotted #ccc;
    height:24px;
    color:#000;
    width:160px;
    line-height:25px;
}
#outerContainer  #navigation ul.subNavigation li.active a {
    color:#000;
}
#outerContainer #navigation ul.subNavigation li a:hover,#outerContainer #navigation ul.subNavigation li.active a {
    background-image:url(../images/navi/2nd_menu_selected.gif);
    background-repeat:repeat-x;
    background-position:left;
}

/* Level 3 */
#outerContainer #navigation ul.subSubNavigation {
    width:180px;
    margin:0;
    padding:0 0 0 0px;
    border-bottom: 2px solid #396D94;
    border-top: 2px solid #396D94;
}
#outerContainer #navigation ul.subNavigation li ul.subSubNavigation li a {
    
    border-bottom:0;
    color:#000;
    width:160px;
    background-image:url(../images/navi/2nd_menu_selected.gif);
    background-repeat:repeat-x;
    background-position:left;
}
#outerContainer  #navigation ul.subNavigation li ul.subSubNavigation li a:hover, #outerContainer #navigation ul.subNavigation li ul.subSubNavigation li.active a {
    background-image:url(../images/navi/3rd_menu_selected.gif);
    background-repeat:repeat-x;
    background-position:0 0;
    background-color:#fff;
}


/* ###################################################### */
/* ####################### 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:12px; 
    color:#333;
    line-height:14px;
    margin:0 0 0 14px;
    width:555px;
    height:100%;
}

#content h1, #content h2 {
    margin:0 0 10px 0;
    padding:0;
    font-size:20px;
    font-weight:normal;
    color:#9C9A9C;
}

#content h1 {
    line-height:22px;

    }

#content h1 a {
    color:#0060b1;
    text-decoration:none;
}

#content h2 {
  
    font-size:14px;
    font-weight:bold;
    color:#444444;
}

#content h3 {
  
    font-size:13px;
    font-weight:bold;
    margin:5px 0 5px 0;
    color:#444444;
}


#content p {
    color:#424542;
    line-height:17px;
}

#content .itemtext {
float:left;
}

img.hr {
    display:block;
    margin:10px 0;
    padding:0;
}

/* ####### MISC ####### */

hr {
    clear: both;
    width: 555px;
    color: #D6D6D6;
    border: 0;
    border-bottom: 1px solid #ffffff;
    margin: 0px 0 5px 0px;
    }

html>body hr {
    color: #D6D6D6;
    border: 0;
    border-bottom: 1px solid #d6d6d6;
    margin: 15px 0 20px 0px;
    }
    

    

/* ######################################################*/
/* ####################### table CONTENT ################*/
/* ######################################################*/




#content .textItem table {



}

#content .textItem table tr th {



}

#content .textItem table tr {



}

#content .textItem table tr td {



}

#content .textItem table tbody tr td p.Headline_BIG_Linie_unten span  {
font-size:14px;
text-align:left;
font-weight:bold;


}
#content .textItem table tbody tr td p.Headline_BIG_Linie_unten   {

margin:0 0 5px 0;

}

#content .textItem table tbody tr td   {
margin:0 0 5px 0;



}

#content .textItem table tbody tr td p.Headline_Tabelle  {
font-weight:bold;
line-height:20px

}
#content .textItem table tbody tr td {

border-bottom:0px dotted #9C9A9C;
margin:0 0 5px 0;

}

#content .textItem table.spezifikationen tbody tr td {

border-bottom:none;
margin:0 0 5px 0;

}

#content .textItem table tbody tr td p.newstext_smaller {

line-height:18px;


}

#content .textItem table tbody tr td p.newstext_very_small {


margin:2px 0 2px 0;
font-size:11px;

}

#content .textItem ul {


margin:2px 0 2px 0;
font-size:12px;

}

#content .textItem ul li {

padding-left:14px;
list-style:none;
background-image:url(../images/navi/pfeil.gif);
background-repeat:no-repeat;
background-position:left;
}



/* ###################################################### */
/* ####################### 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;
}

#standardkv {
float:left;
width:555px;
height:270px;
margin:0 0 15px 0;

background-color: #ccc;
}

/* ###################################################### */
/* ####################### RIGHT COLUMN ################# */
/* ###################################################### */


#content .teaseritem p{
    width:555px;
    margin:10px 0 15px 0;
}


#content .teaserItem {
    color:#333;
    font-size:11px;
    width:555px;
    margin:10px 0 0px 0;
    
}

#content .teaserItem .teaser_img {
margin: 0 0 5px 0;  
}

#content .teaserItem h2 {
    color:#9C9A9C;
    font-size:14px;
    margin:5px 0 5px 0;
    font-weight:bold;
    
}

#content .teaserItem h3 {
    color:#0060b1;
    font-size:14px;
    margin:0 0 5px 0;
    font-weight:normal;
}

#content .teaserItem a.more {
    display:block;
    width:230px;
    margin:10px 0;
    color:#424542;
    padding:0 0 0 11px;
    background-image:url(../images/navi/pfeil.gif);
    background-repeat:no-repeat;
    background-position:left 50%;
    font-weight:bold;
}

* html #content .teaserItem a.more {
    width:200px;
}

#content .teaserBild{
width:160px;
float:left;
margin:0 0 15px 0;
}

#content .teaserText{
width:390px;
margin:0 0 0 158px;

}

/* archiv */

#content .teaseritemArchiv p{
    width:555px;
    margin:10px 0 15px 0;
}


#content .teaserItemArchiv {
    color:#333;
    font-size:11px;
    width:555px;
    margin:10px 0 0px 0;
    
}

#content .teaserItemArchiv .teaser_img {
margin: 0 0 5px 0;  
}

#content .teaserItemArchiv h2 {
    color:#9C9A9C;
    font-size:14px;
    margin:5px 0 5px 0;
    font-weight:bold;
    
}

#content .teaserItemArchiv h3 {
    color:#0060b1;
    font-size:14px;
    margin:0 0 5px 0;
    font-weight:normal;
}

#content .teaserItemArchiv a.more {
    display:block;
    width:230px;
    margin:10px 0;
    color:#424542;
    padding:0 0 0 11px;
    background-image:url(../images/navi/pfeil.gif);
    background-repeat:no-repeat;
    background-position:left 50%;
    font-weight:bold;
}

* html #content .teaserItemArchiv a.more {
    width:120px;
}

#content .teaserBildArchiv{
width:90px;

float:left;
margin:0 0 15px 0;
}

#content .teaserTextArchiv{
width:390px;
margin:0 0 0 90px;

}

/* ##################### textitem ######## */

#content .textItem p img {

margin:0 0 5px 0;
}

/* Container 6 */

#container6 {
    float:left;
    width:555px;
}

/* ###################################################### */
/* ####################### FOOTER ####################### */
/* ###################################################### */

#footer {
    font-size:11px;
    margin:10px 0 10px 0;
    /*background:url(../images/background/bg_footer.gif) left repeat-x;*/
}

#footerContainer {
    width:750px;
    margin-left:15px;
    height:60px;
    clear: both;
    /*background:url(../images/background/bg_footer.gif) left repeat-x;*/
}

#footer a#logoBottom {
    display:block;
    float:left;

}

#footer #footerContentContainer {
    float:left;
    background-color:#F1F1F1;
    width:720px;
    height:75px;
}

#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;
}


/* =Navigation
----------------------------------------------- */

ul#metaNavigation {
    /*margin:10px 0 0 0;*/
    margin:10px 0 0 -390px;
    padding:0px 0 px 11px;
    font-size:11px;
    color:#424542;
    height:46px;
    background:url(../images/background/bg_footer.gif) left repeat-x;
    line-height:45px;
    text-align:right;      
    position: relative; 
    width: 780px; 
    z-index: 0; 
    left: 50%; 
    bottom: 20px;
}
ul#metaNavigation li {

    padding:0 8px 0 11px;
    display:inline;
    border-left:0px solid #D7D7D6;


}

ul#metaNavigation a {
   color:#424542;
   padding:0 0 0 11px;
   background:url(../images/navi/pfeil.gif) left 50% no-repeat;
}



ul#metaNavigation a:hover {
   color:#d42020;
   padding:0 0 0 11px;
   background:url(../images/navi/pfeil.gif) left 50% no-repeat;
}

ul#ArtikelNav {
    margin:10px 0 0 0;
    padding:0px 0 px 11px;
    font-size:11px;
    color:#424542;
    height:46px;
    background:url(../images/background/bg_footer.gif) left repeat-x;
    line-height:45px;
    text-align:left;
}
ul#ArtikelNav li {

    padding:0 8px 0 11px;
    display:inline;
    border-left:0px solid #D7D7D6;


}

ul#ArtikelNav a {
   color:#424542;
   padding:0 0 0 11px;
   background:url(../images/navi/pfeil.gif) left 50% no-repeat;
}




ul#ArtikelNav a:hover {
    color:#d42020;
   padding:0 0 0 11px;
   background:url(../images/navi/pfeil.gif) left 50% no-repeat;
}







#logoutText {
    position:relative;
    height:70px;
}
#logoutText a {
    position:absolute;
    right:10px;
    bottom:10px;
    text-decoration:none;
}

/* ###################################################### */
/* ####################### LINKS ######################## */
/* ###################################################### */
a {
    color:#0060b1;
    text-decoration:none;

}
a:hover {
    color:#d42020;

}

/* ###################################################### */
/* ####################### 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:1px solid #ccc;
    width:346px;
}
#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 {
    float:left;
    margin:0 0 0 80px;
    width:174px;
}

* html #contactFormSubmit #contactFormSubmitLeft {
    margin:0 0 0 26px;
}

#contactFormSubmit #contactFormSubmitRight {
    float:right;
    width:174px;
}

#contactFormSubmit #contactFormSubmitLeft input,
#contactFormSubmit #contactFormSubmitRight input {
    background-color:#fff;
    border:0;
    color:#0060b1;
    padding:0 20px 0 0;
    background-image:url(../images/link_pfeil.gif);
    background-repeat:no-repeat;
    background-position:right 4px;
    font-size:10px;
    width:auto;
    height:auto;
    float:right;
    margin:0;
}


#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 {display:block;}
/* End hide from IE Mac */



/**** IMAGE GALLERY ****/
table.gallery {
    float:left;
    margin: 0px 0px 0px 0px;
    width: 555px;
    
}

table.gallery td.gallery-navigation {
    /*font-size: 0.6875em;*/
    float:left;
    
    
}

table.gallery tr.thumbnails  {
    padding: 0;
    
    
}

table.gallery tr.thumbnails td {
    padding: 0;
    width:138px;
    
}

table.gallery dd {
}

div.download {
    padding: 0px 0 0px 14px;
    background: url(../images/navi/pfeil.gif) left no-repeat;

}



div.downloadImg {

    padding-left: 14px;
    margin-top:10px;
    margin-bottom:10px;
    background: url(../images/navi/pfeil.gif) left no-repeat;
}

dl.gallery-detail {
    margin: 20px 10px 0px 0px;
}

dl.gallery-detail dt {
    text-align: left;
    padding: 0;
}


td.gallery_image{
    height: 150px;
    padding:0px;
    width:138px;
    float:left;
    margin:0px;

}
td.gallery_image div.link_image{
    padding:0;
    width:108px;
    background-position:top center;
    xmin-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:108px;
}
td.gallery_image .links{
    margin-bottom: 0px;
}

td.gallery_image .link{
    margin-bottom: 3px;
}



/**
 * CSS styles for Contenido Sitemap.
 *
 * @author Frederic Schneider
 * @copyright four for business AG <www.4fb.de>
 * @version 0.1.0
 *
 * created 2008-04-11
 */

.sitemap, .sitemap ul {
        margin-left:0;
        padding-left: 0;
}

.sitemap li {
    border-bottom: 1px solid #ffffff;
    list-style-type: none;
}

.sitemap .level1 {
        background-color: #e6f1fb;
        padding: 3px 3px 3px 10px;
}

.sitemap .level2 {
        background-color: #f4f9fd;
        padding: 3px 3px 3px 30px;
}

.sitemap .level3 {
        background-color: #ffffff;
        padding: 3px 3px 3px 50px;
}

/* Only for IE */
*+html .sitemap .list2, * html .sitemap .list2 {
        margin-top: -14px;
}







