/* ===========================================
 main.css - Biotechnikum
V1 - 26.08.2011
============================================ */

/* =========
 reset.css
========= */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}


blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
/* Hilfsklassen */
.hidden {display: none;visibility:hidden}
.clear {clear: both;}
.clearleft {clear:left;}
.clearright {clear:right;}
html body #container #main #content .test,html body #container#top .test, html body #container #main #right.test{
  color: white!important
  background: orange!important;
}

/* clearfix */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/* =========
 typographie.css
========= */
html {
font-size: 62.5%;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-weight: normal;
overflow-y:scroll;
}
body {
font-size:1.2em;
line-height: 160%;
color: #3E3E3E;
background: #ededed url(img/bg-body.png) repeat-x 0 0;
/* Hintergrund zur Pflege 
background: #2656AB;*/
}
/* headlines */ 
h1,h2,h3,h4,h5,h6 {line-height: 120%;margin: 0px 0 0.45em 0;}
h1 {font-size: 1.65em;}
h2 {font-size: 1.25em; font-weight:bold;}
h3 {font-size: 1.2em;}     
h4 {font-weight: bold;}
h5 {font-size:0.85em; padding:10px 0 0;}
h6 {margin-bottom: 5px;}

h1.pageheadline {
    color: #FF6600;
    width: 515px;
    border-bottom: 1px solid #ccc;
    background: transparent url(img/bg-headline.gif) no-repeat 0 5px;
    padding: 0 0 10px 25px;
    margin: 0 0 25px 0;
}
h2{
    width: 525px;
    background: transparent url(img/bg-h2.gif) no-repeat 0 6px;
    padding-left: 21px;
    font-weight:bold;

}
.lineafter {
    border-bottom: 1px solid #ccc;
    padding: 0 0 5px 2px;
    margin: 0 0 10px 0;
    
}
.linebefore {
    border-top: 1px solid #ccc;
    padding: 5px  0 0 2px;
    margin: 10px 0 0px 0;
    
}
/* links - LoVe Focus HaTe Link Visited Focus Hover Active */
a {
  color: #eb4800;
  text-decoration: none;
  }
  a:visited {
    color: #eb4800;
    text-decoration: none;
  }
  a:focus {
    color: #eb4800;
    text-decoration: underline;
  }
  a:hover {
    color: #eb4800;
    text-decoration: underline;
  }
  a:active {
    color: #eb4800;
    text-decoration: underline;
    outline:none;
  }
#content {
    font-size: 1em;
    line-height: 1.4em;
  }  
  
  #content p, .content ul, .content ol {
    margin: 0 0 10px 0;
  }
  #uid333 #content p, #uid335 #content p {
    margin: 10px 0 10px 0;
  }
  #content ul, #content ol{
    list-style-type: disc;
    list-style-position:outside;
    margin: 0 0 10px 35px; 
  }
  #content ol {
    list-style-type: decimal;
  }
  #content ol ol {
    list-style-type: upper-latin;
  }
  #content ul li ul {
    list-style-type: circle;
  }
        #content ul li, #content ol li {
                margin-bottom: 5px;
        }  
strong {font-weight: bold;}
em {font-style: italic;}
sub,sup {
    font-size: 0.7em;
    vertical-align: top;
    line-height: 0.9em;
    letter-spacing: 0.1em;
    }
sub {vertical-align:bottom;}
dl {
    }
dt {
    font-weight: bold;
    display:block;
     }
dd {

    }

/* =========
 layout.css
========= */
#container {
    width: 960px;
    margin: 0 auto;
    
    min-height: 400px;
    height: auto!important; 
    height: 400px;
    background: #ffffff;
    padding: 0 10px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    
    -moz-box-shadow:   0px 0px 20px #444;
    -webkit-box-shadow:   0px 0px 20px #444;
    box-shadow:     0px 0px 20px #444; 
    /* damit auch der IE einen Box-Shoadow bekommt */
    /*behavior: url(http://www.biotechnikum.eu/fileadmin/templates/js/IE-Scripts/PIE.htc);*/
    }
  #top {
    background: #ec981b; 
    overflow:hidden;
    height: 229px;
    position: relative;
    }
    .shadow {
      background: transparent url(img/bg-shadow.png) repeat-x 0 0;
      width: 960px; height: 20px;
      margin:0; padding:0;
      position: absolute;
      left:0;top:186px;
      z-index: 15;
    }
    .topimage {
      position: absolute;
      z-index: 11;
    }
#main {
    overflow:hidden;
    margin-top: 18px;
    }
    #right{
  float: right;
  width: 192px;    
  min-height: 100px;
  overflow:hidden;
  }
  #left{
    float: left;
    width: 200px;    
    padding: 0px;
    margin-right: 10px;
                overflow:hidden;

  }
  #content{
    background: #fff;
    margin: 0px auto 40px auto;
    min-height: 600px;
                width: 540px;
                overflow:visible;
                float:left;
  }
.footer{
    padding: 5px 10px; margin-top: 13px;
    border-top: 1px solid #ccc;
    clear: both;
    font-size: 0.9em;
}
    .footer a.linkpagetop {
        background: transparent url(img/pfeil-more-brown-top.png) no-repeat  0px 3px;
        padding-left: 14px;
        color: #5A3B05;

    }
/* =========
 navi.css
========= */
/* Navigation Top */
#navitop {
    position: absolute;
    bottom: 0; left: 0;
    width: 960px;
    height:  37px;
    background: white url(img/bg-sprite-horizontal.png) repeat-x 0px -5px;

    }
  #navitop li {
    display: inline;
  }
  #navitop a, #navitop a:visited {
    display: block;
    float:left;
    padding: 0 15px;
  
    font-family: Georgia,"Nimbus Roman No9 L",serif;
    font-size: 1.28em;
    line-height: 37px;
    color: #5a3b05;
  
    border-right: 1px solid #5a3b05;
  }
  #navitop a:hover, #navi a:active, #navitop a:focus,#navitop a#navitopcurrent{
    background: #ed6e1a url(img/bg-sprite-horizontal.png) repeat-x 0px -130px;
    color: white; 
    text-decoration: none;
         }

