/* --- CSS WILPF / IFFF  */

  /* ---- Allgemein */

#site {font-family:Verdana, Arial, sans-serif; color:#0066B1; line-height: 18px; padding:0px; height:auto;  border-left:1px solid #EFEFEF; border-right:1px solid #EFEFEF; }
html, body, div, p, td, a, input, textarea, select {font-family:Verdana, Arial, sans-serif; color:#0066B1; line-height: 18px;}
html, body { margin:0; padding:0; }
html { background-position:0 140px; height:100%; }
body { background-color:#FFFFFF; }
form { margin:0; padding:0; }
img { border:0; }

/* ----- Kopfbereich */
#site {width:1002px; margin: 0 auto 0 auto; }


#head {
    height:171px;
    background-color:#fff;
    background-image:url('../images/head_bg_1.jpg');  
    background-repeat: no-repeat;
    padding:0;
}



#head #headBody {
    padding:0;
    margin:0;
}  


#claim { float:left; vertical-align:middle; text-align:left; height:100px; }
#claim h2 {color:#fff; font-size:18px; font-weight: bold; }
div#claim_1 {margin:30px 0px 0px 35px; }
div#claim_2 {margin-left:169px; }

#logo_ifff {float:right; width:130px; height:98px; margin-top:10px;margin-right:18px; }

/*#head a#logoTop {
    display:block; 
    padding:0;
    margin:0;
}

/*#head h1, #head a#logoTop {
    margin:90px 0 0 0;
}
 */
 


#metaNavigation {
   /* max-width:1010px; */
    font-family:Verdana, Arial, sans-serif;
    font-size: 10px;
    color:#ffffff;  
    clear:both; text-align:right; vertical-align:middle; padding-right:28px; padding-top:38px; color:#ffffff; 
    }
 
div#metaNavigation a {
    font-size: 10px;
    color:#ffffff;   
}

div#metaNavigation a:hover {
    text-decoration: underline;
    color:#ffffff;   
}

div#metaNavigation ul {
    margin:0 0 20px 0;
    padding:0;
}
div#metaNavigation li {
    margin:0;
    padding:0 1px 0 8px;
    display:inline;
    border-left:1px solid #D7D7D6;
}

div#dr {
    color: #a0a0a0;
    float: right;
    padding: 5px 10px 0 5px;
    margin: 0 15px 0 0;
    font-family:Verdana, Arial, sans-serif;
    font-size: 10px;
    color:#a0a0a0;
    
}
div#dr a {
    color: #a0a0a0;
    
}

div#fontsize {
    color: #a0a0a0;
    float: right;
    padding: 5px 40px 0 5px;
    margin: 0 15px 0 0;
    font-family:Verdana, Arial, sans-serif;
    font-size: 10px;
    color:#a0a0a0;
    
}
div#fontsize a {
    color: #a0a0a0;
   
}

#pfadnavigation {background:#FFFFFF; height:18px; text-align:left; vertical-align:middle; margin-bottom:26px; padding-left:260px; color:#666; font-size:11px;}


/* ---- BODY  */
#outerContainer {
    min-height:90%;
}
* html #outerContainer {
    height:100%;
}

#contentContainer {
    max-width:1004px;
    height: 800px;
    overflow:visible;
  /*  right: no-repeat;
    top: no-repeat; */
}
#outerContainer, #contentContainer {
    margin:0;
    padding:0;
    
}

#whiteBg {
    float:left;
    background-color:#fff;
    padding:0;
    margin:0;
    height:100%;
   
}

#navigation, #content {
    float:left;
    /*padding-top:30px;*/
    padding-left: 10px;
    margin-top:29px;
}
#teasersRight {
    float:left;
    padding-left: 10px;
  /*  padding-top: 20px;*/
    margin-top: 28px;
    margin-left: 30px;
    background-color:#EEF2F7;  
}

#outerContainer #contentContainer #content {
    padding-top:30px;
}

#content {
   /* background-color:#fff; */
    background-color:transparent;
}

#contentContainer #navigation {
    width:200px;
    background-color:transparent;
}

#contentContainer #content {
    width: 435px; 
    padding:0 0 0 0px;
    margin: 0 0 0 50px;
}

