

html {height: 100%;}
body {
  
  background-image: url(Bilder_png/Kachel.png); 
   
   
}

<!-- Universal Selektor alles in alle Browsern auf 0 -->
* {margin: 0px; padding: 0px; border: 0px; padding: 0px;}

 

h1 { font-size: 14px; color:#a7a9ac; text-transform:uppercase; text-align:center; border-bottom:1px solid #564b47; border-top:1px solid #564b47; padding:5px 15px; margin:0 }
h2 { font-size: 1.5em; font-family: 'URW Palladio L'; font-weight: bold; font-style: italic; line-height: 100%; color: white;}
h3 { font-size: 18px; color:white; text-align:center; color: red;}
h4 { font-size: 2.0em; font-family: 'URW Palladio L'; font-weight: bold; font-style: italic; line-height: 100%; }

/* ----------Navigation Menueleiste --------------------- */
#nav {
  position: absolute;  
  display: block;	   
  text-transform: uppercase;
  color: white; 
  /*background-color: white;*/
  font-size: 1.2em;
  font-family: 'URW Palladio L';
  font-weight: bold;  
  font-style: italic; 
  text-align: center;
  margin-top:20px;
  margin-left: 0px;  
  width: 1660px;
  border: 1px solid white;
  /*border-radius: 7px;  */
  text-decoration: none;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease; 
  }
 

#nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 30px;
}

#nav li {
   float: left;
   width: 160px;
 }

#nav li a {
  display: block;
  color: white;
  text-align: center;
  /*border-radius: 4px;*/
  padding: 3px 3px;
  text-decoration: none;
  /*border-right: 1px solid white;*/
}
 
#nav li a:hover {
   /*border: 1px solid orange;	*/
   height: 30px;	
	position: inherit; 
	color: blue; 
   background-color: white;   
   display: block;
   transition-property: all;
   transition-duration: 1s;
   transition-timing-function: ease; 	 
}
 
/*#nav .navho1 a:hover { background-color: yellow; color: black; }*/
 

#nav li a:visited {
  background-color: white;
  color: orange;
}

#nav li a:active {
  background-color: black;
  color: yellow;;
}

#container {
position: absolute;
margin-left: 100px;
margin-top: 80px;
width: 790px;
height: 750px;
padding-top: 10px;
}

.titel {
	position: absolute;
	width: 270px;
	height: 20px;
	background-color: #E98798;
	text-align: center;
	font-size: 1.2em; 
	font-family: 'URW Palladio L'; 
	font-weight: bold; 
	font-style: italic; 
	line-height: 100%; 
	color: black;
}

.thumb {
	position: absolute;
	margin-top: 20px;
}

.anbot {
	position: absolute;
	margin-top: 280px;
	padding: 10px;
	background-color: white;
	height: 70px;
	width: 250px;
}

.preis {
	position: absolute;
	margin-left: 165px;
	margin-top: 335px;
	width: 90px;
	text-align: right;
	font-size: 1.5em; 
	font-family: 'URW Palladio L'; 
	font-weight: bold; 
	font-style: italic; 
	line-height: 100%; 
	color: blue;
}

/* Ab Hier beginnt die CSS Slideshow
----------------------------------------------------- */

.slideshow-container {
    width: 550px;
    height: 550px;
    position: absolute;
    margin-left: 1010px;
    margin-top: 250px;
    border-radius: 6px; 
    border: solid 1px white;
}

.mySlides {
    display: none;
    
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -92px;
    padding:  10px;
    color: #222428;
    font-weight: bold;
    font-size: 30px;
    transition: .6s ease;
    border-radius: 0 3px 3px 0
}

.next {
    right: -50px;
    border-radius: 3px 3px 3px 3px;
    color: white;
   
}

.prev {
    left: -50px;
    border-radius: 3px 3px 3px 3px;
    color: white;
}

.prev:hover,
.next:hover {
    color: #f2f2f2;
    background-color: #1E90FF;
}
 
.text {
	 position: absolute;    
    margin-top: 580px;  
    text-align: left;
    font-size: 15px;
    padding-left: 20px; 
    z-index: 5;
    width: 530px;
    height: 50px;
    border: solid 2px white;
	 border-radius: 6px;    
    text-align: center;
    font-size: 1.5em; 
    font-family: 'URW Palladio L'; 
    font-weight: bold; 
    font-style: italic; 
    line-height: 100%; 
    color: white;
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0
}

.dot {
	 cursor: pointer;
    height: 80px;
    width: 80px;
    margin: 2px;
    /*background-color: white;*/
    border-radius: 5%;
    display: inline-block;
    /*transition: background-color .6s ease
    opacity: 0;*/
}

.active {
    background-color: white;
    border: solid 3px yellow;
}

.dot:hover {
    background-color: white;
    border: solid 3px red;
}

/* Fading animation */
.fadein {
  animation-name: fadein;
  animation-duration: 1.5s;
  
}

.fadein img {
	width: 650px;
	height: 650px;
}

@keyframes fadein {
  from {opacity: 0.2 }
  to {opacity: 1}
}
 
 
/* -----------footer--------------------------- */
#footer {
	position: absolute;
	margin-top: 840px;
	width: 1660px;
	height: 35px;
	color: whitesmoke;
}

 