* {
   margin: 0;
   padding: 0;
} 

body, html {
   background-image: url(hint.gif);
   background-repeat: repeat-x;
   background-color: #000000;
   

   
   font-family: Times New Roman;
}

#MainContainer {
   width: 1024px;
   margin: 0 auto;

   padding-top: 10px;

   color: #996633;
   font-size: 13pt;
}

/* Header Formatierungen */

#LogoContainer {
   height: 180px;
   background-image: url(shadowthemelogo.jpg);
   background-repeat: no-repeat;
   background-position: center top;
   
}

.right {
   
}
/* Header Formatierungen End */

.clear {
   clear: both;
   font-size: 1px;
}

#ContentContainer {
   min-height: 200px;
   height: auto !important;
   height: 200px;
   width: 1024px;
}

/* Submenü Formatierung */
#SubMenue {

   min-height: 200px;
   height: auto !important;
   height: 200px;
   width: 117px;
  
   padding: 40px 10px 10px 10px;
   float: left;
   
   font-size: 13pt;
   
}

#SubMenue ul {
   list-style-type: none;
}

#SubMenue li {
   padding: 10px 0 0 0;
}

#SubMenue a {

   font-size: 13pt;
   color: #996633;
   text-decoration:none;
}

#SubMenue a:hover {
   text-decoration: none;
   font-style: italic;
}

/* Submenü Formatierung  Ende*/

/* Contentformatierungen Start */

#Content {

   min-height: 600px;
   height: auto !important;
   height: 600px;
   width: 700px;

   background-image: url(villadunkel2.jpg);
   background-repeat: no-repeat;
   background-position: center;
   background-attachment: fixed;

   margin: 0 0 0 132px;   
   padding: 50px 10px 10px 60px;
   /*float: center;*/
   
   text-align: justify;
}

#Content h1 {
   font-size: 16pt;
}

#Content  p {
   margin: 0;
   padding: 10px 0px 0px 10px;
}

/*Contentformatierungen End*/
