/**
 * 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-family:Verdana, Arial, sans-serif;
    color:#606060;
}
html, body {
    margin:0;
    padding:0;
    /*overflow:auto;*/
}
html {
/*    background-image:url('../images/pattern_contenido.gif');*/
    background-color:#d0def8;
/*    background-position:0 140px;*/
    height:auto;
}
body {
        height:auto;
}

form {
    margin:0;
    padding:0;
}

textarea {
    width:518px;
    height:85px;
}

img {
    border:0;
}
/* /----------------- general html structure */

/* ###################################################### */
/* ####################### HEADER ####################### */
/* ###################################################### */
#head {
    height:165px;
/*    background-color:#F1F1F1;*/
    background-color:#d0def8;
/*    background-image:url('../images/pattern_head_right.gif');*/
/*    background-repeat:repeat-x;*/
/*    background-position:0 90px;*/
    padding:0;
}

#head #headBody {
    padding:0;
    margin:0;
    background-image:url('../images/header_bild.jpg');
    background-repeat:no-repeat;
    background-position:250px 0;
    width:960px;
}

#head a#logoTop {
    display:block;
    float:left;
    padding:0px;
    margin:0px;
}

#head h1 {
    display:block;
    float:left;
    padding: 400px 0px 0px 0px;
    margin: 0px;
    width:647px;
    height:10px;
    line-height:0px;
    font-weight:normal;
    color:#7190ca;
    padding-top: 130px;
}

#head h1, #head a#logoTop {
    margin: 0 0 0;
}

#headline {
font-size:12px; 
font: bold;
}
#text {
font-size:10px; 
}

/* ###################################################### */
/* ####################### MAIN BODY #################### */
/* ###################################################### */
#hauptdiv {
background-image:url('../images/bg_contentn.jpg');
background-repeat:repeat-y;
background-position:195px;
border-left: 1px solid #a5bce7;
border-right: 0px;
border-bottom: 0px;
border-top: 0px;
margin: 0px auto;
text-align: left;
width:960px;
} 

#outerContainer {
    /*background-image:url('../images/pattern_contenido.gif');*/
    min-height:100%;
}
* html #outerContainer {
    height:100%;
}
#contentContainer {
    width:960px;
}
#outerContainer, #contentContainer {
    margin:0;
    padding:0;
}

#whiteBg {
    float:left;
    background-color:transparent;
    padding:0;
    margin:0;
    height:100%;
}
#navigation, #content, #teasersRight {
    float:left;
    padding-top:30px;
}
#outerContainer #contentContainer #content {
    padding-top:30px;
}

#content, #teasersRight {
    background-color:transparent;
}

#contentContainer #navigation {
    width:195px;
    background-color:#d0def8;
    height:auto;
}

#contentContainer #content {
    width:530px;
    padding: 30px;
    margin:0;
}

#contentContainer #teasersRight {
    width:170px;
    background-color:transparent;
}


/* ###################################################### */
/* ####################### NAVIGATION ################### */
/* ###################################################### */

/* Level 1 */
#navigation ul {
    width:150px;
    margin:0;
    padding:0;
    /*background-color:#F2F2F2;*/
    background-color:transparent;
}
#navigation ul li {
    width:150px;
    margin:0;
    padding:0 0 0 10px;
    list-style-type:none;
}
#navigation ul li a {
    display:block;
    width:160px;
    height:19px;
    line-height:19px;
    margin:0;
    padding:0 0 0 10px;
    font-size:11px;
    color:#666;
    background-image:url(../images/navi_pfeil_zu.gif);
    background-repeat:no-repeat;
    background-position:150px 3px;
    border-bottom:1px solid #ccc;
    text-decoration:none;
}

#navigation ul li a:hover, #navigation ul li.active a {
    background-image:url(../images/navi_over.gif);
    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 {
    background-image:url(../images/subnavi_pfeil_zu.gif);
    background-repeat:no-repeat;
    background-position:150px 8px;
    border-bottom:1px dotted #ccc;
    color:#666;
    width:150px;
}
#navigation ul li.navmainStandardLevel_2 a:hover, #navigation ul li.navmainStandardLevel_2 a.active {
    background-image:url(../images/subnavi_over.gif);
    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:150px;
}
#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:0px 0 0 0px;
    font-size:11px;
    background-color:transparent;
}
#search label {
    font-size:11px;
    display:block;
