/**
 * 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;
}
html, body {
    margin:0;
    padding:0;
}
html {
    background-image:url('../images/Hintergrund.png');
    background-position:0 950px;
    height:100%;
}

body {
    background-image:url(../images/bg.gif);
    background-repeat:repeat-y;
    background-position:0px 0;
    margin:0 auto;
    text-align:left;
    width:900px;
}

form {
    margin:0;
    padding:0;
}

textarea {
    width:418px;
    height:45px;
}

img {
    border:0;
}
/* /----------------- general html structure */

/* ###################################################### */
/* ####################### HEADER ####################### */
/* ###################################################### */
#head {
    height:60px;
    background-repeat:repeat-x;
    background-position:0 90px;
    padding:0;
}

#headBody {
    padding:0;
    margin:0;
    background-repeat:no-repeat;
    background-position:240px 0;
    width:1000px;
}

#logoTop {
    position:relative;
    float:left;
    padding-right:20px;
    padding-left:20px;
    top:-70px;
    margin:90px 0 0 0;
}
/*
#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;
    float:left;
}*/

/* ###################################################### */
/* ####################### MAIN BODY #################### */
/* ###################################################### */
#outerContainer {
    min-height:50%;
}
* html #outerContainer {
    height:50%;
}
#contentContainer {
    width:900px;
}
#outerContainer, #contentContainer {
    margin:0;
    padding:0;
}

#whiteBg {
    float:left;
    background-color:#fff;
    padding:0;
    margin:0;
    height:100%;
    width:900px;
}

#navigation, #content, #teasersRight {
    float:left;
    padding-top:30px;
}
#outerContainer #contentContainer #content {
    padding-top:30px;
}

#content, #teasersRight {
    background-color:#fff;
}

#contentContainer #navigation { /*oberer teil*/
    width:200px;
    background-color:transparent;
}

#contentContainer #content {
    width:650px;
    padding:0 30px;
    margin:0;
}


/* ###################################################### */
/* ####################### MAIN CONTENT ################# */
/* ###################################################### */
img.hr {
    display:block;
    margin:10px 0;
    padding:0;
}

/* ###################################################### */
/* ####################### RIGHT COLUMN ################# */
/* ###################################################### */
#teasersRight .teaserItem {
    color:#333;
    font-size:11px;
}
#loginrechts {
    position:relative;
    top:-250px;
    margin-left:17px;
}
#loginrechts input#loginBtn {
    border:0;
    color:#FFF;
    background-image:url(../images/link_pfeil_klein.gif);
    background-color:transparent;
    background-repeat:no-repeat;
    background-position:right 6px;
    font-size:12px;
    font-weight:bold;
    width:auto;
    height:auto;
    float:right;
    margin:-10px 10px 0 0px;
}
#loginrechts input#loginBtn:hover {
    color:#000;
}
#loginrechts #logoutBtn {
    border:0;
    color:#FFF;
    font-size:12px;
    font-weight:bold;
    width:auto;
    height:auto;
    float:right;
    margin: 0px 20px 0 0px;
}
#loginrechts #logoutBtn:hover {
    color:#000;
    text-decoration:none;
}
#teasersRight .teaserItem h3 {
    color:#0060b1;
    font-size:14px;
    margin:0 0 5px 0;
    font-weight:normal;
}

#teasersRight .teaserItem a.more {
    display:block;
    width:200px;
    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:100px;
}

/* ###################################################### */
/* ####################### FOOTER ####################### */
/* ###################################################### */
#footer {
    top:130px;
    height:130px;
    font-size:11px;
    overflow:hidden;
}
#footerContainer, #footerContainer2 {
    width:900px;
}
#endstueck{
    position:relative;
    float:left;
    z-index:1;
}

/* ###################################################### */
/* ################### METANAVIGATION ################### */
/* ###################################################### */
#metaNavigation {
    position:relative;
    top:0px;
    margin:0 0 20px 0;
    padding:0;
    background-color:#FFF;
    z-index:4;
    
}
#metaNavigation li {
    position:relative;
    top:30px;
    margin:0;
    padding:0 1px 0 8px;
    display:inline;
    border-left:1px solid #D7D7D6;
    z-index:4;
}

#logoutText {
    position:relative;
    height:70px;
}
#logoutText a {
    position:absolute;
    right:10px;
    bottom:10px;
    text-decoration:none;
}

/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */
#contactForm {
    font-size:11px;
}
.contactRow {
    margin:0px 0;
}
#contactForm label {
    display:block;
    float:left;
    width:110px;
}
.contactRow input, .contactRow textarea {
    border:1px solid #ccc;
    width:346px;
}

