        body {
		background-repeat: repeat;
		background-attachment: fixed;
		background-position: 2% 2%;
		background-color: #998d81; /*CCFFCC;*/
		background-image: -webkit-linear-gradient(top, white 0%, #998d81 100%);
		background-image: -ms-linear-gradient(top, white 0%, #998d81 100%);
		background-image: -moz-linear-gradient(bottom, white 0%, #998d81 100%);
		background-image: -o-linear-gradient(top, white 0%, #998d81 100%);
	}
	#titelLogo{
		position:absolute;
		top: 2px;
		left:682px;
	}
	h1 {
		font-family: "bell gothic std", "Copperplate Gothic Light", helvetica, arial, verdana, sans-serif;
		font-size: 25px;
		color: grey;
		position:absolute;
		top: 15px;
		left: 20px;
	}
	h2 {
		font-family: "bell gothic std", "Copperplate Gothic Light", helvetica, arial, verdana, sans-serif;
		font-size: 20px;
		color: black;
		position:absolute;
		top: 10px;
		left: 400px;
	}
	b {
		font-family: "bell gothic std", "Copperplate Gothic Light", helvetica, arial, verdana, sans-serif;
		font-size: 15px;
	}
	p {
		font-family: "bell gothic std", "Copperplate Gothic Light", helvetica, arial, verdana, sans-serif;
		font-size: 15px;	
	}
	li {
		font-family: "bell gothic std", "Copperplate Gothic Light", helvetica, arial, verdana, sans-serif;
		font-size: 12px;	
	}
	hr {
		position:relative;
		top:101px;
		left:0px;
		width:1024px; 
		color:#998d81;
		background-color:#998d81; 
		border-color:#998d81;
		height:10px;
		margin-left:0; 
	}

	#menucontainer ul { 
		margin: 0; 
		padding: 4px; 
		margin-top:111px;
		list-style-type: none; 
		text-align: center; 
		background-color:#669999; 
		} 
	 
	#menucontainer ul li {  
		display: inline; 
		} 
	 
	#menucontainer ul li a { 
		text-decoration: none; 
		padding: .2em 1em; 
		color: #fff; 
		background-color: #669999; 
		} 
 
	#menucontainer ul li a:hover { 
		color: #000; 
		background-color: #fff; 
		} 

		#submenucont ul { 
			margin: 0; 
			padding: 4px; 
			margin-top:1px;
			list-style-type: none; 
			text-align: center; 
			background-color:#669999; 
			} 
		 
		#submenucont ul li {  
			display: inline; 
			} 
		 
		#submenucont ul li a { 
			text-decoration: none; 
			padding: .2em 1em; 
			color: #fff; 
			background-color: #669999; 
			} 
 
		#submenucont ul li a:hover { 
			color: red; 
			background-color: #fff; 
			} 

	#boxSlideshow {
		position:absolute;
		width:100%;
		height:250px;
              	left: 50%;
		margin-left:-90px;	
	}
	#boxHochzeit {
		position:absolute;
		width:100%;
		height:250px;
              	left: 30%;
		margin-left:-90px;	
	}
	#boxBild {
		float: left;
		background-color:#ffffe0; /*white;*/
		margin-top:1px;
		padding-top: 30px;
		padding-right: 30px;
		padding-left: 30px;
		padding-bottom: 0px;
	}
	#gesamt {
		background: #ffffe0; /*#CCC; #CCFFCC;*/
		border: 1px solid #666;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1.2em;
		color: #333;
		position: absolute;
		width: 1023px;
		top:0px;
		left: 50%;
		margin-left: -512px;
	}
	#boxLight {
		background: #ffffe0; /*#CCC; #CCFFCC;*/
		border: 1px solid #666;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1.2em;
		color: #333;
		position: absolute;
		width: 400px;
		top:0px;
		left: 50%;
		margin-left: -512px;
	}
        
	#fusstext {
		font-family: "bell gothic std", "Copperplate Gothic Light", helvetica, arial, verdana, sans-serif;
		font-size: 12px;
		color: black;
		text-decoration: overline;
		width: 960px;
	}
	
	/* SLIDESHOW */
		#slideshow {
		 height:60px; /* hier Hoehe der Slideshow-Bilder angeben */
		 position:relative;
		}
		#slideshow img {
		 display:none;
		 position:absolute;
		 top:0; left:0;
		}
		#slideshow img.start {
		 display:block;
		}
