html {height: 100%;}
body {
	 
	/*background-image: url(1_web_hardware/MainBoard.png)*/
}

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

h1 {font-size: 1.7em; color: black; font-family: 'URW Palladio L'; font-weight: bold; font-style: italic; line-height: 100%;}
h2 {font-size: 1.7em; color: darkred; font-family: 'URW Palladio L'; font-weight: bold; font-style: italic; line-height: 100%; }
h3 {font-size: 1.0em; font-family: 'URW Palladio L'; font-weight: bold; font-style: italic; line-height: 100%; }
h4 {font-size: 2.0em; font-family: 'URW Palladio L'; font-weight: bold; font-style: italic; line-height: 0%; }
h5 { }
h6 {}
 
.m5 {
  background-color: orange;
  padding-right: 5px;
  border-right: 1px solid black;
  border-radius: 5px;
} 
 
section {
  position: absolute;  
  margin-top: 140px;
  margin-left: 930px;
  width: 650px;
  height: 505px;
  background-image: url(A_Hardware/C_png/higrund_45.png);
  border-radius: 4px;
  border: 2px solid blue;
  float: right;
  overflow: auto;
  list-style: none;
}

figure {
	margin-top: 15px;
	margin-left: 45px;
	width: 85%;'
	border-radius: 4px;	
	border: 2px solid gray;
}

img {
	width: 100%;
}

figcaption {
	padding: 10px;
}

#text1 {
  position: absolute;
  margin-top: 100px;
  margin-left: 280px;	  
  width: 620px; 
  height: 200px; 
  text-align: center;
  padding-left:20px;
/*  background-color: red;*/
} 

article#anlage1 {
	position: absolute;
	margin-top: 130px;
	margin-left: 350px;
	width: 1200px;
	height: auto;
	border-top: 2px solid gray;
	border-bottom: 2px solid gray;
}

article#anlage2 {
	position: absolute;
	margin-top: 520px;
	margin-left: 350px;
	width: 1200px;
	height: auto;
	border-top: 2px solid gray;
	border-bottom: 2px solid gray;
	 
}

p#bilder {
	position: relative;
	margin-top: 20px;
	display: flex;
   overflow-y: hidden;
}
article img {
	width: 350px;
	height: auto;
	padding: 20px;
	padding-top: 5px;
}
#info {
  position: absolute;
  margin-top: 460px;
  margin-left: 320px;	  
} 

#Tabelle {
position: absolute;
margin-top: 580px;
margin-left: 320px;

}
 
section a {
 text-decoration: none;
 color: #4D4D4D;"
 
}
section p {
	padding-left: 10px;  
}
 
#info {
	position: absolute;
	margin-top: 810px;
	margin-left: 600px;
}
/*.dot {
	 cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: lightblue;
    border-radius: 50%;
    display: inline-block;
    transition: background-color .6s ease;
    opacity: 0.5;
}*/

/*#video {
	position: absolute;
	margin-left: 1030px;
	margin-top: 540px;
	width: 500px;
	height: 310px;
	background-color: white;
	border-radius: 6px; 
   border: solid 2px gray;
}*/


