* {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
} 

body, html {
   background-image: url(background.jpg);
    background-attachment: fixed;
	background-position: center; 
	background-repeat: repeat-y;
   

   
   font-family: Times New Roman;
}

#MainContainer {
   width: 1024px;
   margin: 0 auto;

   padding-top: 10px;

   color: #996633;
   font-size: 13pt;
 
}

/* Header Formatierungen */

#LogoContainer {
   height: 178px;
   background-image: url(header.png);
   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;
   background-image: url(menu.png);
   background-repeat: no-repeat;
   background-position: left top;
}

/* Submenü Formatierung */
#SubMenue {
	min-height: 200px;
	height: auto !important;
	height: 200px;
	width: 117px;
	float: left;
	font-size: 13pt;
	padding-top: 80px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 3px;
   
}

#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: 1600px;
	width: 650px;
	/*float: center;*/
	
	background-image: url(rahmen/rahmen1500.png);
 	background-repeat: no-repeat;
	background-position: center top;
	background-position: padding-top: 100px;

   text-align: justify;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 90px;
	padding-right: 90px;
	padding-bottom: 10px;
	padding-left: 80px;
}

#Content h1 {
   font-size: 16pt;
   margin-left: 0px;
}

#Content  p {
   margin 0;
   padding: 10px 0px 0px 10px;
}

/*Contentformatierungen End*/

