/* CSS Document für Immoseiten layout test*/
      body {
           font-size : 14px;
           font-family : Arial;
           color : #000000;
           
      }
     h1 {
           font-size : 20px;
           text-decoration : none;
		   margin-left:5px;
           color : #FF9900;
           font-weight : bold;
           font-family : Arial;
      }
     h2 {
           font-size : 16px;
           text-decoration : none;
           color : #CC9966;
           font-weight : bold;
           font-family : Arial;
		   margin-bottom : 5px;
      }
    .textempf {
           font-size : 11px;
           text-decoration : none;
           color : #000000;
           font-family : Arial;
      }
     a:link {
           font-size : 11px;
           text-decoration : none;
           color : #000000;
           font-family : Arial;
      }
     a:visited {
           font-size : 11px;
           text-decoration : none;
           color : #000000;
           font-family : Arial;
           
      }
     a:hover {
           font-size : 11px;
           text-decoration : underline;
           color : #000000;
           font-family : Arial;
          
      }
     a.list:link {
           font-size : 14px;
           text-decoration : underline;
           color : #FF9900;
           font-weight : bold;
           font-family : Arial;
      }
     a.list:visited {
           font-size : 14px;
           text-decoration : underline;
           color : #FF9900;
           font-weight : bold;
           font-family : Arial;
      }
     a.list:hover {
           font-size : 14px;
           text-decoration : none;
           color : #336699;
           font-weight : bold;
           font-family : Arial;
      }
     a.guide:link {
           font-size : 11px;
           text-decoration : underline;
           color : #64b832;
           font-weight : bold;
           font-family : Arial;
           margin-left : 3px;
      }
     a.guide:visited {
           font-size : 11px;
           text-decoration : none;
           color : #64b832;
           font-weight : bold;
           font-family : Arial;
           margin-left : 3px;
      }
     a.guide:hover {
           font-size : 11px;
           text-decoration : none;
           color : #64b832;
           font-weight : bold;
           font-family : Arial;
           margin-left : 3px;
      }
     a.empfehlung:link {
           font-size : 11px;
           text-decoration : none;
           color : #000000;
           font-family : Arial;
      }
     a.empfehlung:visited {
           font-size : 11px;
           text-decoration : none;
           color : #000000;
           font-family : Arial;
      }
    a.empfehlung:hover {
           font-size : 11px;
           text-decoration : none;
           color : #336699;
           font-family : Arial;
      }
     a.non:link {
           font-size : 14px;
           text-decoration : none;
           color : #000000;
           font-family : Arial;
      }
     a.non:visited {
           font-size : 14px;
           text-decoration : none;
           color : #000000;
           font-family : Arial;
      }
    a.non:hover {
           font-size : 14px;
           text-decoration : none;
           color : #336699;
           font-family : Arial;
      }