/* Navigation linke Spalte*/
#navileft {
        border: 1px solid #c1c1c1;
        margin: 0px 8px 18px 1px;
        padding: 3px 0;
        background: #fcf0e8;
    font-size: 0.9em;
       
        }
  #navileft li a, #navileft li a:visited {
    display: block;
    padding: 0 10px;
          background: transparent;
                border-top: 1px dashed #ccc;
                line-height: 18px;
                padding: 3px 3px 3px 20px;
                color: #3E3E3E;

  }
  #navileft a.navileftcurrent, #navileft a:visited.navileftcurrent {
    font-weight: bold;
      background: #fff url(img/navileft-sprite.png) no-repeat 8px -351px;
        }
  #navileft li a:hover, #navi li a:active, #navileft li a:focus, #navileft a.navileftcurrent:hover, #navileft a:hover.navileftcurrentsub, #navileft a:hover.navileftcurrentsubsub {
    background: #FF6600 url(img/navileft-sprite.png) no-repeat 8px -471px;
    text-decoration: none;
        color: white;
    }
  #navileft a:hover.navileftcurrentsub {
        background-position: 18px -471px;
        }
  #navileft a:hover.navileftcurrentsubsub {
        background-position: 28px -471px;
        }
        #navileft ul a,#navileft ul a:visited {
        padding-left: 30px;
      background: transparent url(img/navileft-sprite.png) no-repeat 20px 8px;
        }
        #navileft ul a:hover,#navileft ul a:active,#navileft ul a:focus {
        background: #FF6600 url(img/navileft-sprite.png) no-repeat 18px -472px;
        }
    #navileft ul a.navileftcurrentsub{
         background-position: 18px -352px;
        background-color: white;
        text-decoration:none;
        color: black;
    }
  #navileft ul ul a,#navileft ul ul a:visited {
        padding-left: 40px;
        background-position: 30px 8px;
    }
    #navileft ul ul a.navileftcurrentsubsub{
        background-position: 28px -412px;
        background-color: #fff;
        color: black;
    }
/* Navigation Meta (Kopf) */
#navimeta {
    font-size: 0.8em;
    background: white;
    text-align:right;
    overflow:hidden;
    height: 25px;
    line-height: 25px;
  }
  #navimeta li {
      display: inline;  
  }
  #navimeta li a, #navimeta li a:visited {
    padding: 0 5px;
    border-right: 1px solid #040404;
    color: #040404;
    line-height: 9px;
    height: 9px;
    margin-top: 8px;
  }
  #navimeta li a:hover, #navimeta li a#metacurrent, #navimeta li a:active, #navimeta li a:focus {
    text-decoration: underline;
  }
#navimeta li.gebaerdensprache  {
	background: url(img/bt-dgs.PNG) no-repeat 5px center;
	display: inline-block;
	padding: 0 0 0 17px;
}
#navimeta li.leichtesprache {
	background: url(img/bt-LeichteSprache.PNG) no-repeat 5px center;
	display: inline-block;
	padding: 0 0 0 23px;
}
    #navimeta img {
        display: block;
        float:right;
        margin: 3px 3px 0 10px;
    }

/* =========
 elements.css
========= */
/* Logos */
#logo {
    position: absolute;
    right: 0;
    top: 72px;
                z-index: 12;
    overflow:hidden;
  }
    #logo img {
        border: 1px solid #888889;
        border-right: 0;
    }
  #bmbflogo {
    font-size: 0.9em;
    color: black;
    background: white;
    width: 170px;
    height: 104px;    
    overflow:hidden;
    margin-bottom: 10px;
                padding-bottom: 7px;
  
    float:left;
                position: relative;
                z-index: 12;
  }
  #bmbflogo p{
  padding-left: 56px;
  padding-top: 2px;
  margin-bottom: 0;
  line-height: 21px;
        font-size: 0.65em;
        text-transform: uppercase;
  }
  #bmbflogo img {
    margin-top: 2px;   
  }
  
.vortext {
    border: 1px solid #eb4800;
    border-left: 0; border-right: 0;
    background: #F2F2F2;
    margin: 0 0px 20px;
    padding: 10px 20px 5px;
    line-height: 1.7em;
  }
  
.news-single-item-tour .vortext {
  padding-top: 10px;
  padding-bottom: 10px;
  }
 
/*untererBildabstand startseite liste*/ 
.startseite DIV.csc-textpic DIV.csc-textpic-single-image IMG{margin-bottom:5px;}
  
DIV.csc-textpic DIV.csc-textpic-single-image IMG{margin-bottom:2px;}

.hsbox {
    border: 10px solid #f2f2f2;
    border-bottom: 0px;
    /*background: #fff;*/
    padding: 15px 20px 0;
    padding: 15px 20px 10px 20px;
    position: relative;
    margin-bottom: -10px;  
    min-height: 50px;
    height: auto!important;
    height: 50px;
    border-bottom: 10px solid #f2f2f2;
    }
.hsbox:last-child {
  border-bottom: 10px solid #f2f2f2; 
  margin-bottom: 10px;               
  }

    .startseite .hsbox:last-child {
        margin-bottom: 0;
  }
  .hstop {
    border-top: 2px solid #ff6600;
    width: 520px;
  
    position: absolute;
    top: 0;
    left: 0;
  
    font-size: 0.85em;
    line-height: 1em;
    height: 12px;
    color: #ff6600;
  }
  .startseite .hstop {
    width: 730px;
  }
        .startseite #container .contentbottom .hsbox h1 {
            background: none!important;
             /* Hacks für old IE*/
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#ffffff); 
    zoom: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#ffffff)";
            border: none;
            padding:0;
            margin-top: 0px;
            line-height: 1em;
            }
        .startseite #container .contentbottom .hsbox {
            min-height: 110px;
            height: auto;
            overflow:hidden;
            padding-bottom: 10px;
            padding-left: 10px;
        }
  .hstop span {
    display: block;
    background: white;
    margin-top: -2px;
    text-align: center;
    float:right;
    text-transform: uppercase;
                padding: 0 5px;
  }
  .hsbox h1{
    font-weight:bold;
    font-size: 1.35em;
    font-family: Georgia,"Nimbus Roman No9 L",serif; 
                background: none;
  }
  .hsbox h3{
    font-weight:bold;
    font-size: 1.1em;
  }

