/***********************************************
    Rot:            #DF1314
    Dunkelrot:      #B2150E         
    Hellgrau:       #C8C8C8     
    Grau:           #909192 
    Dunkelgrau:     #4C4D4D 
    Grau Subnavi:   #6F6F6F 
/***********************************************/



/* ###################################################### */
/* #################### META NAVIGATION ################# */
/* ###################################################### */

.jqueryslidemenu{
position: absolute;
z-index: 1000;
}

.jqueryslidemenu ul {
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: transparent; /*background of tabs (default state)*/
color: white;
padding: 4px 22px 0 22px;
text-decoration: none;
}

* html .jqueryslidemenu ul li a  { /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
text-decoration: none;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
text-decoration: none;
}

.jqueryslidemenu ul li a:hover{
background: transparent; /*tab link background during hover state*/
color: #ffffff;
text-decoration: none;
}
    
/*1st sub level menu*/
.jqueryslidemenu ul li ul  {
padding-top: 10px;
position: absolute;
left: 0;
display: block;
visibility: hidden;
background: #B2150E;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
background: #DF1314;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
background: #B2150E;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
width: 120px; /*width of sub menus*/
margin: 0px 0 0 0px;
padding: 5px;
padding-left: 22px;
border-top-width: 0;
border-bottom: 1px solid #C8C8C8;
background: #B2150E;
text-decoration: none;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #000000;
color: black;
text-decoration: none;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 0px;
right: 0px;
}

.rightarrowclass{
position: absolute;
top: 0px;
right: 0px;
}



/* ###################################################### */
/* #################### HAUPT-NAVIGATION ################ */
/* ###################################################### */

/* Level 1 */
#navigation ul {
    margin: -10px 0 0 0;
    padding:0;
    background:transparent;
}
#navigation ul li {
    margin:0;
    padding:0 0 0 0px;
    list-style-type:none;
}
#navigation ul li a {
    display:block;
    line-height:20px;
    margin: 10px 0 0px 0;
    padding: 0px;
    text-decoration:none;
    color: #4C4D4D;
    font-weight: normal;
}
#navigation ul li a:hover {
    color: #B2150E;   
}
#navigation ul li.active a {
    color: #B2150E;
}

/* Level 2 */

#navigation ul li.navmainStandardLevel_2 {
    margin:0px;
    padding:0;
    display:block;
    background: url(../images/navi-punkt.gif) left top no-repeat;
}
#navigation ul li.navmainStandardLevel_2 a {
   color: #4C4D4D;
   padding: 0 0 0 15px;
   margin: 0px;
   line-height: 25px;
   font-weight: normal;
}
#navigation ul li.navmainStandardLevel_2 a:hover {
    color: #B2150E;
    background: url(../images/navi-punkt2.gif) left top no-repeat;
}
#navigation ul li.navmainStandardLevel_2 a.active {
    color: #B2150E; 
    background: url(../images/navi-punkt2.gif) left top no-repeat;
}


/* Level 3 */
#navigation ul li.navmainStandardLevel_3 {
    margin:0;
    padding:0;
    display:block;  
}
#navigation ul li.navmainStandardLevel_3 a {
   color: #4C4D4D;
   margin: 0;
   line-height: 23px;
   padding: 0 0 0 25px;
   font-weight: normal;
}
#navigation ul li.navmainStandardLevel_3 a:hover {
    color: #B2150E;
}
#navigation ul li.navmainStandardLevel_3 a.active {
     color: #B2150E;
}

/* ################# Ende Hauptnavigation ############### */


/* ###################################################### */
/* ####################### Suche ######################## */
/* ###################################################### */


#suche input {
    height: 22px;
    float: left;
    width: 140px;  
    border: 0px;
    
}
.suchfeld { outline: none; background: url(../images/suchbg.png) left top no-repeat; padding-top: 4px; padding-left: 7px;  }
.suchfeld:hover { background: url(../images/suchbg2.png) left top no-repeat;}
.suchfeld:active { }
input[type=text]:focus,
input [type=password]:focus {
  outline: 0 none;
  background: transparent url(../images/suchbg3.png) left top no-repeat;
}


#suche .senden {
    float: left;
    width: 19px;
    height: 22px;
    border: 0px;    
    padding-left: -8px;
    margin: 0px 18px 0px -8px;
 
}

/******** Suche Output **********/
.searchResultItem {margin: 20px 0 40px 0; background: #ffffff; padding: 10px; border-bottom: 1px solid #990000; }




/* ###################################################### */
/* ################### Bottomnavigation ################# */
/* ###################################################### */

#bottomnavi {}
#bottomnavi a {}
#bottomnavi a:hover {}  
/* ############### Ende Bottomnavigation ################ */

/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */
#contactForm {
    font-size:12px;
}
#contactForm .contactRow {
    margin:4px 0;
}
#contactForm label {
    display:block;
    float:left;
    width:80px;
}
#contactForm .contactRow input, #contactForm .contactRow textarea {
    border:1px solid #a6b3ba;
    width:300px;
}
#contactForm .contactRow select {
    border:1px solid #a6b3ba;
    width:172px;
}
* html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
    width:343px;
}