/*    float:left;*/
    width:42px;
    padding:0px 0 0 0;
}
#search input {
    border:1px solid #ccc;
    width:140px;
    height:12px;
    font-size:10px;
    padding-left:0px;
}
#search input.sbmt {
    border:0;
    width:87px;
    height:13px;
    margin:0 0 0 0px;
}
/* ###################################################### */
/* ####################### 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:#333;
    line-height:12px;
}
#content h1, #content h2 {
    margin:0 0 10px 0;
    padding:0;
    font-size:20px;
    font-weight:normal;
    color:#333;
}
#content h1 {
    line-height:22px;
}
#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:10px;
    font:bold;
}
#teasersRight .teaserItem h3 {
    color:#0060b1;
    font-size:10px;
     font:bold;
    margin:0 0 5px 0;
    font-weight:normal;
}

#teasersRight .teaserItem a.more {
    display:block;
    width:170px;
    margin:100px 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:170px;
}

/* ###################################################### */
/* ####################### FOOTER ####################### */
/* ###################################################### */
#footer {
    /*width:100%;*/
    height:120px;
    font-size:11px;
/*    background-color:#ccc;*/
    overflow:hidden;
}
#footerContainer {
    width:960px;
/*     background-image:url('../images/footer.jpg');*/
}
#footer a#logoBottom {
    display:block;
    float:left;
}

logoBottom2{
	width: 195px; 
	background-image:url('../images/footer_li.jpg')no-repeat;
	position:relative;
	}

#footer #footerContentContainer {
    float:left;
/*    background-color:#F1F1F1;*/
     background-image:url('../images/footer.jpg');
    width:763px;
    height:120px;
}
#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:120px;
}
#login {
/*    width:195px;*/
    font-size:11px;
/*    background-color:#F9FBDD;*/
/*    padding-left:20px;*/
/*    height:120px;*/
}

* 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:#0060b1;
    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: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 {
    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;
}

.kontaktformular00 {
    padding-top: -100px;
}

.kontaktformular  {
     width:  100%;
     margin: 10px 0;
     padding: 10px;
         padding-left: 10px;
         padding-top: -10px;
     font-size: 11px;
     font-family: Tahoma, Verdana, Arial;
     border: 1px solid #666666;
     background: #FFFFFF;
     float: left;
     clear: both;
     }

.kontaktformular1  {
     width:  100%;
     margin: 10px 0;
     padding: 10px;
         padding-left: 10px;
         padding-top: -10px;
     font-size: 11px;
     font-family: Tahoma, Verdana, Arial;
     border: 1px solid #666666;
     background: #FFFFFF;
     float: left;
     clear: both;
     }

.kontaktformular fieldset {margin: 10px 0;}
.kontaktformular a {color: #990000; text-decoration: none;}
.kontaktformular a:hover {color: #e3f4ff;}

.kontaktformular legend {
         background: #9db6e4;
         color: #ffffff;
         padding: 3px 5px;
         border: 1px solid #ddd;
         text-transform: uppercase;
         }
         
.Fehler legend {
         background: #ff0000;
         color: #fff;
         padding: 3px 5px;
         border: 1px solid #ddd;
         text-transform: uppercase;
                 font-family:Verdana, Arial, Helvetica, sans-serif;
                 font-size:12px
         }

.kontaktformular label {
     width: 100px;
         float: left;
     clear: both;
     padding: 3px 10px;
     margin: 3px 0;
     }

.kontaktformular input, .kontaktformular textarea {
     border-right: 1px solid #ddd;
     border-bottom: 1px solid #ddd;
     border-left: 1px solid #666666;
     border-top: 1px solid #666666;
     background: #ddc;
     padding: 0px 3px;
     margin: 3px 0;
     }

.kontaktformular input:active, .kontaktformular input:focus, .kontaktformular input:hover { background: #e3f4ff;}
.kontaktformular textarea:active, .kontaktformular textarea:focus, .kontaktformular textarea:hover { background: #e3f4ff;}

.buttons {text-align: center;}
.buttons input {background: #125294; color: #fff; border-top:2px solid #fff; border-left:2px solid #fff; border-bottom:2px solid #666666; border-right:2px solid #666666;}
.buttons input:hover {background: #125294; color: #fff; border-top:2px solid #ddd; border-left:2px solid #ddd; border-bottom:2px solid #fff; border-right:2px solid #fff;}

.vabb{vertical-align:bottom;}
.scode{border:0;width:120px;height:50px;display:inline;float:left;}
.cap{width:45px;margin-top:5px;}

.Stil1 {font-size: 9px}
.Stil2 {font-size: 9}
.Stil3 {font-size: 1px}