/* Literaturliste */
.literaturitem {
    border-bottom: 1px solid #ccc;
    padding: 10px;
    position: relative;
    overflow:hidden;
  }
  .literaturcap {
    position: absolute;
    bottom: 10px; left: 153px;
    font-weight: bold;
  }
  .literaturcap a[href$='.pdf'] {
    background: transparent url(img/blue-document-pdf.png) no-repeat 0px 1px;
    padding-left: 18px;
  }


.listerahmen .csc-textpic-imagewrap {
    border: 1px solid #CCCCCC;
    float: left;
    margin: 0 10px 5px 0;
    padding: 5px;
    text-align: center;
    width: 100px;
}
.listerahmen .csc-textpic-imagewrap img {
    border: 1px solid #CCCCCC;
}

  .literaturimg {
    float:left;
    width: 120px;
    padding: 5px;
    margin: 0 10px 5px 0;
    text-align:center;
    border: 1px solid #ccc;
  }
  .literaturitem .csc-textpic-text {
    width: 300px;
    float:left;
  }
  .literaturitem .csc-textpic-text .bodytext {
    padding-bottom: 20px;
  }

#uid100 h2 {
    margin: 30px 0 10px 0;
}


/* Service Menue linke Spalte */
.service {
    width: 190px;    
    background: #f2f2f2;
    border: 1px solid #c2c2c2;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
  }
  .service h1,.service h2 {
          font-size: 1.15em;
    font-family: Georgia,"Nimbus Roman No9 L",serif; 
    margin:0 0 0 0;padding: 0 0 0 15px;
    height: 24px; 
    line-height: 24px;
    border-bottom: 1px solid #c2c2c2;
    /* background: white url(img/minus.png) no-repeat 167px 3px;  */
                background: white;
  }
  .service a,.service a:visited {
    display: block;
    color: #895838;
    background: #f2f2f2 url(img/navileft-sprite.png) no-repeat 16px -714px;
    border-bottom: 1px dashed #c2c2c2;
    min-height: 18px;
    line-height: 16px;
    padding: 3px 20px 0px 30px;
    font-size: 0.95em;
  }
  .service li:last-child a {
    border-bottom: 0;
  }
  .service a:hover,.service a:active,.service a:focus {
    text-decoration: none;
    background: white url(img/navileft-sprite.png) no-repeat 16px -714px;
  }

  
  
  
/* Vorbereitung Modifikation Startstemplate */
#uid17 .test {
    background: #f0b000 url(img/exclamation-octagon.png) no-repeat 5px 7px;
    padding: 5px 20px 5px 25px;
  margin-left: 10px;
    border: 1px solid #f09000;
    color: white;
    font-weight: bold;
  }  
/* QR-Code Feld zum testen */
.qrcode {
    padding: 0; margin:0;
    margin-top: 0px;
    margin-left: -12px;
    display: none;
    
}


/*Themenmenü*/
#c984  {
    background: red;
    width: 550px;
    position: relative;
}

#c984 .csc-textpic-imagerow {
    position: absolute;
    top: 0; left: 0;
}

/* Bild unterschriften */
.csc-textpic-caption {
    color: #737373;
    font-size: 0.85em;
    line-height: 1.2em;
    padding: 10px 0;
}

/* Accordion Formatierungen */
.acc-head {
    cursor: pointer;
}

/* glossar-list */
.glossar-list dt{
    margin-top:10px;
    padding-top: 10px;
    border-top: 1px solid #e2e2e2;
}
.glossar-list {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
    margin-bottom: 30px;

}

/* ===========================================
 main.css - Nanotruck II - Peter Scheffler
 V2 - 10.3.2011
============================================ */

/* =========
 reset.css
========= */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}


blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
/* Hilfsklassen */
.hidden {display: none;visibility:hidden}
.clear {clear: both;}
.clearleft {clear:left;}
.clearright {clear:right;}
html body #container #main #content .test,html body #container#top .test, html body #container #main #right.test{
  color: white!important
  background: orange!important;
}

/* clearfix */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/* =========
 typographie.css
========= */
html {
font-size: 62.5%;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-weight: normal;
overflow-y:scroll;
}
body {
font-size:1.2em;
line-height: 160%;
color: #3E3E3E;
background: url(img/bg-body.png) repeat-x 0 0;
}
/* headlines */ 
h1,h2,h3,h4,h5,h6 {line-height: 120%;margin: 0px 0 0.45em 0;}
h1 {font-size: 1.65em;}
h2 {font-size: 1.25em; font-weight:bold;}
h3 {font-size: 1.2em;}     
h4 {font-weight: bold;}
h5 {font-size:0.85em; padding:10px 0 0;}
h6 {margin-bottom: 5px;}

h1.pageheadline {
    color: #FF6600;
    width: 515px;
    border-bottom: 1px solid #ccc;
    background: transparent url(img/bg-headline.gif) no-repeat 0 5px;
    padding: 0 0 10px 25px;
    margin: 0 0 25px 0;
}
h2{
    width: 525px;
    background: transparent url(img/bg-h2.gif) no-repeat 0 6px;
    padding-left: 21px;
    font-weight:bold;

}
.lineafter {
    border-bottom: 1px solid #ccc;
    padding: 0 0 5px 2px;
    margin: 0 0 10px 0;
    
}
.linebefore {
    border-top: 1px solid #ccc;
    padding: 5px  0 0 2px;
    margin: 10px 0 0px 0;
    
}
/* links - LoVe Focus HaTe Link Visited Focus Hover Active */
a {
  color: #eb4800;
  text-decoration: none;
  }
  a:visited {
    color: #eb4800;
    text-decoration: none;
  }
  a:focus {
    color: #eb4800;
    text-decoration: underline;
  }
  a:hover {
    color: #eb4800;
    text-decoration: underline;
  }
  a:active {
    color: #eb4800;
    text-decoration: underline;
    outline:none;
  }
