@charset "UTF-8";
/* erzeugt einen vertikalen scrollbalken, um das gehuepfe zu verhindern wenn sie seite kurz ist und ohne scrollbalken gezeigt wird*/
html { overflow-y: scroll; height: 101%; }
body, html{ margin:0; padding:0; color:#878584; font-size: 15px; font-family: "Times New Roman", Times, Georgia, serif; line-height: 130%; background-color: #dbd9d1; }
#wrap{ background-color: white; position: relative; top: -43px; width:920px; margin:0 auto; padding: 15px 20px; }
/*header: overflow: hidden fuer ie6 expanding box bug*/
#logo { background-color: #e40000; background-image: url(../../img/logo_back.gif); width:116px; text-align:right; position: relative; top: 86px; left: -20px; height: 43px; z-index: 10; }
#header{ background-image: none; width: 918px; height: 332px; overflow: hidden; }
#slide { left: 0; top: 0; z-index: 5; width: 918px; height: 332px; }
#comName {display:none;}
#content { background-color: #f6f6f1; width: 918px; margin-top: 15px; padding-top: 15px; }
h1{ color: #e40000; font-size: 20px; font-weight: normal; font-style: italic; margin:0; }
h2{ color: #e40000; font-size: 20px; font-weight: normal; font-style: italic; margin:0; }
/*h3 im noscript im header*/
h3{ font-size: 20px; font-weight: normal; font-style: normal; text-align: center; margin:0; }

#main{ background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; float:left; width:508px; padding:10px 13px 5px; border-right: 1px solid #a0907c; border-left: 1px solid #ab9a84; }
#main img{ margin-bottom: 15px; }
#sidebar{ background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; float:right; width:180px; padding:10px; }
#sidebar p{ font-style: italic; }
#sidebar h2{ font-size: 15px; font-style: normal; text-transform: uppercase; margin-bottom: 1em; }
.datum { font-style: normal; }
#footer{ background: #f6f6f1; clear:both; padding:5px 10px; }
#footer p{margin:0;}
* html #footer{height:1px;}
.hr { font-size: 1px; background-color: #ab9a84; height:1px; margin-bottom: 15px; }
/*navigation neu*/
#nav{ background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; width: 180px; float: left; padding-top: 10px; }
#mainNavigation { width:175px; }
#mainNavigation span {display:none;}
#mainNavigation ul, #mainNavigation li {padding:0;margin:0;list-style-type:none;}
#mainNavigation a,#mainNavigation li {display:block;height:20px;width:175px;}
#mainNavigation a:hover,#mainNavigation li.selected a {background:none;}
#nav_biond a {background:url(../img/biond.gif) -175px 0}
#nav_biond {background:url(../img/biond.gif)}
#nav_idee a {background:url(../img/idee.gif) -175px 0}
#nav_idee {background:url(../img/idee.gif)}
#nav_angebot a {background:url(../img/angebot.gif) -175px 0}
#nav_angebot {background:url(../img/angebot.gif)}
#nav_unternehmen a {background:url(../img/unternehmen.gif) -175px 0}
#nav_unternehmen {background:url(../img/unternehmen.gif)}
#nav_forschung { background: url(../img/forschung.gif); }
#nav_forschung a { background: url(../img/forschung.gif) -175px 0; }
#nav_biondweg a {background:url(../img/biondweg.gif) -175px 0}
#nav_biondweg {background:url(../img/biondweg.gif)}
#nav_download a {background:url(../img/download.gif) -175px 0}
#nav_download {background:url(../img/download.gif)}
#nav_presse a {background:url(../img/presse.gif) -175px 0}
#nav_presse {background:url(../img/presse.gif)}
#nav_kontakt a {background:url(../img/kontakt.gif) -175px 0}
#nav_kontakt {background:url(../img/kontakt.gif)}
#nav_impressum a {background:url(../img/impressum.gif) -175px 0}
#nav_impressum {background:url(../img/impressum.gif)}

/*text*/
a:link { color: #878584; text-decoration: underline; }
a:visited { color: #878584; text-decoration: underline; }
a:hover { color: #e40000; text-decoration: none; }
a:active { color: #c0c0bc; text-decoration: none; }
