/* allgemeine angaben */


* { margin:0; padding:0; font-size: 100%; }

html {height:100%}

body {
    min-height: 101%;
    font-size: 100.01%;
    position: relative;
    color: #000;
    background: #fff;
    text-align: center;
    font-family: verdana, sans-serif;
    background: #FFF;
    padding-bottom: 20px;
}

fieldset, img { border:0; }

select, input, textarea { font-size: 99% }

ul, ul li {
list-style: none;
}

/* layout */

#container {
margin: 5px auto 0 auto;
width: 767px;
text-align: left;
}

#header {
display: none;
}


#bereiche {
display: none;
}

.screenreader {
position: absolute;
left: -2000px;
top: -2000px;
}

#content{
background: transparent;
}

#links {
display: none;
}

#rechts {
width: 90%;
margin: 0 auto 0 auto 0;
}

/* bereiche */





/* menu */

/* allgemein */

.menu {
display: none;
}

div.druck {
display: none;
}


/* inhalt */

#inhalt{
font-size: 11pt;
line-height: 1.5;
}

#inhalt ul, #inhalt ul li{
list-style: disc;
margin-left: 1em;
padding-left: 0.5em;
margin-bottom: 8px;
}

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

#inhalt a{
color: #000;
}

#inhalt img {
margin-bottom: 10px;
margin-right: 10px;
}

#rechts h1{
font-size: 1.25em;
font-weight: normal;
line-height: 2.0em;
border-left: 3px solid #95C640;
padding-left: 10px;
color: #666;
margin: 20px 20px 20px 6px;
}