#content {
    font-size: 1em;
    line-height: 1.4em;
  }  
  
  #content ul, #content ol{
    list-style-type: disc;
    list-style-position:outside;
    margin: 0 0 10px 35px; 
  }
  #content ol {
    list-style-type: decimal;
  }
  #content ol ol {
    list-style-type: upper-latin;
  }
  #content ul li ul {
    list-style-type: circle;
  }
        #content ul li, #content ol li {
                margin-bottom: 5px;
        }  
strong {font-weight: bold;}
em {font-style: italic;}
sub,sup {
    font-size: 0.7em;
    vertical-align: top;
    line-height: 0.9em;
    letter-spacing: 0.1em;
    }
sub {vertical-align:bottom;}
dl {
    }
dt {
    font-weight: bold;
    display:block;
     }
dd {

    }

/* =========
 layout.css
========= */
#container {
    width: 960px;
    margin: 0 auto;
    
    min-height: 400px;
    height: auto!important; 
    height: 400px;
    background: #ffffff;
    padding: 0 10px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    
    -moz-box-shadow:   0px 0px 20px #444;
    -webkit-box-shadow:   0px 0px 20px #444;
    box-shadow:     0px 0px 20px #444; 
    /* damit auch der IE einen Box-Shoadow bekommt */
    behavior: url(http://www.biotechnikum.eu/fileadmin/templates/js/IE-Scripts/PIE.htc);
    }
  #top {
    background: #ec981b; 
    overflow:hidden;
    height: 229px;
    position: relative;
    }
    .shadow {
      background: transparent url(img/bg-shadow.png) repeat-x 0 0;
      width: 960px; height: 20px;
      margin:0; padding:0;
      position: absolute;
      left:0;top:186px;
      z-index: 15;
    }
    .topimage {
      position: absolute;
      z-index: 11;
    }
#main {
    overflow:hidden;
    margin-top: 18px;
    }
    #right{
  float: right;
  width: 192px;    
  min-height: 100px;
  overflow:hidden;
  }
  #left{
    float: left;
    width: 200px;    
    padding: 0px;
    margin-right: 10px;
                overflow:hidden;

  }
  #content{
    background: #fff;
    margin: 0px auto 40px auto;
    min-height: 600px;
                width: 540px;
                overflow:visible;
                float:left;
  }
.footer{
    padding: 5px 10px; margin-top: 13px;
    border-top: 1px solid #ccc;
    clear: both;
    font-size: 0.9em;
}
    .footer a.linkpagetop {
        background: transparent url(img/pfeil-more-brown-top.png) no-repeat  0px 3px;
        padding-left: 14px;
        color: #5A3B05;

    }
/* =========
 navi.css
========= */
/* Navigation Top */
#navitop {
    position: absolute;
    bottom: 0; left: 0;
    width: 960px;
    height:  37px;
    background: white url(img/bg-sprite-horizontal.png) repeat-x 0px -5px;

    }
  #navitop li {
    display: inline;
  }
  #navitop a, #navitop a:visited {
    display: block;
    float:left;
    padding: 0 15px;
  
    font-family: Georgia,"Nimbus Roman No9 L",serif;
    font-size: 1.28em;
    line-height: 37px;
    color: #5a3b05;
  
    border-right: 1px solid #5a3b05;
  }
  #navitop a:hover, #navi a:active, #navitop a:focus,#navitop a#navitopcurrent{
    background: #ed6e1a url(img/bg-sprite-horizontal.png) repeat-x 0px -130px;
    color: white; 
    text-decoration: none;
         }

/* Navigation linke Spalte*/
#navileft {
        border: 1px solid #c1c1c1;
        margin: 0px 8px 18px 1px;
        padding: 3px 0;
        background: #fcf0e8;
    font-size: 0.9em;
       
        }
  #navileft li a, #navileft li a:visited {
    display: block;
    padding: 0 10px;
          background: transparent;
                border-top: 1px dashed #ccc;
                line-height: 18px;
                padding: 3px 3px 3px 20px;
                color: #3E3E3E;

  }
  #navileft a.navileftcurrent, #navileft a:visited.navileftcurrent {
    font-weight: bold;
      background: #fff url(img/navileft-sprite.png) no-repeat 8px -351px;
        }
  #navileft li a:hover, #navi li a:active, #navileft li a:focus, #navileft a.navileftcurrent:hover, #navileft a:hover.navileftcurrentsub, #navileft a:hover.navileftcurrentsubsub {
    background: #FF6600 url(img/navileft-sprite.png) no-repeat 8px -471px;
    text-decoration: none;
        color: white;
    }
  #navileft a:hover.navileftcurrentsub {
        background-position: 18px -471px;
        }
  #navileft a:hover.navileftcurrentsubsub {
        background-position: 28px -471px;
        }
        #navileft ul a,#navileft ul a:visited {
        padding-left: 30px;
      background: transparent url(img/navileft-sprite.png) no-repeat 20px 8px;
        }
        #navileft ul a:hover,#navileft ul a:active,#navileft ul a:focus {
        background: #FF6600 url(img/navileft-sprite.png) no-repeat 18px -472px;
        }
    #navileft ul a.navileftcurrentsub {
         background-position: 18px -352px;
        background-color: white;
        text-decoration:none;
        color: black;

    }
  #navileft ul ul a,#navileft ul ul a:visited {
        padding-left: 40px;
        background-position: 30px 8px;
        
    }
    #navileft ul ul a.navileftcurrentsubsub{
        background-position: 28px -412px;
        background-color: #fff;
        color: black;
  
  }
     #navileft ul ul .navileftcurrentsub {
      background: #fff url(img/navileft-sprite.png) no-repeat 28px -351px;
    }
    #navileft ul ul ul li a {
    padding-left: 55px;
    background-position:  42px 8px;
    }
    #navileft ul ul ul li a.navileftcurrentsubsub {
        background-position: 40px -413px;
}

