/******
*
* CSS-Definitionen
*
*/

body
{
  background-color  : #ffffff;
    color        : #000000;
    font-family      : Arial, Helvetica, sans-serif;
    font-size      : 14px;
    margin-top      : 0px;
    padding-top      : 0px;
    text-align      : center;
}

.site
{
    width: 952px;
    margin: 0px auto 0px;
    background-image  : url(/fileadmin/template/images/background-box.gif);
    background-position  : right;
    background-repeat  : repeat-y;
    text-align    : left;
}

/** Quicknavi **/

.quicknavi
{
  margin        : 2px 0px 20px 40px;
    font-size      : 10px;
    color        : #002d71;
}

.quicknavi a:link    { font-weight: normal; font-style: normal; color:#002d71; text-decoration:none;}
.quicknavi a:visited { font-weight: normal; font-style: normal; color:#002d71; text-decoration:none;}
.quicknavi a:active  { font-weight: normal; font-style: normal; color:#ff8202; text-decoration:underline;}
.quicknavi a:hover   { font-weight: normal; font-style: normal; color:#ff8202; text-decoration:underline;}

/** Header **/

.pic-logo
{
  float        : right;
    margin-right    : 16px;
    border        : 0px;
}

.title
{
  margin-left      : 40px;
    height        : 90px;
}

.schrift1
{
  font-size      : 16px;
    font-weight      : bold;
}

.schrift2
{
  color        : #ff8202;
    font-size      : 22px;
    letter-spacing    : 4px;
    word-spacing    : 10px;
    margin-top      : 5px;
}

.schrift3
{
  font-size      : 14px;
    font-weight      : bold;
    margin        : 5px 0px 0px 270px;
}

.pic-title
{
  margin-left      : 40px;
    border        : 0px;
}

/** Hauptcontainer **/

.main
{
  border        : 1px solid #002d71;
     width        : 950px;
  display        : inline-block;

}

.main:after
{
  clear        : both;
  content        : ".";
  display        : block;
  height        : 0;
  visibility      : hidden;
}

* html .main {height: 1%;}
.main {display: inline-block;}

/** footer **/

.footer
{
  margin-left      : 40px;
    margin-top      : 5px;
    font-size      : 13px;
    color        : #002d71;
}

.footer-right
{
  float        : right;
    margin-right    : 302px;
    display        : inline;
}

/** Navi Ebene 1 **/

.navigation
{
  margin        : 0px 0px 3px 7px;
    width        : 760px;
    border-width    : 0px 0px 1px 0px;
    border-style    : solid;
    border-color    : #002d71;
}

.navigation-innen
{
  padding        : 10px 0px 10px 32px;
    word-spacing    : 0.3em;
}


.navigation-innen a:link    { font-weight: normal; font-style: normal; color:#002d71; text-decoration:none;}
.navigation-innen a:visited { font-weight: normal; font-style: normal; color:#002d71; text-decoration:none;}
.navigation-innen a:active  { font-weight: normal; font-style: normal; color:#ff8202; text-decoration:none;}
.navigation-innen a:hover   { font-weight: normal; font-style: normal; color:#ff8202; text-decoration:none;}


.navigation-aktiv
{
    color      : #ff8202;
    font-weight      : bold;
}


/** Navi Ebene 2 **/

.navigation2
{
  margin        : 0px 0px 3px 7px;
    width        : 760px;
    border-width    : 1px 0px 1px 0px;
    border-style    : solid;
    border-color    : #ff8202;
    background-color  : #fef6e9;
}

/** Bild **/

.content-bild
{
  float        : right;
    margin-right    : 15px;
}

/** Content **/

.content
{
  margin        : 15px 0px 10px 39px;
  width        : 720px;
    display        : inline;
    float        : left;
}

a:link    { font-weight: normal; font-style: normal; color:#000000; text-decoration:underline;}
a:visited { font-weight: normal; font-style: normal; color:#000000; text-decoration:underline;}
a:active  { font-weight: normal; font-style: normal; color:#ff8202; text-decoration:underline;}
a:hover   { font-weight: normal; font-style: normal; color:#ff8202; text-decoration:underline;}
