/* 
    Document   : styles.css
    Created on : 23.02.2017, 19:20:31
    Author     : Manuel Weitzel
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

body{
    font-family: Verdana, Arial;
    background: #FAFAFA;
}

.headcontent {
	background: #e6e6e6;
	position: fixed;
	margin-left: -10px;
	padding-right: 10px;
	top: 0px;
	width: 100%;
	overflow: hidden;
	border-bottom: 3px solid #336699;
	z-index: 1;
}

.headcontent h1 {
	-webkit-margin-after: 0.17em;
	color: #336699;
}

.headcontent h2 {
	-webkit-margin-before: 0.33em;
	color: #336699;
}

.headlogo {
	position: absolute;
	left: 20px;
	top: 10px;
	width: 250px;
	margin-right: 25px;
	margin-bottom: 40px;
}

.heading {
	width: 100%;
	text-align: center;
}

.leftcontent {
	background: #e6e6e6;
	border-right: 3px solid #336699;
	position: fixed;
	width: 15%;
	height: 90%;
	left: 0px;
	padding-top: 10px;
	margin-top: -1px;
	padding-left: 10px;
	z-index: 2;
}

.maincontent {
	position: absolute;
	height: 85%;
	width: 80%;
	left: 15.7%;
	padding-left: 25px;
}

.footer {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #e6e6e6;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 220px;
	text-align: center;
}

@media only screen and (max-height : 600px) {
	.headcontent {
		height: 22%;
	}

	.leftcontent {
		top: 22.7%;
	}

	.maincontent {
		top: 22.7%;
	}
}

@media only screen and (max-height : 768px) and (min-height : 601px) {
	.headcontent {
		height: 18%;
	}

	.leftcontent {
		top: 18.6%;
	}

	.maincontent {
		top: 18.6%;
	}
}

@media only screen and (max-height : 800px) and (min-height : 769px) {
	.headcontent {
		height: 17%;
	}

	.leftcontent {
		top: 17.6%;
	}

	.maincontent {
		top: 17.6%;
	}
}

@media only screen and (max-height : 900px) and (min-height : 801px) {
	.headcontent {
		height: 15%;
	}

	.leftcontent {
		top: 15.4%;
	}

	.maincontent {
		top: 15.4%;
	}
}

@media only screen and (max-height : 1080px) and (min-height : 901px) {
	.headcontent {
		height: 13%;
	}

	.leftcontent {
		top: 13.3%;
	}

	.maincontent {
		top: 13.3%;
	}
}

@media only screen and (max-height : 1200px) and (min-height : 1081px) {
	.headcontent {
		height: 11%;
	}

	.leftcontent {
		top: 11.3%;
	}

	.maincontent {
		top: 11.3%;
	}
}

@media only screen and (min-height : 1201px) {
	.headcontent {
		height: 10%;
	}

	.leftcontent {
		top: 10.3%;
	}

	.maincontent {
		top: 10.3%;
	}
}

.leftcontent a {
	color: #333333;
	line-height: 1.75em;
	padding: 5px;
}

.leftcontent ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.leftcontent a:hover {
	color: #002a5d;
}

.leftcontent a:active {
	color: #002a5d;
}

.invisible {
	display: none;
}

.visible {
	display: block;
	margin-left: 10px;
}

.visible ul {
	padding-left: 40px;
}

.smalltext {
	font-size: 8pt;
} 

.HistTable table {
	border-collapse: collapse;
}

.HistTable td {
	min-width: 70px;
	border-bottom: 1px solid black;
}

.twb table {
	border-collapse: collapse;
}

.twb td {
	min-width: 100px;
	border: 1px solid black;
}

.twb select {
	height: 21px;
}

.twb input{
	height: 21px;
}

.twb th {
	display:fixed;
}

.lbt table {
	border-collapse: collapse;
}

.lbt td {
	min-width: 60px;
	border: 1px solid black;
}

.lbt select {
	height: 21px;
	width: 133px;
}

.lbt input {
	height: 21px;
}

.stat table {
	border-collapse: collapse;
}

.stat td {
	min-width: 200px;
	border: 1px solid black;
}

.AnwTyp {
	width: 40%;
	float: left;
	margin-bottom: 30px;
}

.Abt {
	width: 40%;
	float: left;
	margin-bottom: 30px;
}

.Groups {
	width: 40%;
	float: left;
	margin-bottom: 30px;
}

.LFF {
	width: 40%;
	float: left;
	margin-bottom: 30px;
}

.Layout {
	width: 100%;
	margin-bottom: 30px;
}

hr {
	clear: both;
	margin-top: 30px;
}

.not-active {
   pointer-events: none;
   cursor: default;
   color: #D2D2D2;
   text-decoration: none;
}

.Suche {
	width: 20%;
	float: left;
}

.Filter {
	width: 20%;
	float: left;
}

.clear {
	clear: both;
}