/* Navigation Meta (Kopf) */
#navimeta {
    font-size: 0.8em;
    background: white;
    text-align:right;
    overflow:hidden;
    height: 25px;
    line-height: 25px;
  }
  #navimeta li {
      display: inline;  
  }
  #navimeta li a, #navimeta li a:visited {
    padding: 0 5px;
    border-right: 1px solid #040404;
    color: #040404;
    line-height: 9px;
    height: 9px;
    margin-top: 8px;
  }
  #navimeta li a:hover, #navimeta li a#metacurrent, #navimeta li a:active, #navimeta li a:focus {
    text-decoration: underline;
  }
    #navimeta img {
        display: block;
        float:right;
        margin: 3px 3px 0 10px;
    }

/* =========
 elements.css
========= */
/* Logos */
#logo {
    position: absolute;
    right: 0;
    top: 72px;
                z-index: 12;
    overflow:hidden;
  }
    #logo img {
        border: 1px solid #888889;
        border-right: 0;
    }
  
.hsbox {
    border: 10px solid #f2f2f2;
    border-bottom: 0px;
    /*background: #fff;*/
    padding: 15px 20px 0;
    padding: 15px 20px 10px 20px;
    position: relative;
    margin-bottom: -10px;  
    min-height: 50px;
    height: auto!important;
    height: 50px;
    border-bottom: 10px solid #f2f2f2;
    }
    .hsbox:last-child {
  border-bottom: 10px solid #f2f2f2; 
  margin-bottom: 10px;               
  }
    .startseite .hsbox:last-child {
        margin-bottom: 0;
  }
  .hstop {
    border-top: 2px solid #ff6600;
    width: 520px;
  
    position: absolute;
    top: 0;
    left: 0;
  
    font-size: 0.85em;
    line-height: 1em;
    height: 12px;
    color: #ff6600;
  }
  .startseite .hstop {
    width: 730px;
  }
        .startseite #container .contentbottom .hsbox h1 {
            background: none;
            border: none;
            padding:0;
            margin-top: 0px;
            //line-height: 1em;
            line-height: 130%;
            }
        .startseite #container .contentbottom .hsbox {
            min-height: 110px;
            height: auto;
            overflow:hidden;
            padding-bottom: 10px;
            padding-left: 10px;
        }
  .hstop span {
    display: block;
    background: white;
    margin-top: -2px;
    text-align: center;
    float:right;
    text-transform: uppercase;
                padding: 0 5px;
  }
  .hsbox h1{
    font-weight:bold;
    font-size: 1.35em;
    font-family: Georgia,"Nimbus Roman No9 L",serif; 
                background: none;
  }
  .hsbox h3{
    font-weight:bold;
    font-size: 1.1em;
  }

/* Literaturliste */
.literaturitem {
    border-bottom: 1px solid #ccc;
    padding: 10px;
    position: relative;
    overflow:hidden;
  }
  .literaturcap {
    position: absolute;
    bottom: 10px; left: 153px;
    font-weight: bold;
  }
  .literaturcap a[href$='.pdf'] {
    background: transparent url(img/blue-document-pdf.png) no-repeat 0px 1px;
    padding-left: 18px;
  }
  .literaturimg {
    float:left;
    width: 120px;
    padding: 5px;
    margin: 0 10px 5px 0;
    text-align:center;
    border: 1px solid #ccc;
  }
  .literaturitem .csc-textpic-text {
    width: 300px;
    float:left;
  }
  .literaturitem .csc-textpic-text .bodytext {
    padding-bottom: 20px;
  }




/* Service Menue linke Spalte */
.service {
    width: 190px;    
    background: #f2f2f2;
    border: 1px solid #c2c2c2;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
  }
  .service h1,.service h2 {
          font-size: 1.15em;
    font-family: Georgia,"Nimbus Roman No9 L",serif; 
    margin:0 0 0 0;padding: 0 0 0 15px;
    height: 24px; 
    line-height: 24px;
    border-bottom: 1px solid #c2c2c2;
    /* background: white url(img/minus.png) no-repeat 167px 3px;  */
                background: white;
  }
  .service a,.service a:visited {
    display: block;
    color: #895838;
    background: #f2f2f2 url(img/navileft-sprite.png) no-repeat 16px -714px;
    border-bottom: 1px dashed #c2c2c2;
    min-height: 18px;
    line-height: 16px;
    padding: 3px 20px 0px 30px;
    font-size: 0.95em;
  }
  .service li:last-child a {
    border-bottom: 0;
  }
  .service a:hover,.service a:active,.service a:focus {
    text-decoration: none;
    background: white url(img/navileft-sprite.png) no-repeat 16px -714px;
  }

  
  
  
/* Vorbereitung Modifikation Startstemplate */
#uid17 .test {
    background: #f0b000 url(img/exclamation-octagon.png) no-repeat 5px 7px;
    padding: 5px 20px 5px 25px;
  margin-left: 10px;
    border: 1px solid #f09000;
    color: white;
    font-weight: bold;
  }  
/* QR-Code Feld zum testen */
.qrcode {
    padding: 0; margin:0;
    margin-top: 0px;
    margin-left: -12px;
    display: none;
    
}
.fce-textvideo {
    border-bottom: 1px solid #ccc;
    padding: 0 0 0px 2px;
    margin: 0 0 10px 0;
    width: 535px;
    overflow:hidden;
}
.fce-textvideo .video {
    width: 300px;
    overflow:hidden;
    float:right;
    margin: 0 0 10px 10px;
}
.fce-textvideo .text {
    padding-top: 5px; 

}

