#KonnektorfrontBild {
	width: 1400px; 
	height: 642px;
}

#bildkonnektormitMenue{
	width: 437px;
	height: 337px;
	color: #585D63;
	background-color: #D0D6D2;
	overflow-y: scroll;
	border-style: solid;
	border-width: 3px;
	border-left-color: #1C1C1C;
	border-top-color: #343434;
	border-right-color: #424242;
	border-bottom-color: #212121;
	border-radius: 5px;
	position: absolute;
	top: 155px;
	left: 263px;
}

.bildkonnektor img{
	display: block;
}

.error1 img{
	display: block;
}

#uhr{
    position: absolute;
	top	: 10;
	left: 340px;
	font-family: Calibri;
	font-size: 25px;
	color: #D0D6D2;
}

#startseiteuhr{
    position: absolute;
	top	: 10;
	left: 340px;
	font-family: Calibri;
	font-size: 25px;
	color: #D0D6D2;
}

#resetall{
	position: absolute;
	top: 322px;
	left: 1100px;
}

#menue{
	position: absolute;
	top: 275px;
	left: 825px;
}

#menuebutton:hover{
	border-style: solid;
	border-width: 6px;
	border-color: #7D7D7D;
	border-radius: 100px
}

#pfeiltastenlinks{
	position: absolute;
	top: 278px;
	left: 752px;
}

#pfeiltastenlinksbutton:hover{
	background-image: url("hoverpfeiltastelinks.jpg");
	repeat: none;
	width: 25px;
	height: 47px;
}

#pfeiltastenrechts{
	position: absolute;
	top: 278px;
	left: 927px;
}

#pfeiltastenrechtsbutton:hover{
	background-image: url("hoverpfeiltasterechts.jpg");
	repeat: none;
	width: 25px;
	height: 47px;
}

#zuruck{
	position: absolute;
	top: 367px;
	left: 1017px;
}

#zuruckbutton:hover{
	border-style: solid;
	border-width: 6px;
	border-color: #AF032B;
	border-radius: 100px;
}

#header{
	position: sticky;
	top: 0;
}

body{
	margin: 0;
}

.header{
	position: sticky;
	top: 0;
	background-color: #ECF2F6;
	padding-top: 5px;
	padding-left: 5px;
	z-index: 999;
}

a{
	font-family: Calibri;
	text-decoration: none;
	font-size: 14px;	
}

#footer{
	position: sticky;
	bottom: -1;
}

.minheightdisplayinhalt{
	height: 166px;
}

a:hover {
	color: #585D63;
    text-decoration: underline;
}

a.mainmenu {
	font-family: Calibri;
	text-decoration: none;
	font-weight: bold;
	font-size: 30px;	
}

a.mainmenu:hover {
	text-decoration: underline;
}

a.menupunkt {
	color: #585D63;
	font-family: Calibri;
	text-decoration: none;
	font-size: 16px;		
}

a.menupunkt:hover {
	text-decoration: underline;
}

.uberschrift{
	font-family: Calibri;
	text-decoration: underline;
	font-weight: bold;
	font-size: 19px;
}

.nondropdownstart {
  position: relative;
  display: inline-block;
}

.komponentestartbutton {
	text-align: left;
	line-height: 2;
	background: #1E557A;
	border: 0;
	border-bottom: 6px solid #163F5A;
	width: auto;
	padding-top: auto;
	padding-right: 10px;
	padding-left: 5px;
}

.komponentestartbutton a{
	color: #F1F1F1;
	text-decoration: none;
}

.nondropdownstart {
  position: relative;
  display: inline-block;
}

.komponente1button {
	color: #F1F1F1;	
	text-align: left;
	text-decoration: none;
	line-height: 2;
	background: #34495e;
	border: 0;
	border-bottom: 6px solid #263849;
	width: auto;
	padding-top: auto;
	padding-right: 10px;
	padding-left: 5px;
}

.dropdown1 {
  position: relative;
  display: inline-block;
}

.dropdown1-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown1-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown1-content a:hover {background-color: #ddd;}

.dropdown1:hover .dropdown1-content {display: block;}

.dropdown1:hover .komponente1button {background-color: #243341;}

.komponente2button {
	color: #F1F1F1;	
	text-align: left;
	text-decoration: none;
	line-height: 2;
	background: #2c3e50;
	border: 0;
	border-bottom: 6px solid #22303f;
	width: auto;
	padding-top: auto;
	padding-right: 10px;
	padding-left: 5px;
}

.dropdown2 {
  position: relative;
  display: inline-block;
}

.dropdown2-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown2-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown2-content a:hover {background-color: #ddd;}

.dropdown2:hover .dropdown2-content {display: block;}

.dropdown2:hover .komponente2button {background-color: #1C2732;}

.komponente3button {
	color: #606060;
	text-align: left;
	text-decoration: none;
	line-height: 2;
	background: #ecf0f1;
	border: 0;
	border-bottom: 6px solid #dadedf;
	width: auto;
	padding-top: auto;
	padding-right: 10px;
	padding-left: 5px;
}

.dropdown3 {
  position: relative;
  display: inline-block;
}

.dropdown3-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown3-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown3-content a:hover {background-color: #ddd;}

.dropdown3:hover .dropdown3-content {display: block;}

.dropdown3:hover .komponente3button {background-color: #BDBFC0;}

.komponente4button {
	color: #F1F1F1;	
	text-align: left;
	text-decoration: none;
	line-height: 2;
	background: #bdc3c7;
	border: 0;
	border-bottom: 6px solid #acb2b7;
	width: auto;
	padding-top: auto;
	padding-right: 10px;
	padding-left: 5px;
}

.dropdown4 {
  position: relative;
  display: inline-block;
}

.dropdown4-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown4-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown4-content a:hover {background-color: #ddd;}

.dropdown4:hover .dropdown4-content {display: block;}

.dropdown4:hover .komponente4button {background-color: #6F7375;}

.komponente5button {
	color: #F1F1F1;	
	text-align: left;
	text-decoration: none;
	line-height: 2;
	background: #859596;
	border: 0;
	border-bottom: 6px solid #95a5a6;
	width: auto;
	padding-top: auto;
	padding-right: 10px;
	padding-left: 5px;
}

.dropdown5 {
  position: relative;
  display: inline-block;
}

.dropdown5-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown5-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown5-content a:hover {background-color: #ddd;}

.dropdown5:hover .dropdown5-content {display: block;}

.dropdown5:hover .komponente5button {background-color: #464E4F;}

.komponente6button {
color: #F1F1F1;	
text-align: left;
text-decoration: none;
line-height: 2;
background: #294D50;
border: 0;
border-bottom: 6px solid #102F31;
width: auto;
padding-top: auto;
padding-right: 10px;
padding-left: 5px;

}

.dropdown6 {
  position: relative;
  display: inline-block;
}

.dropdown6-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown6-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown6-content a:hover {background-color: #ddd;}

.dropdown6:hover .dropdown6-content {display: block;}

.dropdown6:hover .komponente6button {background-color: #15292B;}
.anleitungbild{
	border: 1px;
	border-radius: 5px;
	border-color: black;
	border-style: solid;
}