@charset "ISO-8859-1";

html, body, div, p, h1, h2, h3, h4, ul, ol, li {
	margin: 0; padding: 0;
}

html,body {
        background: #244e7e;
        color: #000;
}

body {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 95%;
        line-height: 1.4;
}

h1,h2,h3,h4 {
        margin: 1em 0 0.2em 0;
        color: #20426e;
        line-height: 1.2;
}

h1 {
        font-size: 1.4em;
        font-weight: bold;
        line-height: 1.3;
}

h2 {
        font-size: 1.2em;
        font-weight: bold;
        line-height: 1.3;
}

p {margin: 0.5em 0;}

.u {position: absolute; left: -100em;}

#seite {
        width: 68em;
        min-width: 45em;
        max-width: 100%;
        margin: 0 auto;
        position: relative;
}

#kopf {
        background-color: #4892cb;
        color: #F0F6FB;
        background-image: url(../_img/grafics/ds-header-neu.gif);
        background-position: left bottom;
        background-repeat: no-repeat;
        padding-top: 100px;
        position: relative;
        height: 1.7em;
}

#kopf h1 {
        font-size: 1.4em;
        font-weight: normal;
        line-height: 1.3;
        background-image: url(../_img/grafics/dslogo-trans.gif);
        background-repeat: no-repeat;
        background-position: top left;
        padding: 25px 0 0 70px;
        margin-top: 4px;
        position: absolute;
        top: 0;
        left: 30px;
        color: #F0F6FB;
        width: 16em;
        z-index: 10;
}

#kopf h1 span {
        font-weight: bold;
}

#kopf h1 a {
        color: #f0f6fb;
        text-decoration: none;
        display: block;
        padding-left: 65px;
        margin-left: -65px;
        padding-top: 24px;
        margin-top: -24px;
}



#content {
        border-left: 13em solid #FEDC60;
        color: #000;
        background-color: #FFEC93;
        padding: 1em 1.3em;
}

#menu {
        position: absolute;
        width: 13em;
		top: 10em;
        color: #000;
        background-color: #FEDC60;
}

#menu ul {margin: 1.5em 0;}

#menu li {margin: 0.5em 0 0.5em 0.5em; list-style: none;}


#navigation a {
        text-decoration: none;
        font-weight: bold;
        color: #20426E;
        display: block;
}

#menu li a:hover, #menu li a:focus, #menu li a:active {
	text-decoration: underline;
}


#standardlinks {
        background-color: #0c416d;
        color: #f0f6fb;
        padding: 0.5em 15.5em 0 0;
        height: 1.5em;
        position: relative;
}

#standardlinks ul li {
        font-size: 0.9em;
        border-right: 1px solid white;
        padding-right: .5em;
        float: left;
        display: block;
        margin-left: .5em;
}

#standardlinks ul li.last {
        border: none;
}

#standardlinks ul li a,#standardlinks ul li span.active {
        text-decoration: none;
        color: #f0f6fb;
        padding: 0 2px;
}

#standardlinks ul li a:hover,#standardlinks ul li a:focus,#standardlinks ul li a:active
        {
        text-decoration: none;
        background-color: #f0f6fb;
        color: #20426e;
}
#dokInfo {
        font-size: 0.85em;
        text-align: right;
        max-width: none;
        margin: 2.5em 0 1em 0;
        clear: both;
}

#dokInfo .author {
        padding-right: 0.4em;
        visibility: hidden;
}


#dokInfo .author a,#dokInfo .author span {
        visibility: visible;
        text-decoration: none;
}

#footer {
        clear: both;
        background-color: #0c416d;
        color: #f0f6fb;
        padding: 1em 0 0.5em 0;
        text-align: right;
}

#footer p {
        font-size: 0.9em;
        max-width: none;
        padding-right: 1em;
margin:0;
}

#footer a {
        color: #f0f6fb;

}

