<!--
body
{
 font-family:Arial;
 font-size:1em;
 background-color:#ffffff;
 text-align:center;
}

p {text-align:justify;}

h1 {font-size:1.8em;color:#000000;}
h2 {font-size:1.6em;color:#000000;}
h3 {font-size:1.4em;color:#000000;}
h4 {font-size:1em;color:#000000;}

a:link {font-family:Arial; font-size:1em; font-weight:bold; text-decoration:none; color:#000000;}
a:visited {font-family:Arial; font-size:1em; font-weight:bold; text-decoration:none; color:#000000;}
a:hover {font-family:Arial; font-size:1em; font-weight:bold; text-decoration:none; color:#b8860b;}
a:active {font-family:Arial; font-size:1em; font-weight:bold; text-decoration:none; color:#b8860b;}

a.a1:link {font-family:Arial; font-size:0.7em; font-weight:bold; text-decoration:none; color:#606060;}
a.a1:visited {font-family:Arial; font-size:0.7em; font-weight:bold; text-decoration:none; color:#606060;}
a.a1:hover {font-family:Arial; font-size:0.7em; font-weight:bold; text-decoration:none; color:#b8860b;}
a.a1:active {font-family:Arial; font-size:0.7em; font-weight:bold; text-decoration:none; color:#b8860b;}

/* Container Kopf  */
#kopf {
height:140px;
background-image:url(../Bilder/bg_kopf_1.jpg);
background-repeat:no-repeat;
}

/* Kopf rechts */
#kopf_rechts {
text-align:center;
padding:5px;
float:right;
}

/* Kopf links */
#kopf_links {
height:140px;
float:left;
}

/* Navigation */
#navigation {
text-align:center;
padding:10px;
border-top:1px solid #808080;
clear:right;
}

/* Der Inhalt */
#content {
border-top:1px solid #808080;
padding:5px;
}

/* Die Fusszeile */
#fuss {
border-top:1px solid #808080;
padding:5px;
text-align:center;
clear:right;
background-image:url(../Bilder/bg_fuss_1.jpg);
background-repeat:no-repeat;
}

-->
