#headerGrundflaeche {
	background-color: rgb(7, 71, 100);
	width:100%;
	height: 120px;
}
#header {
	width:95%;
	height: 80px;
	margin-left: 2%;
	margin-right: 3%;
	padding-top: 10px;
	font-family: Calibri, Verdana, sans-serif;
	font-weight: bold;	
}
a:hover {
	color: black;
}
#content {
	float: left;
	width:67%;
	font-family: Calibri, Verdana, sans-serif;
	color: rgb(7, 71, 100);
	font-size: 30px;
}
#texteingabe {
	font-family: Times, serif; 
	font-size: 24pt; 
	font-weight: bold; 
	width:100%; 
	height: 2000px;
	line-height: 3.0;
	background-color: rgb(255, 255, 255);
	margin-left: 30px;
}
.textLeft {
	padding-top: 20px;
	font-size: 60px;
	float: left;
	color: white; 
	text-decoration: none;
}
.textRight {
	padding-top: 40px;
	font-size: 40px;
	float: right;
	color: white; 
	text-decoration: none;
}
.image {
	float: right; 
	height: 80px;
}
h1 {
	margin-left: 100px;
}
p {
	margin-left: 50px; 
	margin-right: 50px;
	
}
#seitenBild {
	width: 33%;
	float: left;
}
#reiterzeile {
	width: 100%;
	height:40px;
	background-color: rgb(7, 71, 100);
}
.navT {
	float: left;
	width: 300px;
	height: 40px;
	display: inline-block;
	text-align: center;
	font-family: Calibri, Verdana, sans-serif;
	font-weight: bold;	
	font-size: 35px;
	background-repeat: no-repeat;
	background-size: cover;
}
.navT:hover {
	color: black;
}
.navTaktiv {
	background-image: url("hilfsdateien/bild_naviTasteWeiss.gif");
	color: black;
}
.navTinAktiv {
	background-image: url("hilfsdateien/bild_naviTasteGrau.gif");
	color: white;
}

.werkzeugZeile {
	position: sticky;
	top: 0;
	left: 0;	
	margin-left: 40px; 
	width: 1400px;
	height: 141px;
	margin-top: 5px;
	background-color: white; 
}
#imprimWerkzeuge {
	height: 41px;
}
.syntaxWerkzeuge6erBlock {
	float: left;
	width: 300px;
	height: 150px;
	margin-right: 20px;
	background-size: 100%, 100%;
	background-repeat: no-repeat;
}
.syntaxWerkzeuge4erBlock {
	float: left;
	width: 200px;
	height: 150px;
	background-size: 100%, 100%;
	background-repeat: no-repeat;
	margin-right: 5px; 
}
.werkzeugTaste {
	float: left;
	width: 50px;
	height: 47px;
}
.werkzeugDoppelTaste {
	float: left;
	width: 100px;
	height: 47px;
}
.werkzeugSechserTaste {
	float: left;
	width: 300px;
	height: 47px;
}
.werkzeug6x1Hintergrund{
	float:left; 
	width: 300px; 
	height: 47px; 
	font-family: Calibri, Verdana, sans-serif; 
	font-size: 30px;
	font-weight: bold;	
	text-align: center;
	background-size: 100%, 100%;
}
.werkzeugTasteAktiv {
	background-color: rgba(7, 71, 100, 0.6);
}
.werkzeugTaste:hover {
	background-color: rgba(7, 71, 100, 0.2);
}
.werkzeugDoppelTaste:hover {
	background-color: rgba(7, 71, 100, 0.2);
}
.werkzeugSechserTaste:hover {
	background-color: rgba(7, 71, 100, 0.2);
}
input[type=file]::file-selector-button {
    visibility: hidden;
}
#inputFile {
	font-size: 0px;
}
.nutzerInfo {
	font-family: Calibri, Verdana, sans-serif; 
	font-size: 24px;
	padding-top: 5px;
	height: 42px;
}