/*
* -----------------------------------------------------------------------
* HEADER
*
*/


html,
body {
overflow:    visible !important;
}



#body_wrapper,
#main_wrapper,
#middle_wrapper,
#middle_index_wrapper {
overflow:    visible !important;
width:              100%;
float:              none;
padding:            0;
margin:             0;
}

#middle_center_index_wrapper,
#middle_center_wrapper {
width:              100%;
float:              none;
}


#body_wrapper {
position:    relative;
border:             0px solid blue;
}

#main_block {
display:    inline-block;
border:             0px solid red;
}

#main_wrapper {
width:              100%;
}


#background,
#top_wrapper,
#bottom_wrapper,
#middle_left_wrapper,
#middle_left_inhalt,
#middle_right_wrapper,
#middle_right_inhalt,
#bottom_index_wrapper,
#bottom_mirror,
#unten_langer,
#main_menu_sehhilfe_inhalt
{
    display:                none;
}



#print_logo,
#print_footer
{
    display:                inline;
    width:                  100%;
}

#print_logo {
    height:                 80px;
    *display:               none;
    -display:               inline;
}


#print_footer {
    border-top:             1px solid #000000;
    width:                  100%;
    text-align:             left;
}

#body_wrapper {
    background-image:       none;
    background-color:       #FFFFFF;
}

#main_wrapper {
    margin-left:            0px;
}

#middle_center_wrapper,
#middle_center_index_wrapper
{
    width:      100%;
}

#content {
font-size: 0.75em;
margin: 0;
}

#content a{
text-decoration: underline;
color: #2D2F7C;
}

/*
* -----------------------------------------------------------------------
* HEADLINES und LINKS
*
**/


h1,h2,h3,h4,h5,h6,a {
font-weight: bold;
color:       #0A265F;
}
