/********************* BASICS *********************/
body {
  font-family:trebuchet ms;
  font-size:13px;
  color:#282828;
}

a {
  color: #0F85B2;
  text-decoration: underline;
}

a:hover {
  color: #282828;
  text-decoration:none;
}

img {
  border:0;
  padding:5px;
}

#Master {
  margin:auto;
  width: 854px;
}

/********************* allg. Klassen *********************/
.FloatLeft {
  float:left;
}

.FloatRight {
  float:right;
}

.ClearBoth {
  clear:both;
}

.Spacer {
  background: url(../../images/SpacerBG.gif) repeat-x;
  height:10px;
  width: 852px;
  border: 1px #0F85B2 solid;
}

/********************* Header & Top *********************/
#Header {
  background:url(../../images/Header.gif) no-repeat;
  height: 197px;
  width: 854px;
}

#TopInfo {
  margin: 7px 5px;
}

  #TopInfo a {
    color: #282828;
    text-decoration:none;
  }

/********************* Content *********************/
#ContentMaster {
  width: 854px;
}

#Navi {
  width: 200px;
  margin: 0 0 2px 0;
}

  #Navi a {
    background: #EBEBB2;
    margin: 2px 0 0 0;
    color: #282828;
    text-decoration: none;
    line-height: 33px;
    display:block;
    padding: 0 0 0 14px;
  }
  
  #Navi a:hover {
    background: #0F85B2;
    color: #EBEBB2;
    font-style:italic;
  }
  
  #NaviScndLvl a {
    background: #DFDFDF;
    margin: 2px 0 0 0;
    color: #0F85B2;
    text-decoration: none;
    line-height: 33px;
    display:block;
    padding: 0 0 0 26px;
  }
  
  #NaviScndLvl a:hover {
    background: #282828;
    color: #EBEBB2;
    font-style:italic;
  }
  
/*  #Navi dl {
    padding:0;
    margin:0;
  }
  
  #Navi dt {
    display:block;
    height: 33px;
    margin: 2px 0 0 0;
    background: #EBEBB2;
    padding: 7px 0 7px 14px;
    padding: 0;
  }
  
  #Navi dd {
    display:block;
    height: 19px;
    margin: 2px 0 0 0;
    background: #DFDFDF;
    padding: 7px 0 7px 26px;
    
    color: #0F85B2;
  }*/

#Content {
  width: 624px;
  padding: 15px 0 0 30px;
}

  #Content h1 {
    font-weight: bold;
    color: #0F85B2;
    font-size: 15px;
    font-family: georgia;
  }
  
  #Content p {
    line-height: 22px;
    text-align: justify;
  }
  
#ContentRight {
  width: 200px;
  border-left: 1px #0F85B2 solid;
  margin: 0 0 8px 8px;
  padding: 5px 20px;
  font-style: normal;
  text-align:justify;
  line-height: 22px;
}

  #ContentRight strong {
    font-weight: bold;
    text-decoration: underline;
    color: #0F85B2;
  }

/********************* Footer *********************/
#Footer {
  width: 854px;
  text-align:center;
  margin: 7px 0;
}

  #Footer a {
    color: #282828;
    text-decoration: none;
  }
  
  #Footer a:hover {
    color: #0F85B2;
    text-decoration: underline;
  }