.contactRow select {
    border:1px solid #ccc;
    width:172px;
}

.contactRow input {
    height:14px;
}

.contactRow textarea {
    height:105px;
    font-size:10px;
}

#contactFormSubmitLeft {
    float:left;
    margin:0 0 0 110px;
    width:74px;
}

#contactFormSubmitRight {
    float:right;
    width:74px;
    padding-right:220px;
}

#contactFormSubmitLeft input, #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;
}
#contactFormSubmitLeft input {
    background-image:none;
    padding:0;
    float:left;
}

#contactForm table {
    width:426px;
    border-collapse:collapse;
    text-align:left;
}
#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 */


.sitemapStandardMainCat {
    margin-left:0;
    padding-left: 0;
    font-size:10px;
}

.sitemapStandardMainCat li {
    border-bottom: 1px solid #ffffff;
    list-style-type: none;
    background-image:url(../images/a.gif);
    background-repeat:no-repeat;
    padding: 0px 0px 0px 30px;
}

.sitemapStandardMainCat li.sitemapStandardLevel_1 {
    /*background-color: #e6f1fb;*/
    background-image:url(../images/bb.gif);
    background-repeat:no-repeat;
    padding: 0px 0px 0px 40px;
}

.sitemapStandardMainCat li.sitemapStandardLevel_2 {
    background-image:url(../images/cc.gif); 
    background-repeat:no-repeat;   
    /*background-color: #f4f9fd;*/
    padding: 0px 0px 0px 50px;
}

.sitemapStandardMainCat li.sitemapStandardLevel_3 {
        background-image:url(../images/c.gif);
        background-repeat:no-repeat;
       /* background-color: #ffffff;*/
        padding: 0px 0px 0px 60px;
}

.teaser_image {
    float:left; 
    margin-top:4px; 
    margin-right:4px;
}



/* hier beginnt der Bereich für die Navigation ******************************************************************************/
#vpnavigation, #vpnavigation ul { /* alle Listen */
   background-color:#FFF;
   padding: 0;
   margin: 0;
   list-style: none;
   line-height: -1;
}
#vpnavigation { /* nur für oberste elemente*/
   padding-top:52px;
   float:right;
}

#vpnavigation a {
   display: block;
   text-decoration:none;
   padding-left:10px;
   color:#FFF;
   border-left:2px;
   border-color:#FFF;
   border-style:none none none solid;
}
#vpnavigation a:hover {
   color:#000;
}

#vpnavigation li { /* alle Listenelemente */
    float: left;
    width: 10em;
    text-align:left;
    height:25px;
    line-height:25px; 
    margin:0 0 0 0;
    background-color:#0099cc;
    cursor:pointer;
    font-size:10px;
    font-weight:bold;
}
#vpnavigation li:hover { /* alle Listenelemente */
    background-color:#66CCFF;
    font-size:10px;
    font-weight:bold;
    width: 10em;
}

#vpnavigation li ul { /* Listen 2. Ebene */
   position: absolute;
   text-align:left;
   width: 10em;
   left: -999em; /* durch "left" außerhalb des sichtbaren Bereichs wird das gleiche erreicht wie durch "display: none", kann aber auch von Textbrowser angezeigt werden */
}

#vpnavigation li li , #vpnavigation li li:hover {
   position: relative;
   background-color:#FFF;
   background-image:url(../images/btn1.gif);
   background-position:left bottom;
   background-repeat:no-repeat;
   
}
#vpnavigation li li a{ /* link 2. Navigationsebene*/
   color:#0099cc;
}
#vpnavigation li li a:hover { /* link hover 2. Navigationsebene*/
   color:#000;
}

#vpnavigation li li a.daddy { /* Listenelemente mit Unterpunkten */
   background: url(../images/link_pfeil.gif) center right no-repeat;
}

#vpnavigation li ul ul { /* Listen 3. Ebene und weiter */
   margin: -35px 0 0 11em;
}

#vpnavigation li:hover ul ul, #vpnavigation li.sfhover ul ul {
   left: -9999em;
}

#vpnavigation li:hover ul, #vpnavigation li li:hover ul, #vpnavigation li.sfhover ul, #vpnavigation li li.sfhover ul { /* Listen, die unterhalb von "gehoverten" Menüpunkte liegen */
   position:relative;
   left: auto;
   top:0px;


.activepath a.daddy, #active a { /* oberste Ebene selected*/
    color:#000;
    /*font-style: italic!important;*/
    background-color:#66CCFF;
}
.activepath #active a,#active li a {
    color:#000;
    background-color:transparent;
}
#data{
    position:relative;
    margin:0;
    left:5px;
}