@CHARSET "UTF-8";

/* CSS-Set fuer Screen */

body {
    margin: 0;
    padding: 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    background-color:#fcfdff;
    text-align: center;
    color: #3d414f;
    background-image: url(top-verlauf2.png);
    background-repeat: repeat-x;
}

#content img {
    border-width: 0pt;
}

/* for error sites */
img.errflag {
    margin-top: 3em;
    margin-left: 2em;
    margin-right: 2em;
    margin-bottom: 2em;
}

#page {
    position: relative;
    text-align: left;
    width: 950px;
    background-color:#fcfdff;
    margin-right: auto;
    margin-left: auto;
}

#banner {
    margin-top: 25px;
    padding: 0pt;
    background-image: url(llname.png);
    background-repeat: no-repeat;
    height: 52px;
}

#menubar {
    padding: 0em 0em 0.5em 0em;
    line-height: 1.4em;
    text-align: right;
    border-bottom-width: 1pt;
    border-bottom-style: solid;
    border-color: #bbbbbb;
}

#nav1, #nav2, #flag {
    margin: 0em;
    padding: 0em;
    list-style: none;
}

#nav1 li {
    display: inline;
    margin: 0em;
    padding: 0em .5em 0em .5em;
}

#nav1 li a:link, #nav1 li a:visited {
    padding: 0.5em;
    text-decoration: none;
    color: #0e53b9;
}

#nav1 li a:hover {
    background-color: #cfcfcf;
    padding: 0.5em;
}

#main {
}

#rightbar {
    margin-top: 20px;
    border-left-width: 1pt;
    border-left-style: solid;
    border-color: #bbbbbb;
    float: right;
    width: 200px;
    height: 500px;
}

#ipv6 {
    padding-top: 250px;
}

#ipv6 li {
    display: block;
}

#ipv6 li a:link, #ipv6 li a:visited {
    padding: 0.5em 0.5em 0.5em 1em;
    border-width: 1pt;
    border-style: dotted;
    border-color: #000000;
    text-decoration: none;
    color: #3d414f;
}

#ipv6 li.green a {
    background-color: #c4efa1;
}

#ipv6 li.red a {
    background-color: #ffe7af;
}

#flag li {
    display: inline;
    margin: 0em;
    padding: 0 0.5em 0 0.5em;
}

#flag li img {
    margin-top: 0.5em;
    border-width: 0px;
}

#flag li:first-child img {
    padding-left: 11em;
}

#nav2 li:first-child {
    padding-top: 3em;
}

#nav2 li {
    margin: 0em;
    padding-left: 30px;
}

#nav2 li a.here, #nav1 li a.here {
    border-width: 1pt;
    border-style: dashed;
    border-color: #bbbbbb;
}

#nav2 li a:link, #nav2 li a:visited {
    display: block;
    padding: 0.5em 0.5em 0.5em 1em;
    text-decoration: none;
    color: #0e53b9;
}

#nav2 li a:hover {
    background-color: #cfcfcf;
    display: block;
    padding: 0.5em 0.5em 0.5em 1em;
}

#content {
    background-color:#fcfdff;
    margin-right: 200px;
    padding: 20px;
}

#content p {
    font-size: 10pt;
}

#content p.deny {
    color:#e70505;
    font-weight:bold;
}

#content p.deny:after {
    color:#000000;
    content: " \16df\16cf\16a8";
}

#content q:lang(de) {
    quotes:"\201E" "\201C" "\201A" "\2018";
}

#content q:lang(en) {
    quotes:"\201C" "\201D" "\2018" "\2019";
}

#content li {
    font-size: 10pt;
    padding-bottom: 0.75em;
}

#page:after {
    border-top-width: 1pt;
    border-top-style: solid;
    border-color: #bbbbbb;
    font-style: italic;
    font-size: 8pt;
    content: "[This site] has been edited for tone and content by the Felman Lux Automated Decency Filter.";
}

#main h1 { 
    font-size: 14pt;
    color: #2561c6;
    font-weight: bold;
    margin-bottom: 1em;
    margin-top: 0.2em;
}

#content hr { 
    background-color: #bbbbbb;
    color: #bbbbbb;
    height: 1px;
    border-width: 0px;  
    margin-bottom: 2em;
    margin-top: 2em;
}

#content a:link, #content a:visited {  
    color: #2561c6;
    text-decoration: none;
    font-weight: normal;
}

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

#content code { 
    background-color: #efefef;
    border-width: 1pt;
    border-style: dashed;
    border-color: #bbbbbb;
    font-family: 'Courier New', Courier, Fixed, monospace;
    font-size: 10pt;
    display: block;
    overflow: auto;
    padding: 10px 25px 10px 25px;
    margin: 1.5em 2em 1.5em 2em;
}

#pageclear {
	clear: both;
}