/*Themenmenü*/
#c984  {
    background: red;
    width: 550px;
    position: relative;
}

#c984 .csc-textpic-imagerow {
    position: absolute;
    top: 0; left: 0;
}

/* Bild unterschriften */
.csc-textpic-caption {
    color: #737373;
    font-size: 0.85em;
    line-height: 1.2em;
    padding: 10px 0;
}

/* Accordion Formatierungen */
.acc-head {
    cursor: pointer;
}

/* Accordion Formatierungen */
.acc-head-gb {
    cursor: pointer;
	margin-top: 20px;
}

/* glossar-list */
.glossar-list dt{
    margin-top:10px;
    padding-top: 10px;
    border-top: 1px solid #e2e2e2;
}
.glossar-list {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
    margin-bottom: 30px;

}

/* TagCloud Ergebnisseite */
#uid142 #container #main  #content {
    width: 540px!important;
}
.tx-ffnewscattagging-pi2 {

}
.tx-ffnewscattagging-pi2 h1{
    width: 525px;
    background: transparent url(img/bg-h2.gif) no-repeat 0 6px;
    padding-left: 21px;
    font-weight:bold;
    font-size: 1.25em;
}

/* Rechte Spalte */
.contentbottomright .csc-default {
    width: 190px;  
                overflow:hidden;  
    border: 1px solid #c2c2c2;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
  }
  .contentbottomright h1,.contentbottomright h2 {
          font-size: 1.15em;
    font-family: Georgia,"Nimbus Roman No9 L",serif; 
    margin:0 0 0 0;padding: 0 0 0 5px;
    height: 24px; 
    line-height: 24px;
    border-bottom: 1px solid #c2c2c2;
                background: white;
  }
  .contentbottomright a,.contentbottomright a:visited {
    /*display: block; Link in der rechten Spalte neben den Text 110826_kk*/
    color: #895838;
    border-bottom: 1px dashed #c2c2c2;
    min-height: 18px;
    line-height: 16px;
    font-size: 0.95em;
  }
  .contentbottomright li:last-child a {
    border-bottom: 0;
  }
  .contentbottomright a:hover,.contentbottomright a:active,.contentbottomright a:focus {
    text-decoration: none;

  }

/* Tour-Bereich */
#map {
    margin-bottom: 15px;
}
.event-list {
    width: 540px;
    border-top: 1px solid #ff6600;
}
#c3658 .event-list {
	border-top: none;
}



.event-list dt, .event-list dd {
    border-bottom: 1px solid #ff6600;
    line-height: 24px;
}
.event-list dt {
    width: 300px;
    float:left;
}
.event-list dd {
    text-align:right;
}
.event-list dt a {
  background: transparent url(img/pfeil-more-orange.png) no-repeat 3px 3px;
        padding-left: 16px;
}
.detail-karte {
    border-top: 10px solid #f2f2f2;
    padding-top: 5px;
    margin-top: 10px;

}

.detail-karte h2 {
    background: none;
    padding: 0;
    font-size: 1em;
    width: 330px;

}
.bubble-content {
    width: 260px;
    line-height: 1.2em;
}
.bubble-detaillink {
    background: transparent url(img/pfeil-more-orange.png) no-repeat 3px 5px;
    padding-left: 16px;
    font-size: 0.9em;
    margin-top: 3px;
}

.map-name {
    display: block;
}

/* Rechte Spalte  */
#right .csc-default,.kontaktbox {
    width: 190px;  
                overflow:hidden;  
    border: 1px solid #c2c2c2;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
  }
  #right h1,#right h2 {
          font-size: 1.15em;
    font-family: Georgia,"Nimbus Roman No9 L",serif; 
    margin:0 0 0 0;padding: 4px 5px;
    min-height: 24px; 
    line-height: 1.4em;
    border-bottom: 1px solid #c2c2c2;
                background: white;
  }
        #right .kontaktbox h1{
        background: #f2f2f2;
        }
  #right a,#right a:visited {
    /*display: block; Link in der rechten Spalte neben den Text 110826_kk*/
    color: #895838;
    border-bottom: 0;
    font-size: 0.95em;
  }

  #right li:last-child a {
    border-bottom: 0;
  }
  #right a:hover,#right a:active,#right a:focus {
    text-decoration: none;
  }

        #right a.More-Brown,.contentbottomright a.More-Brown {
            /*line-height: 24px;
            background-color: #f2f2f2;*/
            background-position: 8px;
            /*background-position: 5px 8px;*/
            padding-left: 18px;
            border: 0;
            margin-left: -5px;
            margin-bottom: -5px;
            width: 200px;
        }
        #right .csc-textpic-border,.contentbottomright .csc-textpic-border {
        margin-top: 10px;
        }
        #right .csc-textpic-border img, .startseite #main .contentbottomright .csc-textpic-border img{
            border: 1px solid #f2f2f2;
            padding: 2px;
        }
        #right p {
        margin: 5px;
        padding-left: 0px;
        line-height: 1.2em;
        font-size: 0.95em;
        }
#uid268 #container{
    padding-top: 50px;
}
#uid268 .vortext {
    width: 400px;
    margin: 0px auto;
}
#uid268 label {
    display: block; float:left;
    width: 100px;
    text-align: right; 
    padding-right: 20px;
}
#uid268 input[type="text"],#uid268 input[type="password"] {
    width: 200px;    
    padding: 2px;
    border: 1px solid #ccc;
}
#uid268 input[type="submit"] {
    border:1px solid #ff6600;
    background: #ccc;
    float:right;   
    margin: 15px 76px 5px 0;
}

.tx-felogin-pi1 form {
margin-top: 20px;
}

#c1170 h1{
    width: 525px;
    background: transparent url(img/bg-h2.gif) no-repeat 0 6px;
    padding-left: 21px;
    font-weight:bold;
}

