/*
  screen.css
  CSS
 */
body {
background-color: #ffffff;
    color: #636363;
    margin: 0;
    padding: 0;
    font :100% sans-serif;
    height: 100%;
    line-height: 130%;
}
/* Hält alles zusammen. */
#wrapper {
    margin: 0 auto 0 15px;
    padding: 0
}
/* Kopfzeile */
#head {
    margin: 0px 0px 3px 0px;
    padding: 0;
}
/* Reiner Luxus, ein div-Container  Layout */
#head #h0 {
    height: 0px;
    padding: 0;
    margin: 0 0 0px 0;
}
/* Der Container für das Logo */
#head #h1 {
    margin: 0 3px 3px -2px;
    height: 140px;
    padding: 0;
    background: url(../images/webheader_de.jpg) top left no-repeat #e1dcaa;
background-color: #e1dcaa;
}
#head #h1 h1 {
    margin: 0 0 0 0px;
    padding: 0;
    height: 90px;
}
#metanav {
    width: 100%;
    font-size: 0.8em;
    text-align: left;
}
#metanav ul {
    margin: 0 0 0 0px;
}
#metanav ul li {
    display: inline;
    margin: 0;
    padding: 0
}
#wrapwrap {
    margin: 3px 0 0 0;
    padding: 0;
    background-color: #fff;
}
#wripwrap {
    background: #f9f9f9;
}
#navi {
    float: left;
    margin: 0px 0 0 0;
    padding: 18px 0 0 18px;
    width: 188px;
    font-size: 0.8em;
    font-weight: normal;
    background: #f9f9f9;
}
#navi ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#navi ul li {
    margin-bottom: 7px;
}
#navi ul li .fett,
#navi ul li ul li .fett {
    margin-bottom: 7px
}
#navi a {
    display: block;
}
#navi ul#zueb1 ul {
    margin-left: 25px;
}
#navi ul#studythree ul {
    margin-left: 25px;
}
ul.menu-left {
    list-style: none;
    margin: 0 0 0 -20px;
     
}
/* ------------------Navigationselemente */
/* ------------------------------------------------ */
a {
    color: #49494b;
    padding: 0 3px 0 3px;
    text-decoration: none;
    line-height: 130%;
}
#maincontent a {
    color: #d26a5f;
}
a:hover {
    color: #d26a5f;
}
#wrapwrap a {
    border-left: 1px solid #f9f9f9;
    border-right: 1px solid #f9f9f9;
}
#wrapwrap a:hover {
    border-left: 1px solid #d26a5f;
    border-right: 1px solid #d26a5f;
}
#news a {
    color: #d26a5f;
}
#news a:hover {
    color: #636363;
}
/* Externe Links */
/* --------- Skiplinks ------------------ */
a.skiplink {
    color: #000;
    position: absolute;
    z-index: 2;
    width: 11em;
    top: -2000px;
    left: -2000px;
}
a:focus.skiplink {
    color: #fff;
    top: 65px;
    left: 56px;
    font-size: 0.8em;
    font-weight: bold;
    text-decoration: underline;
}
/* Zusätzliche Hinweise für Nutzer von Textbrowsern */
.blindweis {
    height:0;
    width:0;
    left:-19000px;
    overflow:hidden;
    position:absolute;
    margin: 0;
    padding: 0;
}
/* --------------------------------- /Ende-Navigatoinselemente ----------------------- */
#content {
    margin: 0;
    padding: 0 0 0 15px;
    margin-top: -4px;
    margin-left: 205px;
    background: #fff;
}
#maincontent {
    float: left;
    width: 460px;
    margin: 0;
    padding: 10px 20px 0 0;
}
#maincontent h1 {

}
#maincontent h2,
#maincontent h3,
#maincontent h4 {
    color: #636363;
}
#maincontent h2 {
    font-size: 1.5em;
}
#maincontent h3 {
    font-size: 1.3em;
    font-weight: normal;
    border-bottom: 1px solid;
}
#maincontent,
#rightmenue dl,
#rightmenue ul {
    font-size: 0.8em
}
#maincontent dt {
    font-weight: bold;
}
#maincontent img {
    margin: 7px;
}
#rightmenue {
    background-color: #e1dcaa;
    line-height: 110%;
    margin-left: 485px;
    padding-top: 0px;
}
#rightmenue h2 {
    margin: 0 0 9px 0;
    padding: 0;
    font-size: 0.9em;
    color: #e7c001;
}
#rightmenue h3 {
    font-size: 0.8em;
    border-bottom: 1px solid #e7c001;
}
#rightmenue #news dl {
    margin-bottom: 12px;
}
#rightmenue #links {
    background: url(../images/efy_right_Body.jpg) left top no-repeat #e1bcaa;
    height: 584px;
    width: 227px;
}
#links ul a {
    display: block;
}
#links {
    border-top: 2px solid #ededed;
    padding-top: 10px
}
#footer {
    width: 465px;
    margin-left: 205px;
    padding: 10px 20px 0 10px;
    font-size: 0.7em;
    background-color: #e1dcaa;
    line-height: 100%;
    height: 5em;
}
#footer #left {
    float: left;
    margin-top: 0;
}
#footer #right {
    text-align: right
}
#footer img {
    border: none;
}
/* +++++++++++++ Allgemeine Klassen +++++++++++++++++++++++++++++++ */
abbr, acronym {
    border-bottom: 1px dotted #696969;
    cursor: help;
     
}
/* +++++++++++++ Zusätzliche Klassen für individuellere Textgestaltung ++++++++++ */
.fright {
    float: right;
}
.fleft {
    float: left;
}
.clearer {
    clear: both;
}
.fett {
    font-weight: bold;
     
}
.kursiv {
    font-style: italic;
     
}
.zentriert {
    text-align: center;
     
}
.eingerueckt {
    padding-left: 15px;
     
}
.klein {
    font-size: 0.6em
}
.rechtsgerichtet {
    text-align: right
}
.linksgerichtet {
    text-align: left
}
.rechts {
    text-align: right
}
.links {
    text-align: left
}
.top {
    vertical-align: top
}
.bottom {
    vertical-align: bottom
}
.normalfont {
    font-weight: normal
}
.rahmenoben,
.rahmenunten,
.rahmenrechts,
.rahmenlinks,
.rahmen {
    padding: 5px
}
.rahmenoben {
    border-top: 1px solid #C5C5C5;
}
.rahmenunten {
    border-bottom: 1px solid #C5C5C5;
}
.rahmenrechts {
    border-right: 1px solid #C5C5C5;
}
.rahmenlinks {
    border-left: 1px solid #C5C5C5;
}
.rahmen {
    border: 1px solid #C5C5C5;
}
.textbigorange {
    font-size: 1.5em;
    line-height: 130%;
    font-weight: bold;
    color: #E79730;
}
.lila {
    color: #990066
}
.box {
    margin: 1em;
    width: 250px;
    background-color: #F6F6F6;
    float: right;
    border: 1px dotted #788EA3;
    color: black;
    padding:5px;
}
.important {
    border: 1px dotted #d26a5f;
    padding: 4px;
    width: 350px
}
ul.nolistitem li {
    list-style-type: none
}
#h1toh4 th,
#h1toh4a th,
#h1toh4b th,
#h1toh4c th,
#h1toh4d th {
    display: none;
}
#service {
    margin:-2px 0 0;
    padding: 0;
    height: 40px;
    background-color: #e1dcaa;
}
