@CHARSET "UTF-8";

/* =====================================
 * Prefixes:
 *             k => komponent
 *            p => partial
 *            t => text
 *            f => form
 *            n => navi
 *            b => button
 *            pre => Presse
 *            ver => Veroeffentlichungen
 *            akt => Aktuelles
 *            pict => Bilder
 *======================================*/

/* =================================== */
/* Allgemeine/Globale Definitionen     */
/* =================================== */
* {
    padding:0;
    margin:0;
    border: 0;
    font-family:arial, sans-serif;
    letter-spacing:0em;
}

ul {
    list-style-type:none;
    list-style-position: outside;
    margin-bottom: 10px;
}

ul li{
    font-family: arial;
    font-size: 12px;
    line-height: 16px;
    color: #333;
    margin-bottom: 9px;
    /* IE List-Style Hack */
    background-image: url(/images/list_icons.png);
    background-repeat: no-repeat;
    background-position: 0 .5em;
    padding-left: 20px;
}
ul li ul li{
    background-image: url(/images/list_icons2.png);
}

ul li ol {
  margin-top: 9px;
}

ol li{
  background-image: none;
  margin-left: 20px;
  padding-left: 5px;
}


/*Anfang eingefärbte Listen ohne Markierung*/
div.coloredlist{
    margin-left: -30px;
    margin-bottom: 9px;
    background-color: #efd2cf;
}

    div.coloredlist div.listtext{
        background-color: #f3f3f3;
        font-size: 12px;
        margin-left: 19px;
        margin-bottom: 0px;
        padding: 5px;
    }

        div.coloredlist div.listtext div.listheading{
            color: #b01d0e;
            font-weight: bold;
            padding-top: 9px;
            padding-left: 9px;
        }

        div.coloredlist div.listtext p{
            background-image: none;
            padding-left: 9px;
            padding-bottom: 0px;
        }

            div.coloredlist div.listtext p#listtext_first_p{
                margin-top: 9px;
            }
/*Ende eingefärbte Listen ohne Markierung*/

/*Anfang nummerierte listen*/
ul.numbered{
    list-style-type: decimal;
    list-style-position: outside;
    padding-left: 25px

}

ul.numbered li{
    color:  #b01d0e;
    background: none;
    padding-left: 0px;
    font-size: 18px;
    line-height: 10px;
    font-weight: bold;
}

ul.numbered li span{
    font-weight: normal;
}
/*Ende nummerierte listen*/

.p_clone, .p_clone_abs{
    overflow:hidden;
}

.p_clone_abs{
    margin-bottom:20px !important;
    width:100%;        /* force IE6 linebreaks */
}

.p_clone_abs_edit {
  overflow:visible;
  margin-bottom:40px !important;
}

/* =================================== */
/* Navigation                            */
/* =================================== */
ul#navigation{
    list-style-position: outside;
    list-style: none;
    width:100%;
}

/* IE Whitespace Bug und List-Style-Bug umgehen */
ul#navigation li{
    /* Liste-Style Bug */
    padding: 0;
    background: transparent;
    /* White-Space-Bug */
    line-height: 0;
    font-size: 0;
    margin-bottom: 8px;
}

ul#navigation li a{
    display: block;            /* verursacht IE-Whitespace Bug */
    padding-left: 10px;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    line-height: 20px;
    margin-bottom: 7px;
}

ul#navigation li a.n_main_active{
    background: #b01d0e;
    color: #FFF;
}

ul#navigation li a:hover{
    text-decoration: underline;
    /*background: #b01d0e;
    color: #FFF;*/
}

/* Sub-Navigation */
ul#sub_navigation{
    list-style-position: outside;
    width:100%;
    list-style-type:none;
    list-style: none;
}

/* IE Whitespace Bug umgehen */
ul#sub_navigation li{
    line-height: 0;
}

ul#sub_navigation li a{
    display: block;
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    padding-left: 10px;
    color: #878787;
    margin-bottom: 4px;
    text-decoration: none;
    line-height: 15px;
}

ul#sub_navigation li a.n_sub_active{
    color: #b01d0e;
}

ul#sub_navigation li a:hover{
    text-decoration: underline;
}