#contactForm .contactRow input {
    height:14px;
}

#contactForm .contactRow textarea {
    height:105px;
    font-size:15px;
}

#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;
}


.reset {width:140px; margin: 0px 0 15px 0px; background: #0064ae; color: #FFFFFF; border: 1px solid #a2a2a2;}
#contactFormSubmit #contactFormSubmitLeft input, 
#contactFormSubmit #contactFormSubmitRight input {
    background-color:#a6b3ba;
    border: 0px;
    color:#ffffff;
    padding:0 20px 0 0;
    font-size:14px;
    width:140px;
    height:20px;
    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;
}


/* ###################################################### */
/* ###################### Sitemap ####################### */
/* ###################################################### */

.sitemap {margin-left: -40px;}

.sitemap ul {
    margin:0px;
    padding:0;
    list-style-type: none !important;
    list-style-image: none;         
}

.sitemap li {
    line-height: 23px;
    color:  #4C4D4D;
    list-style-type: none !important;
    list-style-image: none;   
}

.sitemap .level1 a {
    margin: 0px;
    padding-left: 10px;
    text-decoration:none !important;
    letter-spacing:0.5px;
    color: #FFF;
    background: #B2150E;
    display:block;
    border-bottom: 1px solid #ffffff;
}
.sitemap .level1 a:hover{
    text-decoration: none !important;
    color: #ffffff;
    background: #DF1314;
    display:block;
}
.sitemap .level1 a:visited {}

.sitemap .level2 a {
    padding: 0 0 0 10px;
    background-color:#d9dadb;
    display:block;
    text-decoration:none !important;
    color: #000000;
    border-bottom: 1px solid #ffffff;
}
.sitemap .level2 a:hover {
    background: #C8C8C8;
    display:block;
    text-decoration:none !important;
    color: #B2150E;
}
.sitemap .level2 a:visited {}

.sitemap .level3 a {
    padding: 0 0 0 30px;
    background-color: transparent;
    display:block;
    font-size: 12px;
    text-decoration:none !important;
    color: #4C4D4D;
}
.sitemap .level3 a:hover {
    display:block;
    text-decoration:none !important;
    color: #B2150E;
}
.sitemap .level3 a:visited {}


/* ###################################################### */
/* ###################### Lightbox ###################### */
/* ###################################################### */
    #lightbox {
        position: absolute;
        top: 40px;
        left: 0;
        width: 100%;
        /*z-index: 100;*/
        z-index: 990;
        text-align: center;
        line-height: 0;
    }
    #lightbox a img { 
    border: none;
    margin-bottom:5px; 
    }
    .gallery_image .link { 
    border: none;
    margin:0px 0px 5px 0px; 
    }

    #outerImageContainer {
        position: relative;
        background-color: #fff;
        width: 250px;
        height: 250px;
        margin: 0 auto;
    }
    #imageContainer {
        padding: 10px;
    }
    #loading {
        position: absolute;
        top: 40%;
        left: 0%;
        height: 25%;
        width: 100%;
        text-align: center;
        line-height: 0;
    }
    #hoverNav {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        /*z-index: 10;*/
        z-index: 970;
    }
    #imageContainer>#hoverNav { left: 0;}
    #hoverNav a { outline: none;}
    #prevLink, #nextLink {
        width: 49%;
        height: 100%;
        background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
        display: block;
    }
    #prevLink { left: 0; float: left;}
    #nextLink { right: 0; float: right;}
    #prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
    #nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
    #imageDataContainer {
        font: 10px Verdana, Helvetica, sans-serif;
        background-color: #fff;
        margin: 0 auto;
        line-height: 1.4em;
    }
    #imageData {
        padding:0 10px;
    }
    #imageData #imageDetails{ width: 70%; float: left; text-align: left; }  
    #imageData #caption{ font-weight: bold; }
    #imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;  }           
    #imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;  }   
    #overlay {
        position: absolute;
        top: 0;
        left: 0;
        /*z-index: 90;*/
        z-index: 980;
        width: 100%;
        height: 500px;
        background-color: #000;
        filter:alpha(opacity=60);
        -moz-opacity: 0.6;
        opacity: 0.6;
    }
    .clearfix:after {
        content: "."; 
        display: block; 
        height: 0; 
        clear: both; 
        visibility: hidden;
    }
    * html>body .clearfix {
        display: inline-block; 
        width: 100%;
    }
    * html .clearfix {
        /* Hides from IE-mac \*/
        height: 1%;
        /* End hide from IE-mac */
    }
    
/* ################# Ende Lightbox ###################### */
    

/* ################# ACCORDION #################*/ 

.basic  {}
.basic div {
    padding: 10px 22px;
    background: transparent url(../upload/eBusiness/accordion-back.gif) right top repeat-y;
    color:#333333;
    font-size:14px;
    
    margin-bottom: 1px;
}

