/* andreas01 - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com). Made for OSWD.org, free to use as-is for any purpose as long as the proper credits are given for the original design work. For design assistance and support, contact me through my website or through http://oswd.org/email.phtml?user=Andreas

Version: 1.0
(July 25, 2005)

Screen layout: */
body {
        margin: 0 auto;
        padding: 0;
        font: 76% Trebuchet, Arial, Helvetica, sans-serif;
        background: #f4f4f4 url(bg5.gif) top center repeat-y;
}
#wrap {
        color: #303030;
        margin: 0 auto;
        width: 720px;
}
#header {
        clear: both;
        margin: 0 0 10px 0;
        padding: 0;
        height: 350px;

}
#header table
{         background-image: url(hg2.jpg);
}
#header table.eins {
        background-image: url(kopf2.jpg);
        background-position: right;
        background-repeat: no-repeat;
}
#header h1 {
        font-family: Trebuchet, Arial, Helvetica, sans-serif;
        font-size: 24px;
        color: White;
        font-weight: bold;
        font-variant: small-caps;
         margin-top: -4px;
          margin-bottom: -4px;
}
#header h1.eins {
        font-family: Trebuchet, Arial, Helvetica, sans-serif;
        font-size: 24px;
        color: #c1c2c4;
        font-weight: bold;
        font-variant: small-caps;
         margin-top: -4px;
}
#header h1.zwei {
        font-family: Trebuchet, Arial, Helvetica, sans-serif;
        font-size: 24px;
        color: #2F4F4F;
        font-weight: bold;
        font-variant: small-caps;
         margin-top: -4px;
}
#header h1.drei {
        font-family: Trebuchet, Arial, Helvetica, sans-serif;
        font-size: 22px;
        color: Black;
        font-weight: bold;
        font-variant: small-caps;
         margin-top: -4px;
}
#header h2 {
        font-family: Trebuchet, Arial, Helvetica, sans-serif;
        font-size: 15px;
        color: White;
         margin-top: -4px;
          margin-bottom: -4px;
}
#header h2.eins {
        font-family: Trebuchet, Arial, Helvetica, sans-serif;
        font-size: 15px;
        color: #c1c2c4;
}
#header h2.zwei {
        font-family: Trebuchet, Arial, Helvetica, sans-serif;
        font-size: 15px;
        color: #4e504f;
}
#header h3 {
        font-family: Trebuchet, Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: Black;
        margin-bottom: -2px;
}
#header h3.zwei {
        font-family: Trebuchet, Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: Black;
        margin-top: -2px;
}
#header a:hover {
        text-decoration: underline;
        color: #007986;
}
A:ACTIVE {
        color: Gray;
        font-weight: bold;
}
A {
        text-decoration: none;
        color: Gray;
        font-weight: bold;
}
A:HOVER {
        color: Teal;
}