/* =================================== */
/* Grunlayout                            */
/* =================================== */
body{
    text-align: center;
    background-color: #b5b5b5;
}

.MAIN{
    width: 996px;
    margin:    0 auto;
    background-color: #FFFFFF;
    overflow: hidden;
    border-top: 5px #b01d0e solid;
}

.title {
  font-weight: bold;
}

.header_box{
    height:130px;
    width:100%;
}

.head_left{
    float:left;
    width:230px;        /* gleich mit left_container */
    text-align: right;
}

.head_mid{
    float:left;
    border-left:1px #b5b5b5 solid;
    height:100%;
    text-align: left;
    width:510px;
}

.head_right{
    float:left;
    margin-top: 58px;
    margin-left: 20px;
}

.start_left{
    float:right;
    background-image: url(/images/start_left.png);
    cursor: pointer;
    width:60px;
    height:76px;
    margin-top:20px;
}
.header_box a:hover{
    color: #ffffff;
}


.start_right{
    background-image: url(/images/start_right.png);
    width:136px;
    cursor: pointer;
    height:98px;
    margin-top:20px;
}

.hertie_head{
  background-image: url(/images/hertie_stiftung.png);
  width: 167px;
  cursor: pointer;
  height: 50px;
}

.hertie_head_link{
  display:block;
  height:50px;
}

.hidden_except_print{
    display:none;
}

.body_box, .footer_box{
    overflow:hidden;
}

.left_container, .mid_container, .right_container{
    float:left;
}

.left_container{
    width:160px;
    padding-left:40px;
    padding-right:30px;
    text-align:right;
}

.mid_container{
    width:510px;
    border-left:1px #b5b5b5 solid;
    padding-bottom: 15px;
    text-align: left;
}

.right_container{
    width:210px;
    margin-right: 45px;
    text-align: left;
    overflow: hidden;
}

.left_container#footer_l{
    padding-top: 50px;
}

.mid_container#footer{
    padding-left: 30px;
    padding-right:10px;
    padding-top: 50px;
    width:470px;
}

/* Left Container */
.global_search_container{
    padding-bottom:60px;
}

.nav_container{
    text-align:left;
    margin-bottom: 50px;
}

/* Mid Container */
.m_top_img{
    width:510px;
    height:130px;
    background-color:#AAA;
}

.content_container{
    padding-left:30px;
    padding-right:10px;
    text-align:left;
    min-height: 535px;
    /* IE min-height Hack */
    height:auto !important;
    height:535px;
}

/* Right Container */
.r_top_img{
    width:215px;
    height:130px;
    background-image:url(/images/stipendien.png);
}

/* Top-Verlauf */
.top_verlauf{
    height: 22px;
    width:100%;
    background-image: url(/images/verlauf.png);
}

/* Footer -Definitionen */
.footer_print_page_logo, .footer_print_page_link{
    float:left;
}

.footer_print_page_logo{
    margin-right: 10px;
    cursor: pointer;
}

.footer_copyright{
    float:right;
    margin-top: 0;
}

/* =================================== */
/* Definitionen fuer einzelne Seiten   */
/* =================================== */
p.bankverbindung1{
    margin-bottom: 0px;
    margin-top: 9px;
}
p.bankverbindung {

}


.pr_mitteilung_container, .ver_container, .akt_container{
    overflow:hidden;
    padding-bottom: 15px;
}

.akt_container_last{
    border: 0;
}

.akt_date{
    color:#878787;
}

.akt_titel_container{
    margin-bottom:20px;
}

.pr_mitteilungen_desc, .ver_desc, .akt_desc{
    width:70px;
    float:left;
}

.pr_mitteilungen_cont, .ver_cont, .akt_cont{
    width:400px;
    float:left;
}

.pageskip_container{
    width:100%;
    margin-top:50px;
    text-align:right;
}

.bew_map_container{
    float:right !important;
    width:177px;
    height:199px;
    position:relative;
    overflow:hidden;
}

    .bew_map_container .visible_map{
        position:absolute;
        left:0;
        top:0;
        z-index:100;
        width:177px;
        height:199px;
    }

    .bew_map_container .invisible_map{
       position:absolute;
       top:0;
       left:0;
       z-index: 200;
       filter:alpha(opacity:0);
       -moz-opacity:0;
       opacity:0;
       width:177px;
       height:199px;
    }