#contentContainer #teasersRight {
    width:230px;
    margin: 28px 0 0 45px;
 
}  


/* ---- NAVIGATION  */

/* Ebenel 1 */
#navigation ul {
    width:210px;
    margin:0;
    padding:0;
    /*background-color:#F2F2F2;*/
    background-color:transparent;
}
#navigation ul li {
    width:200px;
    margin:0;
    padding:0 0 0 10px;
    list-style-type:none;
}
#navigation ul li a {
    display:block;
    width:200px;
    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:190px 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;
}

/* Ebene 2 */
#navigation ul.subNavigation {
    width:190px;
    margin:0;
    padding:0;
}

#navigation ul.subNavigation li a {
    background-image:url(../images/subnavi_pfeil_zu.gif);
    background-repeat:no-repeat;
    background-position:179px 8px;
    border-bottom:1px dotted #ccc;
    color:#666;
    width:190px;
}
#navigation ul.subNavigation li.active a {
    color:#666;  
}
#navigation ul.subNavigation li a:hover, #navigation ul.subNavigation li.active a {
    background-image:url(../images/subnavi_over.gif);
    background-repeat:no-repeat;
    background-position:0 0;
}

/* Ebene 3 */
#navigation ul.subSubNavigation {
    width:180px;
    margin:0;
    padding:0;
}
#navigation ul.subNavigation li ul.subSubNavigation li a {
    background-image:none;
    border-bottom:0;
    color:#666;
    width:180px;
}
#navigation ul.subNavigation li ul.subSubNavigation li a:hover, #navigation ul.subNavigation li ul.subSubNavigation li.active a {
    background-image: url("../images/subnavi_over.gif");
    background-repeat:no-repeat;
    background-position:0 0;
}

/* ---- Sucheingabe  */
#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;
}

/* ----- Suchausgabe  */
#searchResults {
    margin:0 0 10px 0;
}
#searchResults p.message {
    margin:20px 0 30px 0;
}
/*#searchResults div.searchResultItem {
    border-bottom:1px solid #ccc;
    margin:10px 0 10px 0;
    padding:0 0 10px 0;
} */

#searchResults div.searchResultItem {
    font-size:11px;
    border-bottom:1px solid #ccc;
    margin:10px 0 15px 0;
    padding:0 0 10px 0;
    color:#0060b1;
    font-style:normal;
}

#searchResults div.searchResultItem h2 {
    font-size:14px;
    margin: 10px 0 5px 0;
    color:#FD9800;
    font-style:normal;
}
#searchResults div.searchResultItem a {
    color:#FD9800;
}

/* ---- Content  */
#content {
    font-size:11px;
    color:#333;
    line-height:14px;
}
#content h1, #content h2 {
    margin:0 0 10px 0;
    padding:0;
    font-size:20px;
    font-weight:normal;
    color:#FD9800;
}
#content h1 {
    line-height:22px;
}
#content h1 a {
    color:#FD9800;
    text-decoration:none;
}
#content h2 {
    font-style:italic;
    font-size:11px;
}

#content p {
    margin:12px 0px 0px 0px;
}

#content a {
   color:#03ADFF;
   text-decoration:none;
}
#content a:hover {
    text-decoration:underline;
    
}
    
img.hr {
    border-top:1px solid #EFEFEF;
    display:block;
    margin:10px 0;
    padding:0;
}

.artikelliste h2 {
    color: #FD9800;
    padding: 0 20px 0 0;
    margin: 0px 0px 0px 0px;
}

.artikelliste p {
    margin: 12px 0px 0px 0px;
    
}

#artikelliste a, h2 {
    color: #FD9800;
    text-decoration: none;
}
#artikelliste a:hover {
    color: #FD9800;
    text-decoration: underline;
}

/* ---- table  */       

#table {
   width: 100%; 
   background-color: #ffffff;
   border-collapse: collapse;
   vertical-align: top;

}

#table h1 {
   text-align: left;
   vertical-align: top;
   line-height: 200%;
 /*  background-color: #E8E8EE;  */
   margin-top: 5px;
   margin-bottom: 5px;
   padding-left: 5px;
   font-weight:bold;
}

#table td {
   text-align: left;
   padding-left: 5px;
   vertical-align: top;
   line-height: 130%;
}

