
BODY
{ 
 background: #fafad2 url(../images/bg.jpg) bottom right no-repeat;
 color: #000000;
}

BODY.herz
{ 
 background: #fafad2 url(herz_bg.jpg) center center repeat;
 color: #000000;
}

BODY.frontpage
{ 
 background: #fafad2 right bottom fixed no-repeat;
 color: #000000;
}

BODY.plakat
{ 
 background: #fafad2;
}

BODY.download
{ 
 background: #fafad2;
 text-align: center;
 font-family: Verdana, Arial, Helvetica, sans-serif;
}

#pageHeader {
    text-align: center;
    background: #fafad2 url(SpargelWeb_oben.jpg) center top no-repeat;
    height: 302px;
}
#pageHeader h1 span, #pageHeader h2 span {
    display: none;
}

#container {
    position: relative;
    margin: auto;
    text-align: left;
    background: #fafad2 url(SpargelWeb_mitte.gif) center top repeat-y;
    width: 760px;
}

#news {
    margin-left: 210px;
    padding: 0 0 35px 35px;
}

#news p {
    padding: 0 0 2px 20px;
    background: transparent url(gras_klein.gif) left top no-repeat;
}

#linkList {
    position: absolute;
    top: 290px;
    left: 10px;
    width: 160px;
}

#linkList ul {
    list-style: none;
}

#linkList ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 100%;
    color: #8C9777;
    border-bottom: 1px solid #8C9777;
}

#linkList ul li a {
    display: block;
    clear: both;
    padding: 0 0 2px 20px;
    font-size: 100%;
    font-weight: bold;
    text-decoration: underline;
    color: #566047;
    background: transparent url(gras_klein.gif) left center no-repeat;
}

#linkList ul li a:visited {
    display: block;
    clear: both;
    padding: 0 0 2px 20px;
    font-size: 100%;
    font-weight: bold;
    text-decoration: none;
    color: #566047;
    background: transparent url(gras_klein.gif) left center no-repeat;
}

#footer {
    padding: 20px 20px 0 230px;
    text-align: center;
    clear: both;
    font-size: 70%;
    background: #fafad2 url(SpargelWeb_unten.jpg) center top no-repeat;
    height: 155px;
}

.beschriftung
{
  text-align: center;
  text-decoration: none;
  font-size: smaller;
  font-weight:bold;
}

A:link { color: #105000 }          /* unvisited link */  
A:visited { color: #206000; text-decoration: none }       /* visited links */ 
A:active { color: #DD2C2C }        /* active links */ 

OL.heading { list-style: upper-roman outside }

.heading 
{
  font-family: helvetica, sans-serif; 
  text-decoration: none;
  font-size: larger;
  font-variant: small-caps;
}

H1 { text-align: center; color: #c0a080; font-family: helvetica, sans-serif } 

H2 { text-align: center; color: #A02020; font-family: helvetica, sans-serif } 
H3, H4 { color: #B02020; font-family: helvetica, sans-serif } 

OL { list-style: decimal inside}
OL OL { list-style: lower-roman outside }
DT { margin-top: 0.5em; color: #901010 }
TH {color: #207000 }

PRE { color: #207000 }

ADDRESS 
{
 font-family: helvetica, sans-serif; 
  font-variant: small-caps;
  text-decoration: none;
  font-size: small;
  font-style: normal;
  color: #B02020;
}