.bew_dropDown_container{
    margin-top: 10px;
    position:relative;
    cursor: pointer;
}

    .bew_dropDown_container .titelBar{
        width:176px;
        height:18px;
        background:url(/images/bew_dd_mid.png) repeat-x;
        margin-bottom:0;
        overflow:hidden;
        float:left;
        padding: 2px 10px;
        float:left;
    }

        .bew_dropDown_container .titelBar .titelText{
            margin:0;
            float:left;
            color:#FFF;
            font-family: arial;
            font-size: 12px;
            font-weight: bold;
            line-height: 18px;
        }

        .bew_dropDown_container .titelBar .dropArrow{
           float:right;
           width:10px;
           height:10px;
           background: url(/images/bew_arrow_down.png);
           margin-top:3px;
        }

    .bew_dropDown_container .dropDownContainer{
        width:194px;
        overflow:hidden;
        border: 1px #878787 solid;
        position:absolute;
        top:20px;
        left:0;
    }

        .bew_dropDown_container .dropDownContainer .row1{
            background:#FFF;
            width:174px;
            padding: 3px 10px;
        }

        .bew_dropDown_container .dropDownContainer .row2{
            background:#F0F0F0;
            width:174px;
            padding: 3px 10px;
        }

/* =================================== */
/* Partials                            */
/* =================================== */
.p_paging_arrow{
    vertical-align: bottom;
}

.p_paging_text{
    margin-left: 5px;
    margin-right: 5px;
}

.p_paging {
	margin-left: 5px;
	margin-right: 5px;
	font-weight: bold;
}

#paging_indicator,
#cc_indicator {
  vertical-align: bottom;
  width: 20px;
  height: 18px;
  margin-right: 10px;
  background: url("/images/vbedit/loader.gif") center center no-repeat;
}

/* =================================== */
/* Komponents                            */
/* =================================== */
.k_logincontainer{
    text-align:left;
    padding: 10px;
    background-color:#f0f0f0;
    background-image: url(/images/login_box.png);
    background-position: top right;
    background-repeat:no-repeat;
    /*height: 200px;*/
}
.k_logincontainer h3{
    margin-top: 0;
}

.k_login_inp_container1{
    margin-bottom:5px;
}

.k_login_inp_container2{
    margin-bottom:15px;
}

.k_stipendcontainer{
    width:170px;
    margin-left: 12px;
    margin-top: 18px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f0f0f0;
}

.k_stipendpict{
    width:170px;
    height:175px;
    margin-bottom: 10px;
    background-color:#AAA;
}

.k_kontakt_pict, .k_kontakt_pict_big, .k_kontakt_desc, .k_kontakt_cont{
    float:left;
}

.k_kontakt_container {

}

.k_kontakt_pict{
    margin-right:30px;
    overflow:hidden;
    background:#b5b5b5;
    width:110px;
    height:118px;
}

.k_kontakt_pict_big {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 160px;
    margin-right: 30px;
    overflow: hidden;
    width: 110px;
}

.k_kontakt_desc{
    width:50px;
}

.k_partn_logobox{
    float:left;
    margin-right:30px;
    width:190px;
}

.k_partn_rollout_lb{
    overflow:hidden;
    margin-top:15px;
}

.k_partn_rollout_arrow{
    float:left;
    background-image:url(/images/info_arrow_right.png);
    width:10px;
    height:10px;
    margin-right:5px;
    margin-top:4px;
}

.k_partn_desc{
    overflow:hidden;
    float:left;
    width:230px;
}

.k_partn_info_cont{
     background:#f0f0f0;
     padding:10px;
     margin-top:10px;
}

/* =================================== */
/* Allgemeine Schrift-definitionen     */
/* =================================== */
h1{
    font-family: arial;
    font-size: 18px;
    line-height: 24px;
    color: #b01d0e;
    margin-bottom: 14px;
}

h2{
    font-family: arial;
    font-size: 14px;
    font-weight:bold;
    line-height: 20px;
    color: #333;
    margin-bottom: 11px;
    margin-top: 17px;
}

