/* CSS Document */

      a:link {
        color: #CC0066;
        text-decoration: none;
      }
      a:visited {
        color: #CC0066;
        text-decoration: none;
      }
      a:active {
        color: #CC0066;
        text-decoration: none;
      }
      a:hover {
        color: #333333;
        text-decoration: none;
      }
      body{
        background-image: url('http://www.notebook-fit.de/Bilder/back_master.jpg');
        background-repeat: repeat;
        color: black;
        margin: 0; 
        padding: 0;
        text-align: center;
        font-family: Arial;
        font-size: 10px;
      }
      #header{
        background-image: url('http://www.notebook-fit.de/Bilder/index_01.jpg');
        margin-left:auto;
        margin-right:auto;
        width:765px;
        height: 161px;
      }
      #menu{
        margin-left:auto;
        margin-right:auto;
        width:765px;
        height: 28px;
        text-align:left;
      }
      .menuimg{
        vertical-align:top;
      }
      #menu2{
        margin-left:auto;
        margin-right:auto;
        width:765px;
        height: 21px;
        text-align:left;
        background:white;
      }
      .menu2img{
        vertical-align:top;
      }
      img{
        border:0px;
      }
      #content{
        background-image: url('http://www.notebook-fit.de/Bilder/back_main.jpg');
        background-repeat: repeat-y;
        margin-left: auto;
        margin-right: auto;
        width:765px;
        height: 575px;
        text-align:left;
      }
      #realcontent{
        margin-left: 33px;
        width:707px;
        border-top: 7px solid white;
        height: 100%;
        background: white;
        text-align: left;
      }
      #footer{
        background-image: url('http://www.notebook-fit.de/Bilder/fuss2.jpg');
        background-repeat: repeat-x;
        margin-left: auto;
        margin-right: auto;
        width: 765px;
        height: 92px;
      }
      a{
        font-family: Arial;
        font-size: 14px;
      }
div#footer div.displei a {
	padding: 0 10px 0 10px;
	line-height: 20px;
}
