/* homepage susanne thomasberger webdesign april.2008 letzte änderung 17.4.2008*/
*{
  padding: 0;
  margin: 0;
 }
body {
     font-family: verdana, arial, sans-serif;
     font-size: 17px;
     color: #ffc861;
     text-decoration: none;
     text-align: center;
     background-color: #4b0f0f;
    }
    #layout {
     width: 780px;
     margin: 0 auto;
     padding: 0;
     height: 100%;
     text-align: left;
    }
    #space {
     height: 30px;
    }
    #kopf {
     height: 95px;
     background-color: #27100c;
    }
    #titel, #titel2 {
     width: 784px;
     height: 15px;
     text-align: center;
     color: #E18C56;
     background-color: #27100c; 
    }
    #inhalt {
     height: 498px; 
     background: url(portalindex.jpg);
    }
    #inhalt2 {
     height: 498px;
     background: url(portalwebdesign2.jpg);     
    }
    #inhalt3 {
     height: 498px;
     background: url(portalreferenzen2.jpg);    
    }
    #inhalt4 {
     height: 498px;
     background: url(portalkontakt.jpg);    
    }
    #inhalt ul, #inhalt2 ul, #inhalt3 ul,#inhalt4 ul {
     list-style-type: none;
     margin: 0 0 0 79px;
    }
    #inhalt ul li, #inhalt2 ul li, #inhalt3 ul li, #inhalt4 ul li {
     display: inline;
     font-size: 18px;
     padding: 0 76px 0 0;
    }
    #inhalt2 p {
     font-size: 16px;
     text-align: center;
     padding: 81px 0 0 0px;
    }
    #inhalt4 p {
     padding: 101px 0 0 7px;
     text-align: center;
    }
    #fuss {
     height: 95px;
    }
    h1, h2 {
     font-size: 11px;
    }
    h3 {
     width: 432px;
     text-align: center;
     margin: 247px 0 0 174px;
    }
    h3 a:link, h3 a:visited {
     display: block;
     padding: 5px;
     background: url(vorhang.jpg);
    }
    h3 a:hover, h3 a:active {
     display: block;
     background: url(vorhang2.jpg);
    }
    a:link, a:visited {
     text-decoration: none;
     color: #ffc861;
    }
    a:hover, a:active {
     text-decoration: none;
     color: #FDE4B5;
    }
    .klein {
      font-size: 13px;
      color: #4F7586;
    }
    .bold {
      font-weight: bold;
    }
    .bold2 {
      font-weight: bold;
      font-size: 16px;
    }
    .active {
      color: #fde4b5;
    }
    dl {
     text-align: center;
     margin: 77px 0 0 0;
    }
    dd {
     font-size: 14px;
     margin: 9px 0 7px 23px;
    }
    .stichworte {
     padding: 15px 0 10px 0;
     font-weight: bold;
    }
    .detail {
     margin: 13px 0 0 0;
     color: #fde4b5;
    }
    #kontaktformular {
     text-align: center;
     padding: 0 0 0 174px;
    }
    #person p {
    text-align: left;
    padding: 5px 0 0 0;
    }
    #person p label {
    padding: 0 6px 0 0;
    }
    fieldset {
     border: 0;
     margin: 20px 0 0 0;
    }
    textarea {
     width: 428px;
     height: 99px;
     margin: 0 167px 0 0;
    }
    #absenden {
     padding: 0 163px 0 0;
    }
    #inhalt4 p.impressum {
     font-size: 12px;
     color: #f3985d;
     padding: 13px 0 0 0;
    }
    #inhalt4 p.danke {
     padding: 101px 0 260px 0;
    }
    img {
     border: 0;
    }
    .index {
     background: url(hintergrundindex.jpg);
     background-color: #4b0f0f;     
    }
    .webdesign {
     background: url(hintergrundwebdesign.jpg);
     background-color: #4b0f0f;     
    }