h3, .h3_clone{
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    color: #333;
    margin-bottom: 9px;
    margin-top:15px;
}

h2.no_margin, h3.no_margin{
    margin: 0;
}

h2.divider, h3.divider {
    background-image: url(/images/vbedit/divider.png);
    background-repeat: repeat-x;
    background-position: 0px 9px;
}

    h2.divider div, h3.divider div {
        background-color: #ffffff;
        float:left;
        margin-left: 10px;
        padding-right: 5px;
        padding-left: 5px;
    }

.pageslot_static h2, .pageslot_static h3 {
    margin: 0 !important;
    margin-bottom:11px !important;
}

h2.date, h3.date {
    margin: 0 !important;
    margin-top:17px !important;
    font-size: 11px !important;
    font-weight: normal !important;
}


p, span, .p_clone, .p_clone_abs{
    font-family: arial;
    font-size:12px;
    line-height: 18px;
    color: #333;
    margin-bottom:9px;
}

a:link, a:visited, a:active, a:hover{
    color: #b01d0e;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

a.footer:link, a.footer:visited, a.footer:active, a.footer:hover{
    font-size: 11px;
}

.footer_text{
    font-size: 11px;
    color: #878787;
}

.t_copyright{
    font-family: arial;
    font-size: 11px;
    color: #878787;
    padding-left: 40px;
}

.k_login_text{
    font-family:arial;
    font-size:12px;
    color:#333333;
    margin-bottom:5px;
}

.k_stipendtext{
    color: #878787;
    margin-bottom: 9px;
}

.k_stipendname{
    font-family: arial;
    font-size: 11px;
    line-height: 17px;
    color: #878787;
}

p.r_top_text{
    color: #FFF;
}

code.javascript {
  display:none;
}

/* =================================== */
/* Formular-definitionen                */
/* =================================== */
.f_button{
    background-color: #b01d0e;
    border:0;
    color:#FFF;
    padding: 2px 5px;
}

.f_button#f_search_submit{
    background:url(/images/button_search.png);
    width:20px;
    height:19px;
}

.f_button#f_login_submit{
    background:url(/images/button_login.png);
    width:50px;
    height:20px;
    margin-top:2px;
}

.f_input, .f_input_search{
    padding: 2px 3px !important;
    background-color: #FFF;
    border: 1px #878787 solid;
    font-family: arial;
    font-size:11px;
    color: #000000;
    height: 14px;
    padding:2px 0;
    line-height: 13px;
    width: 90%;
}

.f_input_search{
    width:110px;
    padding: 2px 3px !important;
    float:left;
}

.f_start_anml{
    background: #f0f0f0;
    color:#b01d0e;
    border: 0;
    padding: 2px 5px;
    font-weight: bold;
}

.f_select {
    padding: 2px 3px !important;
    background-color: #FFF;
    border: 1px #878787 solid;
    font-family: arial;
    font-size:11px;
    color: #000000;
    padding:2px 0;
}

/* =================================== */
/* Button-Definition                    */
/* =================================== */
.b_container{
    width:139px;
    height:20px;
    background-image:url(/images/button_blank.png);
    padding-left:25px;
    padding-top:8px;
    margin-top:15px;
}

a.b_link:link, a.b_link:visited, a.b_link:active, a.b_link:hover{
    display:block;
    font-size:12px;
    font-weight:bold;
    text-decoration: none;
}

img.big_textbutton{
    margin-top:28px;
    margin-right: 10px;
}

.has_pointer{
    cursor: pointer;
}
/* =================================== */
/* Bildausrichtungen                     */
/* =================================== */
.pict_index_t{
    margin-top:4px;
    margin-bottom:10px;
}

.pict_index_lt{
    float:left;
    margin-right:20px;
    margin-bottom:10px;
    margin-top:4px;
    max-width:140px;
    max-height:144px
}

#pict_hertie{
    margin-top:20px;
    margin-bottom:20px;
}

.pict_partner_logo{
    max-width:190px;
}
img.button_anfahrtsskizze{
    margin-bottom: -2px;
    margin-left: 5px;
}
img.bilderreihe{
    margin-bottom: 10px;
    margin-top: 13px;
}
img.bilderreihe2{
    margin-bottom: 27px;
}