.table.hell { background-color: #ffffff; }
.table.dunkel { background-color: #EEF2F7; }


/* --- Aktualisierung */ 
#modified { 
   margin-top: 60px;
   margin-left: 0px;
   color: #a0a0a0;
   font-size: 9px;
} 


/* ---- Teaser rechts  */

#teasersRight .teaserItem {
    color:#777;
    font-size:11px;
    margin-top:0px;
  /*  margin-left: 30px;*/
}
#teasersRight .teaserItem h1 {
    font-size:12px;
    color:#2A5C9B;
    margin:5px 5px 5px 0;
    font-weight:bold;
}


#teasersRight .teaserItem h3 {
    color:#333;
    margin:0; 
    font-size:11px;
}

#teasersRight .teaserItem p {
    margin-top:10px;
    padding-right:5px;
}

#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:200px;
}

/* ----- Fußzeile  */

/* bottom Navi  */

#bottom_navi {margin-top:20px; padding-top: 0; border-top:1px solid #EFEFEF; color: #a0a0a0; text-align:center; text-decoration: none;}
#bottom_navi a, a.hover {color:#a0a0a0; }
#bottom_navi p {color:#a0a0a0; }

/* #footer input#loginBtn {
    background-color:#F9FBDD;
    border:0;
    color:#2A5C9B;
    padding:0 20px 0 0;
    background-image:url(../images/link_pfeil_klein.gif);
    background-repeat:no-repeat;
    background-position:right 6px;
    font-size:11px;
    width:auto;
    height:auto;
    float:right;
    margin:0 10px 0 0;
}   
*/

* html #footer input#loginBtn {
    margin:0 14px 0 0;
    font-size:11px;

}


#logoutText {
    position:relative;
    height:85px;
}
#logoutText a {
    position:absolute;
    right:10px;
    bottom:10px;
    text-decoration:none;
}

/* ---- Text-Links  */

a {
    color:#0060b1;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}

a:active, a:focus {outline: none;}

/* ---- Kontakt Formular  */

#contactForm {
    font-size:11px;
}
#contactForm .contactRow {
    margin:0 0;  
}

#contactForm label {
    display:block;
    float:left;
    width:100px;
}
#contactForm .contactRow input, #contactForm .contactRow textarea {
    border:1px solid #ccc;
    width:300px;
}
#contactForm .contactRow select {
    border:1px solid #ccc;
    width:130px;
}
* html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
    width:300px;
}

#contactForm .contactRow input {
    height:14px;
}

#contactForm .contactRow textarea {
    height:105px;
    font-size:10px;
}

#contactFormSubmit #contactFormSubmitLeft {
    float:left;
    margin:10px 0 0 80px;
    width:150px;
}
* html #contactFormSubmit #contactFormSubmitLeft {
    margin:0 0 0 26px;
}
#contactFormSubmit #contactFormSubmitRight {
    margin:10px 10px 0 0;
    float:right;
    width:150px;
}

#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 20px 0 0;
}
#contactFormSubmit #contactFormSubmitLeft input {
    background-image:none;
    padding:0;
    float:left;
}

#contactForm table {
    width:90%;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;
}

.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 */



/*---- Bildergalerie  */
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; 
    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;
}
#bottom_links a {
    color:#0066B1;
    text-decoration:none;
}

/**
 * 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:0 0 0 0;
        padding:0 0 0 0;
}

#sitemap a {
color:#0066B1;
    text-decoration:none;
}

.sitemap li {
    border-bottom: 1px solid #ffffff;
    list-style-type: none;
}

.sitemap .level1 {
        background-color: #EEF2F7;
        padding: 3px 3px 3px 10px;
}

.sitemap .level2 {
        background-color: #f4f9fd;
        padding: 3px 3px 3px 30px;
}

.sitemap .level3 {
        background-color: #ccc;
        padding: 3px 3px 3px 50px;
}

/* TRENNLINIE */
.trenner {position : relative;
width : 400px;height : 3px;
background-color : #ffffff;
border-top : 1px solid blue;
border-bottom : 1px solid red;
font-size : 0px;}
 


/* Only for IE */
*+html .sitemap .list2, * html .sitemap .list2 {
        margin-top: -14px;
}



