 /* allgemein   */

* {
         border:0;
         margin:0;
         padding:0;
	 outline:0;
	}
html {
         height:120%;
         }
body {
         font-family: 'arial', sans-serif;
         font-size: 1em;
         color:#000000;
         background:#FFE4B4;
         height:100%;
	 
         }

#thumbnails{
	display:none;
	}

.slideshowContainer {

	width: 400px;
	height: 300px;
	display:block;
	margin:auto;
	margin-bottom:1em;
}

.slideshowContainer img{

	width: 400px;
	height: 300px;
}

#start_image a{
	display:block;
	border:1px solid #D8A153;

}

#start_image img{

	margin-top:0;
}

#start_image {

	display:block;
	margin:auto;
	margin-top:50px;
	text-align:center;
	height:623px;
	width:778px;
	position: absolute;
	left: 50%;
	margin-left: -389px; /* negative Hälfte von width */
	top: 50%;
	margin-top: -311px; /* negative Hälfte von height */
}
#start_image p{
	background:#FFC676;
	border:1px solid #C28A64;
	padding:0.2em;
}
#start_image .first{
	display:block;
}
#start_image .second{
	display:none;
}
/*
#start_image a:hover .first{
	display:none;
}
#start_image a:hover .second{
	display:block;
}

#start_image a:hover{
	border:1px solid #D8A153;
	text-decoration:none;
	color:#000000;
	font-size:2em;
}
*/
