* {
margin:0;
padding:0;
}

body {
margin:5px 10%;
font-family:Verdana,Helvetica,Arial,sans-serif;
font-size:100.01%;
background-color:#fff;
color:#000;
}

p,li,dl,table {
font-size:80%;
}

.small {
font-size:65%;
}

img,table {
border:none;
}

.imgcapt {
float:left;
margin:0 5px 5px 0;
font-size:75%;
background-color:#ADC877;
}

/*Mit Farbangabe im |#wrapper| wird im Contentbereich
eine durchgaengige Hintergrundfarbe angezeigt, auch wenn Menue laenger als Text ist.*/
#wrapper {
background-color:#f0f0f0;
color:#000;
height:1%;/* Buggy IE needs this */
}

#header {
height:150px;
color:#fff;
background-color:#060;
background:url(../pic/lebensraumgrinzens.jpg) repeat-x top left;
overflow:hidden;
}

#header a {
text-decoration:none;
color:#fff;
}

#header h1 {
font-size:200%;
letter-spacing:2pt;
text-align:center;
padding-top:60px;
}

#menue {
float:left;
left:10%;
width:160px;
margin:10px 0 0 0;
background-color:#ADC877;
color:#fff;
}
#menue ul li {
list-style-type:none;
}
#menue a {
display:block;
text-decoration:none;
width:160px;
margin:10px 0;
padding:10px 0 3px 10px;
font-weight:bold;
color:#020;
border-bottom:1px solid #020;
}
#menue a:hover, #menue a#act {
background-color:#040;
color:#fff;
}

.quest {
background:url(../pic/quest.gif) no-repeat center;
}

#content {
background-color:#f0f0f0;
color:#020;
border-left:170px solid #ADC877;
padding-right:40px;
padding-left:50px;
}
#content h1,
#content h2,
#content h3 {
padding-top:20px;
padding-bottom:10px;
background-color:transparent;
color:#040;
}
#content h1 {
font-size:150%;
letter-spacing:1pt;
}
#content h2 {
font-size:125%;
}
#content h3 {
font-size:105%;
}
#content p {
line-height:150%;
padding-top:0;
padding-bottom:15px;
}
#content ul,#content ol {
line-height:120%;
padding:0 40px 15px 50px;
}
#content p.topper {
font-size:75%;
text-align:right;
padding:10px 10px 30px 0;
}
#content a {
text-decoration:underline;
background-color:transparent;
color:#84A442;
}
#content a:hover {
background-color:transparent;
color:#020;
}

/* ---- */
.breaker {
clear:both;
}
#footer {
height:30px;
background-color:#040;
color:#ccc;
}
#footer p {
font-size:70%;
padding:8px 12px;
}
#footer a {
text-decoration:none;
background-color:transparent;
color:#fff;
}
#footer a:hover {
background-color:transparent;
color:#ADC877;
}

acronym {
border-bottom:1px dotted #020;
cursor:help;
font-weight:bold;
}

ul {
list-style-type:circle;
}

blockquote {
margin:5px;
padding:25px 7px 7px 7px;
background:rgb(234,234,234) url(../pic/pullquote_top.gif) top center no-repeat;
}

dt {
font-weight:bold;
font-size:105%;
margin-top:5px;
}

dd {
margin-top:3px;
}

q {quotes:'»' '«';font-style:italic}

/* ---- */
#main .invis, hr {
display: none;
}

@media print {

.noprint {display:none}

body {
color:#fff;
background:white;
font-size:13px;
}

a {
text-decoration:underline;
font-weight:bold;
}

a[href]:after {
content:" [" attr(href) "]";
}

acronym[title]:after {
content: ' (' attr(title) ')';
}

}
