/*
--------------------------------------------------------------------------
-- Definition der Farben und Bilddateien ---------------------------------
--------------------------------------------------------------------------

beige = #F1E9DB;
mintgrün = #C4E1E1;
hellblau = #E2ECF1


../images/contentbg.gif
../images/footerbg.jpg

*/


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

body#main_body {
    color: #EEEEEE;
    background-image: url("../images/bodybg.gif");
}

/*-- Hauptcontainer ----------------------------------------------------*/

#container {
    background-image: url("../images/contentbg.jpg");
}

#hauptcontainer {
    background-image: url("../images/contentbg.jpg");
}

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

#header {
    background-image: url("../images/headerbg.jpg");
}

/*--- Kopftitel ---------------------------------------------------------*/

#kopftitel {
    color: #1E4375;
}

/*--- Banner ------------------------------------------------------------*/

#banner {
    background: url("../images/topbanner.jpg") no-repeat;
}

/*--- Logo --------------------------------------------------------------*/

#logo {
    background: url(../images/blanko.gif) no-repeat;
    color: #333333;
}

#logo a:link {
    color: #333333;
}

#logo a:visited {
    color: #333333;
}

#logo a:hover {
    color: #DD0000;
}

#logo a:active {
    color: #333333;
}

/*--- Navigation -------------------------------------------------------*/

#navi_container {
    background-image: url("../buttons/sand_02.jpg");
}
/*--- Schalter ---------------------------------------------*/

#navigation a.schalter_an {
  background: url(../buttons/jeansblau.jpg) no-repeat;
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #FBFBFB;
}
#navigation a.schalter_aus {
  background: url(../buttons/sand.jpg) no-repeat;
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}
#navigation a.schalter_aus:hover {
  background: url(../buttons/jeansblau.jpg) no-repeat;
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #FBFBFB;
}

/*--- Inhaltscontainer ---------------------------------------------------*/

#inhaltscontainer {
    background-color: ;
    color: #000;
}

#inhaltscontainer table {
    border-color: #F9DFB0;
}

#inhaltscontainer tr {
    color: ;
    background-color: ; 
}

#inhaltscontainer td {
    border-color: ;
    color: #000;
}

#inhaltscontainer li {
    color: #000;
}

/*--- Links ----------------------------------------------------------------*/

#inhaltscontainer a:link {
    color: #008080;
}

#inhaltscontainer a:visited {
    color: #008080;
}

#inhaltscontainer a:hover {
    color: #1F6675;
}

#inhaltscontainer a:active {
    color: #008080;
}

/*--- Headlines ---------------------------------------------------------*/

#inhaltscontainer h1 {
    background-image: url("../images/blanko.gif");
    color: #1E4375;
}

#inhaltscontainer h2 {
    background-image: url("../images/blanko.gif");
    color: #008080;
}

#inhaltscontainer h3 {
    background-image: url("../images/blanko.gif");
    color: #008080;
}

/*--- forms -------------------------------------------------------------*/

#inhaltscontainer fieldset {
    border-color: ;
    background-color: #FFFFFF;
}

#inhaltscontainer legend {
    color: #613927;
}

#inhaltscontainer label {
    color: #613927;
}

#inhaltscontainer input {
    border-color: ;
}

#inhaltscontainer textarea {
    border-color: ;
}

/*--- fusszeile ---------------------------------------------------------*/

#fusszeile {
    background-image: url("../images/footerbg.jpg");
}

#fussnote {
    color: #333333;
}

#fussnote a {
    color: #333333;
}

#fussnote a:hover {
    color: #DD0000;
}

