/*
###########################################
## Print Layout
###########################################
*/
/*
------------------------------------------
Layout
------------------------------------------
*/

/*
body{
    background: white;
    font-size: 12pt;
    font-family: Arial, Helvetica, Sans-Serif;
    color: red;
}
#wrapper{
    width: auto;
    margin: 0 5%;
    padding: 0;
    border: 0;
    float: none !important;
    color: #000;
    background: transparent none;
}
#navigation{
    display: none;
}

*/

/*
------------------------------------------
Fonts
------------------------------------------
*/
h1, h2, h3, h4, h5, h6{
    padding-top: 2px;
    padding-bottom: 2px;
}
h1{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 18px;
    font-weight: normal;
}
h2{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    font-weight: normal;
}
h3{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    font-weight: normal;
}
h4{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    font-weight: normal;
}
p, ul{
    font-size: 11px;
    line-height: 14px;
}
p, ul, ol{
    margin-bottom:10px;
}
ul, ol{
    margin-top:10px;
    margin-left:20px;
}
textarea, input[type=text]{
    border: none;
    border-bottom: 2px #000 dashed;
}
.news_arrow {
    display:none;
}



body{
    background: white;
    font-size: 12px;
    font-family: Arial, Helvetica, Sans-Serif;
    color: #000;
}

#subhead {
    margin-bottom:10px;
}

#print_btn, .BackButton, .news_arrow, #language, #utilitie {
    display:none;
}

.infobox {
    display:none;
    /*
    border:solid 1px #000000;
    padding:10px;
    width: 209px;
    */
}

#tblLexikon {
    float:left;
}

.searchlabel, .searchbox, .searchbox_button {
    display:none;
}
 
.news{
    margin-left:50px;
}

/*
------------------------------------------
Footer
------------------------------------------
*/

.footer_print {
    background-color: #eceff2;
    padding: 2px 4px 2px 4px;
}

.footer_print_line {
    background-color: #d4d0c8;
    padding:0px;
}