/* =================================== */
/* Spacer-Linie                        */
/* =================================== */
.hor_spacer1{
    background:#b01d0e;
    color: #b01d0e;
    height:1px;
    margin-bottom:20px;
}

#hor_spacer1_kooperieren
{
    margin-bottom:9px;
}

.hor_spacer2{
    background:#b5b5b5;
    color: #b5b5b5;
    height:1px;
    margin-bottom:20px;
}




/* =================================== */
/* Ausklapp-Box - bewerben             */
/* =================================== */
.rollout_container{
    width:90%;
    border:1px solid #000;
    padding-left:20px;
    padding-top:10px;
}

.grey_rollout_container{
    background-color: #f3f3f3;
    border: none;
    padding-bottom: 5px;
    padding-right: 20px;
    margin-top: 5px;
    margin-bottom: 0px;
}


/* =================================== */
/* Tooltip - bewerben/unterlagen       */
/* =================================== */

div.tooltip_unterlagen{
    background-color: #f7e9e7;
    padding: 0px;
    margin: 0px;
}

div.tooltip_tip{
    float: right;
    margin-right: -22px;
    margin-top:12px;
}

/*Kontakt-Seite*/
.map {
    width:0px;
    height:0px;
    overflow:hidden;
}

em {
    font-size:12px;
}

/* =================================== */
/* Bilder im Text       */
/* =================================== */

.drop_mark {
  float: left;
  margin-top: 4px;
  margin-bottom: 7px;
  margin-right: 10px;
}

.drop_mark.right {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}

.drop_mark IMG {
  margin: 0;
}


/* =================================== */
/* Layer                               */
/* =================================== */

#layer_cover {
  position:fixed;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  display:none;
  z-index:100000;
  background-color:#f1f1f1;
  filter:alpha(opacity=65);
  -moz-opacity:0.65;
  opacity:0.65;
}

#layer_position {
  position:fixed;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  display:none;
  z-index:100001;
}

#layer_content_box {
   border: 2px solid #598C0E;
}

#layer_content {
  background-color: #ffffff;
  padding: 11px 13px 5px 13px;
  font-size: 12px;
}

#layer_action {
  background-color: #ffffff;
  padding: 13px;
  text-align: center;
}

.layer_action_button {
    height: 19px;
    width: 40px;
    line-height: 19px;
    font-size: 11px;
    margin-left: 10px;
    padding: 0px 3px 3px 3px;
    color: #fff;
    background: #598c0e url('/images/vbedit/palette_x-gradient.png') repeat-x;
    border: 1px #729d32 solid;
    *border: 0; /* IE fix */
    border-top: 0;
    border-bottom: 0;
    cursor: pointer;
}

.layer_action_button:hover {
  background-position: 0 -20px;
  border-color: #4f7c1b;
}

.layer_action_button_standard {

}

.layer_action_button_first {
  margin-left: 0px;
}

.reg_form {

}

.reg_form .form_row {
  border: 0px solid blue;
  /*height: 45px;*/
  margin-bottom: 10px;
}

.reg_form .button_row {
  margin-top: 15px;
}

.reg_form .form_row .error_row {
  display: none;
}

.reg_form .error .error_row {
  display: block;
}

.reg_form .error .error_row span {
  color: #B01D0E;
}

.reg_form .error .text_row span {
  color: #B01D0E;
  font-weight: bold;
}

.reg_form .error .input_row input {
  border-color: #B01D0E;
}

.indicator {
  float: left;
  height: 30px;
  width: 30px;
  background: url('/images/vbedit/loader.gif') center center no-repeat;
}

.login_link {
  font-size: 11px;
}

.error_msg {
  padding: 1px 5px;
  border: 2px solid #E4886E;
  background-color: #D2380E;
  color: white;
  font-size: 11px;
  margin-right: 17px;
}

  .error_msg li {
    color: white;
    margin-left: 15px;
    /*list-style: circle; */
    list-style-color: white;
    margin-bottom: 0px;

  }

.star {
  color: #E27D62;
  font-weight: bold;
  padding: 0px 3px 0px 2px;
}