#c1170 legend{
    display: none;
}
#c1173 {
    border: 0;
    margin: 0 auto;
    width: 400px;
    padding: 20px;
    font-size: 2em;
    font-weight: bold;
}
#c1173 *{
    background: none!important;
}
/* poll.css */

#frageheadline {
    display: none;
    visiblity: hidden;
}
#umfrage h1 {
    display: none;
}

.polltable * {
    overflow:hidden;
    width: 190px;  
    overflow:visible;  
    }
    .polltable {
        margin: 0px auto;
        width: 170px;
    }
    .polltable h2 {
        display: none;
    }
    .polltable .pollquestion {
        font-weight: bold;
        padding: 5px 5px 5px 5px;
        background: #f2f2f2;      
}
    .pollresulttext {
        border-top: 1px solid #f2f2f2;
        padding: 5px;
        padding-top: 0;
        margin-bottom: 10px;
    }
    .polltable table {
        margin: 5px;
        margin-top: 0;
    }
    .polltable table {
        background: #993d00;
        width: 175px;
    }
    .polltable table * {
        background: none!important;
        line-height: 5px;
    }
    .polltable table td {}
    .polltable table .pollbar {
        background-color: #fff5ee!important;
    }
    .polltable input[type="radio"] {
        width: 10px; height: 10px;
        margin-left: 10px;        
    }
    .polltable input[type="submit"]{
        background: #f2f2f2;
        color: #2e2e2e;
        width: 100px;
        border:0;
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
        line-height: 10px;
    }
    .polltable {
        background: #ff6600;
        color: white;
    }
    #main .polltable .pollquestion {
        font-weight: bold;
        padding: 5px 5px 5px 5px;
        background: #ff6600;
        margin-bottom: 5px;
    }
    .polltable form {
        margin-top: 5px;    
    }
#addition .csc-default {
    border:0; 
    margin:0;
}

/* merkwürdige Links zwischen den Box aunf Startseite */
#c1161,#c1159{
    display: none!important;
    background: red;
}

/* Galerie Bilder */

.wtgallery_single .impress-item {
    border: 1px solid #eb4800;
    border-left: 0; border-right: 0;
    background: #F2F2F2;
    margin: 0 0px 0px;
    padding: 10px 20px;
    line-height: 1.7em;
}
.wtgallery_single .impress-item img{
    display: block;
    margin: 0 auto;
}
.wtgallery_single .bildinfo{
    padding: 10px;    

    border-bottom: 1px solid #eb4800;
}
.wtgallery_single .bildinfo h3{
    display: none;
}
.bildinfo .wt_gallery_single_inner_title {
    font-weight: bold;
}

.wtgallery_single_browser {

    padding: 5px;
    overflow:hidden; 
    border-bottom: 1px solid #eb4800;
    background: #f2f2f2;
}
.wtgallery_single_browser .saveimg {
    display: block; 
    float:left;  
    background: transparent url(img/icon-speichern.png) no-repeat 0 1px;
    text-decoration: none;
    padding-left: 20px;
}
.wtgallery_single_browser_next {
    float:right;
    margin-left: 0px;
    text-align: right;
}
.wtgallery_single_browser_next a {
    background:transparent url(img/pfeil-more-orange.png) no-repeat 60px 3px;
    padding-right: 15px;
}
.wtgallery_single_browser_previous {
    float:right;
    text-align: left;
    color: #3a3a3a;
    margin-right: 5px;
    padding-right: 5px;
    border-right: 1px solid #eb4800;
}
.wtgallery_single_browser_previous a {
    background:transparent url(img/pfeil-more-orange-back.png) no-repeat 0px 3px;
    padding-left: 15px;
}

.wtgallery_list_area  {
margin-top: 10px;
}
.wtgallery_list_area h2 {
    display: none;
}

.wtgallery_list {margin-bottom: 20px;}

 
.wtgallery_list.wtgallery_list_centerofrow {margin-left: 19px; margin-right: 20px;}

.impress-list-item {
    border: 1px solid #ccc;
    /*display: inline-block;*/
    margin: 10px 0 0px 10px;
    padding: 5px 10px;
    width:145px;
    height:100px;
    
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.wtgallery_list_current .impress-list-item{
    background: #f2f2f2f;
    border: 1px solid #eb4800;
    border-right:1px solid #ccc;
border-left:1px solid #ccc;
}

.wtgallery_list a img {
    display: block;
    margin: auto;
}

.wt_gallery_single_inner_pic img {
    display: block;
    margin: 0 auto;
}
#c1243 dd { 
   border: 0;
}


/*Glossar*/

.tx-contagged-list dt{
    background: #FCF0E8;
    font-size: 1.0em;
    font-weight: bold;
    border:1px solid #e3e3e3;
    border-right: none;
    border-left: none;
    padding:3px 8px;
    margin-top: 20px;
    margin-bottom: 3px;
}

.tx-contagged-list dt:first-child{
    margin-top: 40px;
}

.tx-contagged-list dd p {
    padding: 3px 8px;
}

.browseBoxWrap .activeLinkWrap{
    border: 1px solid #CCCCCC;
    display: block;
    float: left;
    margin: 10px;
    padding: 0 10px;
    font-weight:bold;
    color: #EB4800;
}


.browseBoxWrap .inactiveLinkWrap{
    border: 1px solid #CCCCCC;
    display: block;
    float: left;
    margin: 10px;
    padding: 0 10px;
}

.browseBoxWrap .disabledLinkWrap{
    border: 1px solid #CCCCCC;
    display: block;
    float: left;
    margin: 10px;
    padding: 0 10px;
}

.tx-contagged-tooltip-content .tx-contagged-tooltip-head{
    color: #EB4800;
}

.tx-contagged-tooltip{
 cursor: help;
}

span.tx-contagged-tooltip:hover span.tx-contagged-tooltip-content {
    width: 250px;
}

