/*-- main container --------------------------------------------------------*/

#container {
        background : url(images/static/contentbg.png) repeat-y 50% 50%;
}

/*--- header ---------------------------------------------------------------*/

#header        {
        background : url(images/static/headerbg.png) no-repeat;
}

/*--- logo --------------------------------------------------------------*/

#logo {
        background: url(images/static/logo.png) no-repeat;
}

/*--- banner ----------------------------------------------------------*/

#banner {
        background: url(images/static/banner.png) no-repeat;
}

/*--- navigation ------------------------------------------------------*/

#navi_container {
        background : url(images/static/navibg.png) repeat-y;
}

/*--- main navigation items ------------------------------------------------*/

#navi_list a {
        color: #990033;
        background-position: top right;
}

#navi_list a:hover {
        color: #ffffff;
        background: url(images/dynamic/n1hover.gif) no-repeat;
        background-position: top right;
}

#navi_list a.navi_item {
        color: #a2908a;
        background-position: top right;
}

/*--- clubfahrzeuge --------------------------------------------------------*/

#silvio {
        background: url(images/static/silvio.jpg) no-repeat;
}

#lars {
        background: url(images/static/lars.jpg) no-repeat;
}

#rolf {
        background: url(images/static/rolf.jpg) no-repeat;
}

#bodo {
        background: url(images/static/bodo.jpg) no-repeat;
}

#micha {
        background: url(images/static/micha.jpg) no-repeat;
}

#martin {
        background: url(images/static/martin.jpg) no-repeat;
}

#apollo {
        background: url(images/static/apollo.jpg) no-repeat;
}

#paul {
        background: url(images/static/paul.jpg) no-repeat;
}

#mawu {
        background: url(images/static/mawu.jpg) no-repeat;
}

#silvio_2 {
        background: url(images/static/silvio_2.jpg) no-repeat;
}

#wutti {
        background: url(images/static/wutti.jpg) no-repeat;
}

#gerdo {
        background: url(images/static/gerdo.jpg) no-repeat;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
        background: transparent url(images/static/footerbg.png) top left no-repeat;
}

#footer_text {
        color: #706560;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
        color: #000000;
        background : #e1dbda url(images/static/pgbk.gif) repeat-x;
}

/*--- paragraph ------------------------------------------------------------*/

#content_container p {
        color: #696560;
}

/*--- headings -------------------------------------------------------------*/

#content_container h1 {
        color: #b4a5a1;
}

#content_container h2 {
        color: #b4a5a1;
}

#content_container h3 {
        color: #b4a5a1;
}

/*--- links ----------------------------------------------------------------*/

#content_container a:link {
        color: #990033;
}

#content_container a:visited {
        color: #990033;
}

#content_container a:hover {
        color: #990033;
}

#content_container a:active {
        color: #990033;
}

#jahr_container a:link {
        color: #b4a5a1;
}

#jahr_container a:visited {
        color: #b4a5a1;
}

#jahr_container a:hover {
        color: #b4a5a1;
}

#jahr_container a:active {
        color: #b4a5a1;
}
/*--- forms ----------------------------------------------------------------*/

fieldset {
        border-color: #84685e;
}

legend{
        color: #84685e;
}

label {
        color: #84685e;
}

input {
        border-color: #84685e;
}

textarea {
        border-color: #84685e;
}

/*--------------------------------------------------------------------------*/