*
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100.1%;
}

body
{
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px 0px 0px 0px;
background-color: #ffffff;
margin: 2px;
}

#screen
{
    position: relative;
    margin: 0px auto;
    padding: 1px 1px 1px 1px;
    min-height:600px;
    text-align: left;
    font: normal 0.8em arial, helvetica, sans-serif;
    background-repeat: no-repeat;
    background-position: top left;
    max-width: 1000px;
}

#header
{
margin: 0px 0px 0px 10px;
border-bottom: 8px solid #006699;
}

#header h1 {
border: none;
float: right;
padding: 48px 0px;
font-size: 25px;
font-family: 'Varela', sans-serif;
}

#nav
{
    float: left;
    width: 158px;
margin: 0px 10px 0px 25px;
padding: 10px 5px 0px 0px;
}

#nav ul
{
    margin: 0px 5px 0px -4px;
    padding-left: 4px;
    color: #ffffff;
}

#nav li
{
    background-color: #ffffff;
    list-style-type: none;
    padding: 4px;
    margin: 1px 0px 0px 0px;
}

#nav li:hover, #nav li.selected
{
    background-color: #006699;
    color: #ffffff;
}

#nav li:hover a {
     color: #FFFFFF;
}


#nav li a
{
    color: #006699;
    text-decoration: none;
}

#nav li a strong
{
    color: #669933;
}

#nav li:hover a strong, #nav li.selected a
{
    color: #ffffff !important;
}

#nav li a:hover, #nav a.selected
{
    color: #669933;
}

#nav a.selected strong
{
    color: #ffffff;
}

#content
{
    margin: 0px 0px 0px 185px;
    padding: 0px 0px 0px 15px;
    min-height: 400px;
border-left: 1px solid #006699;
}

#content a
{
    color: #005084;
    text-decoration: none;
    /*background-color: #ffffff;*/
}

#content a:hover
{
    color: #669933;
    text-decoration: underline;
}

#content ul
{
list-style-type: square;
}

.box
{
border: 1px solid #cccccc;
padding: 5px;
}

.automargin
{
margin: auto;
}

table caption
{
font-weight: bold;
text-align: left;
font-size: 1.2em;
}

#content th {
    background-color: #6EB74A;
    font-weight:bold;
}

#content td {
    background-color: #D4E7C4;
}

#content .odd td, #content td.odd {
    background-color: #F3F8EE;
}

h2
{
    color: #006699;
    font-variant: small-caps;
    margin-bottom: 0px;
    font-size: 1.2em;
    padding: 1px 0px 1px 0px;
}

.subhead
{
    color: #669933;
    border: none;
    margin: 7px 0px 0px 0px;
}

h1
{
    color: #006699;
    border-bottom: 1px solid #006699;
    margin: 5px 0px 5px 0px;
    font-size: 1.5em;
}

h2 a
{
    background-color: #ffffff !important;
    color: #669933 !important;
}

h2 a:hover
{
    color: #006699 !important;
}

h3
{
    color: #005084;
    margin-bottom: 0px;
    margin-top: 10px;
}

h4
{
    margin: 4px 0px 0px 20px;
}

p
{
    margin-bottom: 2px;
    margin-top: 2px;
}


#content div.source
{
margin: 0px;
background-color: #DDDDDD;
padding: 5px;
border: 1px outset #cccccc;
text-align: right;
}

a.pdflink
{
    background-image: url(../img/layout/pdf.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    color: #133A7D;
}

#content div.source a.pdflink
{
    background-color: #DDDDDD;
}


#content div.linkbox
{
    width: 500px;
}

#content div.linkbox h2
{
    color: #133A7D;
    width: 100%;
}

#content div.linkbox li
{
    list-style-type: square;
}

#content div.linkbox a
{
    color: #133A7D;
}

#date
{
    font-size: smaller;
}


.source a.epaperlink {
    background-image: url("../img/layout/epaper.png");
    background-repeat: no-repeat;
    color: transparent !important;
    display: inline-block;
    height: 25px;
    vertical-align: middle;
    width: 83px;
}

.teaserbox
{
    margin: 0px 0px 25px 110px;
    padding: 0px 0px 0px 5px;
    width: 400px;
}

div.teaser
{
    font-weight: bold;
    margin-bottom: 10px;
}

#content p
{
    margin-bottom: 10px;
}

#letterhead
{
    margin: 0px 0px 0px 0px;
    color: #133A7D;
}

#letterhead:hover
{

}

#letterbox textarea
{
    width: 500px;
    height: 100px;
    overflow: auto;
    font-family: Arial, Helvetica, sans-serif;
}

#lettersubmit
{

}

.letter_head
{
background-color: #DDDDDD;
padding: 2px;
margin-top: 5px;
border: 1px inset #C8C8C8;
}

#content .image
{
    border: 1px solid #eeeeee;
    padding: 3px;
    max-width:100%;
    height:auto;
}

#content .image img {
    max-width:100%;
    height:auto;
}

#content .image100
{
    width: 100px;
}

#content .image190
{
    width: 190px;
}

#content .image290
{
    width: 290px;
}

#content .image400
{
    width: 400px;
}

.black a
{
    color: #000000 !important;
}

.image .img_src
{
    font-size: x-small;

}

.left
{
    float: left;
}

#content .rechts
{
    float: right;
    margin: 0px 0px 5px 10px;
}

#content .links
{
    float: left;
    margin: 0px 10px 5px 0px;
}

a.a_mag
{
display: block;
text-align: right;
font-size: x-small;
}

img.a_mag
{
border: none;
}

.img_bu
{

}

a.more
{
font-weight: bold;
color: #006699 !important;
}

#breaker, .breaker
{
    clear: both;
}

#footer
{
    border-top: 1px solid #006699;
    background-repeat: repeat-x;
    margin-top: 50px;
    padding-top: 5px;
    font-size: 9pt;
    text-align: right;
}

div.issue {
text-align: right;
font-size: 10px;

}

@media print
{

    #nav, #topnav, #searchbox, .linkbox, .pdflink, .noprint, #letterbox, #letterhead, #header
    {
        display: none;
    }

    #content, #footer
    {
        margin-left: 0px;
        padding: 10px 100px 10px 10px;
        width: 600px;
    }

}

@media only screen and (max-width: 780px) {
    .rechts, .links {
        float:none;
        width:100%;
    }
    
    .rechts.image, .links.image {
        width:100% !important;
        height:auto;
    }
    
    .rechts.image img, .links.image img {
        width:100% !important;
        height:auto;
    }

}