html, body
{
  background-color: #ffffff;
  background-image:url(Images/Hintergrund_002.JPG);
  background-repeat: repeat-x;
  background-attachment: scroll;
  font-family: Helvetica, Arial, sans-serif;
}

a
{
    color: #757575;
}

a:hover
{
    color: #585858;
}

p
{
  text-align: justify;
}

h4
{
  font-size: 14px;
  margin: 23px 0px 7px 23px;
}

#outer_limit
{
  width: 100%;
}
#outer_limit td
{
  vertical-align: top;
}

#Haupttabelle
{
  margin: 23px auto;
  width: 800px;
}

#Haupttabelle #Zeile1 #Logozelle
{
  position: relative;
  width: 800px;
  height: 420px;
  text-align: left;
  vertical-align: top;
}

#Logo_0
{
  position: relative;
  top: 0px;
  left: 78px;
  width: 600px;
  height: 378px;
  behavior: url(pngbehavior.htc);
}

.Kontakte th
{
  text-align: right;
}

#Geschaeftsfuehrer
{
  position: relative;
  top: -48px;
  left: 276px;
  width: 480px;
  font-size: 21px;
  font-weight: normal;
}

#Geschaeftsfuehrer td
{
  padding: 3px 5px;
}

#Haupttabelle #Zeile2 td
{
  width: 200px;
  height: 120px;
  background-repeat: no-repeat;
  background-position: top center;
  text-align: left;
  vertical-align: top;
}

#Haupttabelle #Zeile2 .Verweis
{
  margin-top: 64px;
}

#Haupttabelle #Zeile4 .Verweis
{
  margin: 3px 0px 15px 0px;
  padding: 0px;
}

.Liste
{
  font-size: 12px;
}

.Verweis
{
  font-size: 11px;
  text-align: center;
}

.Bezeichnung
{
  position: relative;
  top: -26px;
  left: 0px;
  font-size: 15px;
  font-weight: bold;
  color: #AB0000;
  padding: 5px;
}

#Fusszeile
{
  margin: auto;
  width: 780px;
  border: solid 1px #dddddd;
  background-color: #f8fcff;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  color: #888888;
  padding: 5px 8px;
}

#Fusszeile a
{
  color: #888888;
}

#MrMo1, #MrMo2, #MrMo3, #MrMo4
{
  width: 240px;
  height: 96px;
  background-repeat: no-repeat;
  background-position: top center;
  cursor: pointer;
  text-align: center;
}

#MrMo1
{
  background-image:url(Images/Logo_MrMoney_Versicherungen_003_small.png);
}
#MrMo2
{
  background-image:url(Images/Logo_MrMoney_Partnerprogramm_002_small.png);
}
#MrMo3
{
  background-image:url(Images/Logo_MrMoney_Maklerbund_003_small.png);
}
#MrMo4
{
  background-image:url(Images/Logo_MrMoney_Software_003_small.png);
}

.PNG
{
  border: 0px;
  behavior: url(pngbehavior.htc);
}
#Beschreibung
{
  margin: 23px;
  padding: 5px 23px 23px 23px;
  font-size: 13px;
}
#Firmengeschichte th, #Firmengeschichte td
{
  vertical-align: top;
  padding: 3px 5px;
}
#Firmengeschichte td
{
  text-align: justify;
}

/* -------------------------------- Navigation ------------------------------------- */
#nav {

    list-style: none;
    list-style-image: none;
    margin: 0 0 25px 0;
    padding: 0;
    border-top: 1px solid #888888;
    width: 200px;
}
#nav li {
    margin: 0px 0px 0px 24px;
    padding: 0;
    font:1.01em Verdana, Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #888888;

}
#nav li a, #nav li a:visited {
    display: block;
    text-decoration:none;
    line-height: 1.4em;
    margin: 0px;
    color: #585858;
    padding: 0px 15px;
    background: url(Images/pfeil_a.gif) top left no-repeat;
}
#nav li a:hover, #nav li a:focus {
    color: #000;
    background: url(Images/pfeil_b.gif) #FFF7E2 top left no-repeat;
}
#nav li a.current, #nav li a.current:visited, #nav li a.current:hover, #nav li a.current:focus {
    background: url(Images/pfeil_b.gif) #FFF1CC top left no-repeat;
    color: #000;
}