.tx-contagged-tooltip-content {box-shadow: 0px 0px  5px #aaa}
#content b .tx-contagged-tooltip-content {
font-weight:normal;
}
#content b .tx-contagged-tooltip-content .tx-contagged-tooltip-head {font-weight: bold;}

/* Literaturliste */
.listerahmen {
    border-bottom: 1px solid #CCCCCC;
    overflow: hidden;
    padding: 10px;
    position: relative;
}

.listeheadline{
    float: left;
    width: 300px; 
    font-weight: bold;
}

.listeimg {
    border: 1px solid #CCCCCC;
    float: left;
    margin: 0 10px 5px 0;
    padding: 5px;
    text-align: center;
    width: 120px;
}

.listetext, .listerahmen .bodytext {
    float: left;
    width: 300px;
}

.listelink {
    background: url("img/blue-document-pdf.png") no-repeat scroll 0 1px transparent;
    padding-left: 18px;
    font-weight: bold;
}

#uid300 h2 {
    margin: 30px 0 10px;
}

/*Literaturlink*/

  a.literatur-extern {
    font-weight: bold;
    background: transparent url(img/globe-green.png) no-repeat 0px 1px;
    padding-left: 18px;
  }
  
  a.literatur-pdf {
    font-weight: bold;
    background: transparent url(img/blue-document-pdf.png) no-repeat 0px 1px;
    padding-left: 18px;
  }
/*Link Ende*/

/* Gewinnspiel */
#content .box {
    float:left;
    overflow:hidden;
    min-height: 100px;
}
#content .drittel {
    width: 180px;
    height: 150px;
    overflow:hidden;
    padding: 0; margin: 0;

    border-left: 1px solid #e8e8e8;
    margin-left: -1px;

    position: relative;
}
.box h1 {
    font-size: 1.28em;
    
    height: 45px;
    width: 155px;
    margin:0;
    padding: 0 10px;
    display: block;
    }

#uid68 .drittel .csc-textpic-imagewrap,#uid68 .drittel .csc-textpic {
    margin: 0; padding:0;
    overflow:visible;
}

#uid68 #content .drittel dl {  
    margin:0; padding:0;
    width: 175px!important;
}
#uid68 .drittel dt{
    display: block; 
    min-height: 105px;
}
#uid68 .drittel dt img {
    display: block;
    margin: 0 auto;
}
#uid68 .drittel dd {
    position: absolute;
    z-index: 10;
    background: white;
    padding: 0 10px 10px 10px;
    margin-left: -1px;
}
#uid68 .drittel:hover dd {
    position: absolute;
    z-index: 10;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e8e8e8));
    background: -moz-linear-gradient(top, #ffffff, #e8e8e8);
    background: linear-gradient(top, #ffffff, #e8e8e8);
    /* Hacks für old IE*/
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#e8e8e8); 
    zoom: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#e8e8e8)";
border: 1px solid #e8e8e8;
border-top: 0;
box-shadow: 0px 5px 8px #aaa;
line-height: 1.4em;


}
#uid68 #container #content form {
    z-index: 0;   
}

#uid68 #container #content .drittel.open{
overflow: visible;
}
#c1176 {
    clear:both;
    padding-top: 20px;
}

/*Forschungsfelder Imagemap Abstand*/
#tx_mwimagemap_img_1749{margin:0 0 20px;}

/*headlines*/
tr.headlines{background:#fcf0e8;}
div#content div.news-single-item .headlines p {
font-size:11px;
    margin: 0;
    padding: 5px 0;
}

/*Textausrichtung in einer Tabelle*/
.contenttable td{
	vertical-align: top;
}

/*Navis verschwinden*/
#uid27 #left #navileft, 
#uid28 #left #navileft,
#uid29 #left #navileft,
#uid30 #left #navileft,
#uid733 #left #navileft,
#uid388 #left #navileft {
	background:none; border:none;
}
#uid27 #left #navileft a,
#uid28 #left #navileft a,
#uid29 #left #navileft a,
#uid30 #left #navileft a,
#uid733 #left #navileft a,
#uid388 #left #navileft a {
	display:none;
}
/*ende verschwinden*/

.facebook_bilder {
 padding: 5px 0 5px 0;
}


/*#c228 .jcarousel-container {display:none;}
*/
/*blind . ausblenden tourdetail richtig darstellen*/
#c1250 .tour-single .hsbox p sub {color:#fff;}


/* ===========================================
 main.css - DEV.Biotechnikum.eu - howi0
   - 27.05.2013
============================================ */

	/*** overlay tab title on hover over navbar ***/
	/* #1 : title gets truncated on far right tabs */
	/* #2 : doesn't work on tab-overflow's far right tabs */
	/* fix possible by fixed location, but counterintuitive */
    #tabbrowser-tab-tooltip {
	   display: none !important;
    }
    .tabbrowser-tab::before {
    	content: attr(label);
    	margin-top: 30px;
    	margin-left: -6px;
    	white-space: nowrap;
    	/* generic hover style */
    	position: fixed;
    	padding: 4px 6px;
    	color: white;
    	background: rgba(0,0,0,0.9);
    	border-radius: 4px;
    	box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
        display: none;
    }
    .tabbrowser-tab:hover::before {
        display: -moz-box;
        left:72px; /* fix #1 & #2 */
    }

/* Social Icons */    
#right #SOCIAL-MEDIA-LINKS li.facebook a {
    background: url("img/facebook-icon-find-us.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
    display: block;
    height: 25px;
    text-indent: -10000px;
    width: 83px;
}
#right #SOCIAL-MEDIA-LINKS li.youtube a {
    background: url('img/yt.gif') no-repeat scroll left top transparent;
    display: block;
    height: 25px;
    text-indent: -10000px;
    width: 22px;
}
#right #c1610, #right #c6669{border:none;}
#right #c6678, #right #c6678{border:none;} 
#SOCIAL-MEDIA-LINKS .facebook{width:90px;float:left;}
#SOCIAL-MEDIA-LINKS .youtube{width:30px;float:left;}