body {
  font-family: Arial, sans-serif;
  font-size: 100%;
  margin: 0em;
  padding: 0em;
}

img {
  border: none;
}

#mainframe {
  width: 62em;
  margin: auto;
}

.spacer {
  display: block;
  clear: both;
  float: none;
  height: 0px;
}

section#leftcol, section#centercol, section#rightcol {
  float: left;
  margin-top:5em;
}
section#rightcol {
  width: 260px;
}
section#centercol {
  width: 351px;
}

section#logo {
  margin-bottom: 2em;
}

section#keyvisual {
  border: 1px solid black;
}

nav#leftnav {
  margin-top:11em;
  width: 16.5em;
}

nav#leftnav ul {
  list-style-type: none;
  padding: 0em;
  margin:0em;
}

nav#leftnav ul.hidesubnav {
  float: left;
}

nav#leftnav ul li.level1 {
  background-image: url('../img/intro_underlined_left.gif');
  background-repeat: no-repeat;
  background-position: 0px 19px;
  margin-bottom: 10px;
  width: 16.5em;
  float: left;
}

nav#leftnav ul li.level2 {
  padding: .25em 0em;
  height: 1em;
}
  

nav#leftnav ul li {
  clear: both;
  
}

nav#leftnav ul li a {
  padding-right: 1em;
  font-weight: normal;
  float: right;
  clear: both;
  color:#646263;
  font-size: 85%;
  text-decoration: none;
  
}

nav#leftnav ul li.level1 a.level1 {
  font-variant: small-caps;
  font-size: 85%;
  letter-spacing:.1em;
  margin-bottom: 0px;
  padding-bottom: 5px;
  
}

nav#leftnav ul.level2 {
  background-image: url('../img/intro_menu_header_left.gif');
  display: block;
  clear: both;
}

nav#leftnav ul li.level2:hover {
  background-color:#d4d4d4;
}


nav#leftnav ul li.level1 a.level1:hover, nav#leftnav ul li.level1 a.level1.active {
  font-weight: bold;
  color:#3f3e3f;
}

/**/

nav#rightnav {
  margin-top:14em;
  width: 16.5em;
}

nav#rightnav ul {
  list-style-type: none;
  padding: 0em;
  margin:0em;
}

nav#rightnav ul.hidesubnav {
  float: left;
}

nav#rightnav ul li.level1 {
  margin-bottom: 10px;
  background-image: url('../img/intro_underlined_right.gif');
  background-repeat: no-repeat;
  background-position: 0px 19px;
  clear: both;
  float: left;
  width: 15.6em;
}

nav#rightnav ul li.level2 {
  padding: .25em 0em;
  height: 1em;
}

nav#rightnav ul li a {
  color:#646263;
  font-size: 85%;
  /* font-variant: small-caps; */
  text-decoration: none;
  padding-left: 1em;
  margin-bottom: 0px;
      padding-bottom: 4px;
      float: left;
  clear: both;
}

nav#rightnav ul li.level1 a.level1 {
  font-variant: small-caps;
  font-size: 85%;
  letter-spacing:.1em;
  margin-bottom: 0px;
  padding-bottom: 5px;
  
}


nav#rightnav ul li a:hover {
  font-weight: bold;
}

nav#rightnav ul.level2 {
  background-image: url('../img/intro_menu_header_left.gif');
  display: block;
  clear: both;
}

nav#rightnav ul li.level2:hover {
  background-color:#d4d4d4;
}


/**/

section#search_logo {
  padding:.5em;
  background-image: url('../img/intro_search_bg.gif');
  background-repeat: repeat-x;
}

section#search ul {
  list-style-type: none;
  margin: 0em;
  padding: 0em;
  margin-top: 1.2em;
  float: left;
  margin-left: 13px;
}

section#search ul li {
  float: left; 
}

section#search input.search_text {
  background: url("../img/searchnew.png") no-repeat scroll 0 0 transparent;
  border: 0 none;
  color: #949192;
  font-family: Arial,Verdana;
  font-size: 81.25%;
  height: 18px;
  padding: 0 0 0 5px;
  width: 217px;
  float: left;
}  

section .logo_minerva {
  float: right;
}

#logo h1{
    background: url("../img/logo_intro.gif") no-repeat scroll 0 0 transparent;
    height: 96px;
    width: 203px;
    float: left;
     text-indent: -9999px;
}

/* RM: 01.06.2015 */
.german {
  float: left;
  margin-left: 14px;
  width: 100%;
}


/* RM: 17.12.2015 */
.german a {
  font-size: 75%;
  text-decoration: none;
  font-style: italic;
  color: #000;
  float: left;
}

.german a:last-child {
 float:right;
 margin-right: 25px; 
}

/****************************start***************************

.search_text {
    background: url("../img/searchnew.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    padding: 0 5px;
    color: #949192;
    width: 212px;
    float: left;
    height: 18px;
}
*/
