html,body{
	font: 13px Verdana,Geneva,sans-serif;
	background:url("../images/background_1207068a.jpg");
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	}
.fa-solid, .fas {
  font-size: medium;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
}
.fa-solid:hover, .fas:hover {
    text-shadow: 1px -1px 5px rgba(0,0,0,0.79);
}


.datatable tbody{
    color: #2E2E2E;
    text-align:center;
}

.datatable tbody tr td:first-child{
    border-left: 1px solid #ccc;
}
.datatable tbody tr td:last-child{
    border-right: 1px solid #ccc;
}
.datatable tbody tr:last-child td{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.datatable tbody tr{
    transition: all ease-in-out 0.2s;
}
.datatable tbody tr:nth-child(even) {
    background: #CCC;
}
.datatable tbody tr:nth-child(odd) {
    background: #FFF;
}
.datatable tbody tr:hover{
    background: #cec;
}

h1{
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:16px;
}
.menu_templ {
    background-color: #999999;
    position: relative;
    width: 100%;
    z-index: 1000;
}
#content{
	margin:auto;
	width:1000px;
	/*position:relative;*/
}
.p50_screen a{
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
.p100_screen a{
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
.p100_screen{
	width:96%;
	padding:1%;
	background-color:#FFF;
	display:inline-block;
	margin-top:10px;
}
.p50_screen{
	float:left;
	width:46%;
	padding:1%;
	background-color:#FFF;
	display:inline-block;
	margin-top:10px;
}
.p50_screen_first{
	margin-right:2%
}
.clear{
	clear:both;
}
.border_radius{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.p50_screen_center{
	width:46%;
	padding:1%;
	background-color:#FFF;
	margin:auto;
	margin-top:10px;
}
.p25_screen_center{
	width:350px;
	padding:10px;
	background-color:#FFF;
	margin:auto;
	margin-top:20px;
}

.error{background-color:#F00;}
.close{
	position:absolute;
	top:5px;
	right:5px;
	background-image:url(../images/close.fw.png);
	width:20px;
	height:20px;	
	cursor:pointer;
}
.shadow{
	box-shadow: 0 1px 6px 0 rgba(0,0,0,0.12),0 1px 6px 0 rgba(0,0,0,0.12);
}
.shadow:hover{
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.12),0 1px 4px 0 rgba(0,0,0,0.12);
}
.zentriert {
position: relative;
top: 40%;
-webkit-transform: translateY(-60%);
-ms-transform: translateY(-60%);
transform: translateY(-60%);
}