.basic a {
    line-height: 23px;
    padding-left: 25px;
    background:  #4c4c4c url(../images/accordion-hintergrund.gif) no-repeat;
    margin:0;
    font-size:14px;
    color: #222222;
    cursor:pointer;
    margin-bottom: 1px;
    display: block;    
}
.basic a:hover {
    background: #4c4c4c url(../images/accordion-hover.gif) no-repeat;
    color: #444444;
}
.basic a.selected {
    cursor:default;
    background: #B2150E url(../images/accordion-aktiv.gif) no-repeat;
    margin-bottom: 1px;
    color: #ffffff;  
}
   
/*############# APPLE EFFCETT ###################### */  
 

/* the overlayed element */
.apple_overlay {
    
    /* initially overlay is hidden */
    display:none;
    
    /* growing background image */
    background-image: url(../images/accordion-hintergund.gif); /*(../upload/eBusiness/white.png);*/
    
    /* 
        width after the growing animation finishes
        height is automatically calculated
    */
    width:476px;        
    height: 476px;
    /* some padding to layout nested elements nicely  */
    padding:50px;
}

/* default close button positioned on upper right corner */
.apple_overlay div.close {
    background-image: url(../upload/eBusiness/close.png);
    position:absolute; right:5px; top:5px;
    cursor:pointer;
    height:35px;
    width:35px;
}

#triggers {
    float: right;
}

#triggers img {
    background-color:transparent;
    cursor:pointer;
}


/*############# SLIDING GALLERY ###################### */

/*preload classes*/ 
.svw {width: 50px; height: 20px; background: #fff;} 
.svw ul {position: relative; left: -999em;} 
 
/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;  
border: 0px;   
margin: 0 0 1px 0px;
padding-top: 10px; 

} 
.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%;
line-height: 14px;
} 
.stripTransmitter ul {
line-height: 14px; 
margin: 0; 
padding: 0; 
position: relative; 
list-style-image: none;
float: right;
} 
.stripTransmitter ul li{ 
line-height: 14px;
width: 20px; 
float: left; 
margin: 1px 0px 5px 0;
border-right: 1px solid #000000;
list-style-image: none;
list-style-type: none;
} 
.stripTransmitter a{
line-height: 14px;
font-size: 11px;
text-align: center; 
list-style-image: none;
background: transparent; 
color: #000000; 
text-decoration: none; 
display: block;
padding-bottom: 0px;
margin-bottom: 0px;
} 
.stripTransmitter a:hover, a.current{ 
background: transparent; 
color: #B2150E; 
} 



/*############# REFERENZEN META ###################### */

#featured{ 
    width:580px; 
    position: relative; 
    height:380px; 
    background:#dddddd;
}
#featured ul.ui-tabs-nav{ 
    position: absolute; 
    top:0; 
    left:422px; 
    list-style:none; 
    padding:0; margin:0;
    width: 158px; 
    z-index: 2;
    background: transparent;
}
#featured ul.ui-tabs-nav li{ 
    margin: 0;
    padding: 0px;
    padding-left: 13px; 
    width: 145px; 
}
*+html #featured ul.ui-tabs-nav{ 
    top:3px; 
}
*+html #featured ul.ui-tabs-nav li{ 
    margin-top: -3px; 
}

#featured ul.ui-tabs-nav li img{ 
    float: left;
    margin: 0px 0px;
    padding-top: 2px;
    padding-left: 2px;
    background: transparent; 
}
#featured li.ui-tabs-nav-item a{ 
    display:block; 
    height: 95px; 
    color: transparent;
    background: #4C4D4D; 
    
}
#featured li.ui-tabs-nav-item a:hover{ 
    background: #B2150E; 
}
#featured li.ui-tabs-selected{ 
    background: url('../upload/Referenzen_meta/selected-item.png') top left no-repeat;  
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
    background: #B2150E; 
}



#featured .ui-tabs-panel{ 
    width:580px; height:380px; 
    background:#999; position:relative;
}
#featured .ui-tabs-panel .info{ 
    position:absolute; 
    top: 0; left:0; 
    height: 30px; 
    width: 570px;
    background: url('../upload/Referenzen_meta/transparent-bg.png'); 
}
#featured .info { 
    color:#fff; padding:5px; margin:0;
    overflow:hidden; 
}
#featured .info p{ 
    margin:0 5px; 
    line-height:15px; color:#f0f0f0;
}
#featured .info a{ 
    text-decoration:none; 
    color:#fff; 
}
#featured .info a:hover{ 
    text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
    display:none; 
}


/*############# REFERENZEN E-BUSINESS ###################### */

#s3 {background: transparent;}

.photo {
        position:relative;  
        overflow:hidden;
        width:580px;
        height:380px;
}   
    
.photo .heading {
        position: absolute;
        background: #909192;
        height: 30px;
        width: 580px;
        
}

.photo .caption {
        position: absolute;
        background: #909192; 
        height: 50px;
        width: 580px;
       
}
        
.photo .heading { top:-50px; }

.photo .caption { bottom:-50px; left:0px; }
        
.photo .heading span { 
        color: #fff;  
        top: -50px;
        font-weight: normal;
        display: block;
        padding: 5px 0 0 10px;
}

.photo .caption span { 
        color: #fff;  
        top: -50px;
        font-weight: normal;
        display: block;
        padding: 5px 0 0px 10px;
}
        
    