
/*
--------------------------------------------------------------------------
-- Definition der Elemente -----------------------------------------------
-- alle Farbangaben und Bildzuweisungen befinden sich in der Farbconfig --
--------------------------------------------------------------------------
*/

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

body#main_body {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

#container {
    position: relative;
    width: 960px;
    margin: 20px auto;
    padding: 0px;
    background-repeat: repeat-y;
    text-align: left;
    overflow: hidden;
}

#header {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 190px;
    width: 960px;
    background-repeat: no-repeat;
}

#hauptcontainer {
    position: absolute;
    top: 220px;
    left: 0px;
    width: 960px;
    height: 154px;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: 0px top;
}

#untercontainer {
    position: relative;
    clear: both;
    margin: 8px 0 0 20px;
    padding: 0;
    width: 938px;
    overflow: hidden;
}

#inhaltscontainer {
    margin: 0 0 8px 0;
    padding: 0;
    width: 920px;
}

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

#banner {
    position: relative;
    top: 32px;
    margin: 0 0 0 13px;
    height: 217px;
    width: 934px;
    background-repeat: no-repeat;
}


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

#logo {
    position: absolute;
    top: 18px;
    left: 690px;
    height: 0px;
    width: 250px;
    text-align: left;
    font-family: verdana, sans-serif;
    font-style: normal;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}

#logo a {
  font-family: verdana, sans-serif;
  font-style: normal;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;	
}

/*--- caption (as text or background image) -----------------------------*/

#kopftitel {
    position: relative;
    padding: 15px 0 12px 20px;
    width: 515px;
    font-family: verdana,arial,tahoma,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

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

#navi_container {
    overflow: hidden;
    position: relative;
    left: 12px;
    width: 935px;
    padding: 0px;
}

#navigation {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#navigation li {
    float: left;
    margin: 0px;
    padding: 0px;
}

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

#navigation a.schalter_aus {
    display: block;
    float: left;
    height: 28px;
    margin: 0px;
    padding: 0px 20px 0px 20px;
    line-height: 28px;
    text-align: center;
    background: transparent;
}

#navigation a.schalter_an {
    display: block;
    float: left;
    height: 28px;
    margin: 0px;
    padding: 0px 20px 0px 20px;
    line-height: 28px;
    text-align: center;
    background: transparent;
}

#navigation a.schalter_aus:hover {
    background: transparent;
}

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

#inhaltscontainer H1 {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    line-height: 24px;
    background-repeat: no-repeat;
    font-family: Tahoma,Verdana,Arial,sans-serif;
    font-style: normal;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
}
#inhaltscontainer H2 {
    padding: 0px 0px 0px 0px;
    line-height: 41px;
    background-repeat: no-repeat;
    font-family: Tahoma,Verdana,Arial,sans-serif;
    font-style: normal;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    color: #613927;
}
#inhaltscontainer H3 {
    padding: 0px 0px 0px 0px;
    line-height: 27px;
    background-repeat: no-repeat;
    font-family: Tahoma,Verdana,Arial,sans-serif;
    font-style: normal;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #613927;
}

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

#inhaltscontainer a:link {
  font-family: verdana, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
}

#inhaltscontainer a:visited {
  font-family: verdana, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
}

#inhaltscontainer a:hover {
  font-family: verdana, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: underline;
}

#inhaltscontainer a:active {
  font-family: verdana, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: underline;
}

/*--- Tabellen ------------------------------------------------------------*/

#inhaltscontainer table {
    border-width: 1px;
    border-style: dotted;
    border-spacing: 0;
}

#inhaltscontainer tr {
    padding: 3px 2px 3px 2px;
}

#inhaltscontainer td {
    border: 1px solid;
    font-family: Tahoma,Verdana,Arial,sans-serif;
    font-style: normal;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
    padding: 20px;
}

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

#inhaltscontainer fieldset {
    display: block;
    overflow: hidden;
    width: 918px;
    margin: 25px auto 0px auto;
    padding: 0px;
    border-width: 1px;
    border-style: solid;
}

#inhaltscontainer input {
    border-width: 1px;
    border-style: solid;
}

#inhaltscontainer textarea {
    border-width: 1px;
    border-style: solid;
}

#inhaltscontainer button {
    border: 1px solid;
}

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

#fusszeile {
    z-index: 1;
    height: 115px;
    width: 960px;
    margin: 0px;
    padding: 0px;
    background-repeat: no-repeat;
    background-position: bottom left;

}

#fussnote {
    width: 375px;
    margin: 50px 0 0 35px;
    text-align: left;
    font-family: verdana, sans-serif;
    font-style: normal;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}

#fussnote a {
  font-family: verdana, sans-serif;
  font-style: normal;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;	
}