

  body { margin: 0;
  
    padding: 20px;
    background: white none repeat scroll 0%;
    font-family: Arial,sans-serif;
    color:  ;
    line-height: 1.166;
    text-align: center;
    }

  #main { border: solid 1px red;
    padding: 10px;
    margin: 0px auto 0;
    background: white ;
    text-align: left;
    width: 800px;
    voice-family: inherit;
    }

    
  
/******* hyperlink and anchor tag styles *******/

  a:link, a:visited { color: red;
    text-decoration: none;
    }

  a:hover { text-decoration: none;
    }

/************** header tag styles **************/

  h1 { margin: 0px;
    padding: 0px;
    font-family: Arial,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 120%;
    line-height: normal;
    font-size-adjust: none;
    font-stretch: normal;
    color: rgb(51, 77, 85);
    }

  h2 { margin: 0px;
    padding: 0px;
    font-family: Arial,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 114%;
    line-height: normal;
    font-size-adjust: none;
    font-stretch: normal;
    }

  h3 { 
    padding: 0px;
    font-family: Arial,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 80%;
    line-height: normal;
    font-size-adjust: none;
    font-stretch: normal;
    width: 20%;
    height: 16px;
    }

  h4 { margin: 0px;
    padding: 0px;
    font-family: Arial,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 70%;
    line-height: normal;
    font-size-adjust: none;
    font-stretch: normal;
    color: rgb(51, 51, 51);
    }

  h5 { margin: 0px;
    padding: 0px;
    font-family: Arial,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 100%;
    line-height: normal;
    font-size-adjust: none;
    font-stretch: normal;
    color: rgb(51, 77, 85);
    }

/*************** list tag styles ***************/

  ul { list-style-type: square;
    }

  ul ul { list-style-type: disc;
    }

  ul ul ul { list-style-type: none;
    }

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


  #header { top: 15px;
  padding: 25px 0px 0px 0px;
	width: 100%;
    height: 100px;
    background-image: url(/fileadmin/banner/banner_1.png);
    }
    

/************** feature styles *****************/

  .feature { 
    font-size: 80%;
    min-height: 200px;
    height: 200px;
    }

  html > body .feature { height: auto;
    }

  .feature h3 { 
    background-image: url(feature_background.png) ;
    font-family: Arial,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 100%;
    line-height: normal;
    font-size-adjust: none;
    font-stretch: normal;
    color: white;
    }

  .feature img { padding: 0px 10px 0px 0px;
    float: left;
    }


/************** siteInfo styles ****************/

  #siteInfo { border-top: 4px solid white;
    padding: 10px;
    clear: both;
    font-size: small;
    margin-top: -1px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    }

  #siteInfo img { padding: 4px 4px 4px 0px;
    vertical-align: middle;
    }

