/*HEADER*/
#top_pageheader {
    position: relative;
    padding: 0;
    margin: 0;
    top: 0;
    width: 100%;
}

#leiste_uni_logo {
    background-image: url("../images_neu/header/obere_leiste_mit_bis_logo_cd2008.png");
    background-repeat: no-repeat;
    width: 819px;
    height: 78px;
}

#leiste_gruen {
    background-image: url("../images_neu/header/leiste_gruen.jpg");
    background-repeat: repeat-x;
    height: 78px;
}

#leiste_ekvv_logo {
    background-image: url("../images_neu/header/ekvv_logo.jpg");
    /*background-image:url("../images_neu/header/themenlogos/ekvv_logo_ostern.jpg");*/
    background-repeat: no-repeat;
    /*width: 106px;*/
    width: 96px;
    height: 78px;
}

/*DRUCK - SPRACHE*/
#druck ul {
    text-align: right;
    padding: 3px 0 0 0;
    margin: 0;
    background-color: #fff;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
}

#druck ul li {
    display: inline;
    padding-right: 10px;
}

/*OBERE LINKLEISTE*/
#top_navcontainer {
    position: relative;
    top: 5px;
    max-width: 100%;
    margin-right: 2px;
    background-color: #edebed;
    border: 1px solid #9C9C9C;
}

#top_navcontainer a {
    text-decoration: none;
    margin: 8px 6px 11px 7px;
    display: inline-block;
    font-size: 15px;
    color: #adabad;
}

#top_navcontainer a:hover {
    color: orange !important;
}

#top_navcontainer a.current {
    color: orange !important;
}

/*INHALT (ALLES UNTER TOPNAVIGATION*/
#bottom_container {
    position: relative;
    top: 10px;
    padding: 0;
    margin: 20px 0;
    width: 100%;
}

/*LEFT-NAVI*/
#links_navcontainer {
    position: absolute;
    left: 0;
    padding: 0;
    width: 200px;
    border: 1px solid #9C9C9C;
    background-color: #edebed;
    margin: 0 0 0 5px;
}

#links_navlist {
    padding: 20px 0;
}

#links_navlist ul {
    margin: 0;
    padding: 0 0 5px 0;
    list-style-type: none;
}

#links_navlist li {
    margin: 0;
    width: 200px;
}

#links_navlist ul li a {
    padding: 3px 5px 3px 15px;
    display: block;
    color: #3C3C3C;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    margin-left: 10px;
}

#links_navlist a:hover {
    color: #008853;
    text-decoration: underline;
}

#links_navlist ul li a.current {
    color: #008853;
    font-weight: bold;
    /*background-image:url("quadrat_gruen_klein.jpg");*/
    background-repeat: no-repeat;
    background-position: left;
    margin-left: 10px;
}

#links_navlist ul ul a {
    display: block;
    padding: 3px 5px 3px 35px;
    text-decoration: none;
    font-weight: normal;
    margin-left: 10px;
}

#links_navlist ul ul a.current {
    color: #008853;
    font-weight: bold;
}

#links_navlist ul li a.gruen {
    color: #008853;
}

/*SUCHFELD*/
#nav_suche {
    color: white;
    background-color: #008853;
    padding: 10px 5px 10px 5px;
    text-align: left;
    width: 190px;
}

#nav_suche a {
    color: #fff;
}

* html #nav_suche {
    width: 200px;
}

/*INHALT*/
#inhalt_mit_linkem_abstand {
    /*position: absolute;
     left: 210px;
     right: 0;*/
    color: #3C3C3C;
    padding: 4px 10px 10px 10px;
    margin: 0 5px 10px 215px;
    border: 1px solid #9C9C9C;
}

* html #inhalt_mit_linkem_abstand { /*Browserweiche für IE*/
    width: 100%;
}

#inhalt_ohne_abstand {
    color: #3C3C3C;
    padding: 0 10px 10px 10px;
    margin: 0 5px 10px 10px;
}

#inhalt_mit_rechtem_kasten {
    color: #3C3C3C;
    margin-right: 210px;
    padding: 0 10px 10px 10px;
}

* html #inhalt_mit_rechtem_kasten { /*Browserweiche für IE*/
    width: 100%;
}

.kommentartext {
}

/*NEWS-KASTEN*/
#rechte_leiste {
    position: relative;
    right: 5px;
    margin: 0 0 0 10px;
    width: 200px;
    float: right;
}

.rechter_kasten {
    border: 1px solid #9C9C9C;
    background-color: #edebed;
    width: 200px;
    margin-bottom: 10px;
    overflow: hidden;
}

.rechter_kasten h4 {
    margin: 0 0 0 0;
    background-color: #008853;
    color: #fff;
    padding: 10px;
    font-size: 11px;
}

.rechter_kasten ul {
    list-style-type: none;
    padding: 0 4px 0 6px;
    margin: 10px 0 0 0;
}

.rechter_kasten ul li {
    padding-bottom: 8px;
}

.rechter_kasten ul li a {
    font-weight: bold;
}

.rechter_kasten ul li a.alleNews {
    font-weight: normal;
}

.rechter_kasten ul li dt a {
    font-weight: normal;
}

.rechter_kasten a.fb-icon {
    background: url("../images/facebook.png") 0% 50% no-repeat;
    display: block;
    padding-left: 20px;
}

.rechter_kasten a.twitter-icon {
    background: url("../images/twitter.png") 0% 50% no-repeat;
    display: block;
    padding-left: 20px;
}

#popup_header {
    text-align: right;
    display: none;
    margin-top: 3px;
}

#popup_footer {
    text-align: right;
    display: none;
    margin-top: 15px;
}

.variante_wechseln {
    padding-left: 22px;
    padding-top: 3px;
    padding-bottom: 3px;
    background: url("../images/pfeile2_links.gif") 0% 50% no-repeat;
}

.sinfo {
    padding-left: 22px;
    padding-top: 3px;
    padding-bottom: 3px;
    background: url("../images_neu/information.png") 0% 50% no-repeat;
}

table.auflistung .infospalte {
    width: 30px;
    text-align: center;
}

#links_navlist ul li.englische {
    background: url("../images_neu/header/flagge_englisch_icon.jpg") 2% 25% no-repeat;
}

.fragebogen_subtext {
    color: gray;
    padding-top: 0.2rem;
}

.fragenblock {
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}
