/* ---------------------------------------------------------------- */
/* BODY, STANDARDSCHRIFT                                            */
/* ---------------------------------------------------------------- */
body {
   margin: 0px;
   padding: 0px;
   font: normal 15px/1.3 sans-serif, Arial, Helvetica, "Lucida Grande", "Lucida Sans Unicode", century gothic, Verdana;
   color: #646464;
   text-align: center;
}

/* ---------------------------------------------------------------- */
/* SEITENELEMENTE                                                   */
/* ---------------------------------------------------------------- */
#container {
   margin: 0px auto;
   padding: 35px 0px 0px 0px;   /* an footerNav-Hoehe angepasst */
   width: 990px;
   text-align: left;
   background-image: url(/img/bg/bg_header.gif);
   background-position: top center;
   background-repeat: no-repeat;
}
#header {
   margin: 10px 20px 0px;
}
#content{
   width: 950px;  /* XXX NOCH ANPASSEN */
   margin: 5px 20px;
   float: left;
   min-height: 150px; /* XXX GGF. NOCH ANPASSEN */
}
#footer {
   width: 990px;
   margin: 0px auto;
   min-height: 350px;
   text-align: left;
   position: relative; bottom: 0px;
   background-image: url(/img/bg/bg_footer.gif);
   background-position: bottom center;
   background-repeat: no-repeat;
}
#copyright {
   margin: 30px 0px 10px 0px;
   font-size: 0.75em;
   color: #646464;
}

/* ---------------------------------------------------------------- */
/* NAVIGATION                                                       */
/* ---------------------------------------------------------------- */

/* Footer Navigation */
#footerNav {
   margin: 5px 20px 0px;
   width: 950px;
   height: 43px;
   background: url(/img/bg/bg_footerNav.gif);
   position: absolute; bottom: 20px;
}
#footerNav ul {
   list-style: none;
   padding: 0px;
}
#footerNav ul li {
   border-left: 1px solid #646464;
   float: left;
   font-size: 0.8em;
   margin: 0px 0px 0px 10px;
   padding: 0px 0px 0px 10px;
}
#footerNav ul li:first-child {
   border:none;
   padding: 0px;
}

/* ---------------------------------------------------------------- */
/* ÜBERSCHRIFTEN                                                    */
/* ---------------------------------------------------------------- */

/* Überschrift 1 */
h1 {
   font-size: 1.7em;
   color: #8EB100;
   margin: 0; /* XXX GGF. ANPASSEN */
   padding: 5px 0; /* XXX GGF. ANPASSEN */
   letter-spacing: 0.075em;
}

/* ---------------------------------------------------------------- */
/* LINKS                                                            */
/* ---------------------------------------------------------------- */

/* Standardlink */
a, a:link, a:visited, a:active {
   text-decoration: none;
   color: #8EB100;
}
a:hover {
   border: 0;
   text-decoration: underline;
}

/* Link footerNav */
#footerNav a, #footerNav a:link, #footerNav a:visited, #footerNav a:active {
   text-decoration: none;
   color: #646464;
}
#footerNav a:hover {
   border: 0;
   text-decoration: underline;
}

/* ---------------------------------------------------------------- */
/* LINIEN                                                            */
/* ---------------------------------------------------------------- */

hr {
   width: 100%;
   margin: 20px 0px;
   border: none;
   border-top: 1px solid #CCCCCC;
   color: #FFFFFF;
   background-color: #FFFFFF;
   height: 1px;
}
