/*VIP Area webStyles*/
/* Version 2.1 */
/* 2020/03/14 */
/* schema hell */
html {
	background-attachment: fixed;
}
body {
	/*background-image: linear-gradient(90deg, rgba( 0, 180, 255, 0.01) 0%, #fff 50%, rgba( 0, 180, 255, 0.01) 100%);*/
	padding: 0px;
	margin: 0px;
	font-family: Verdana;
	font-size: 10px;
	color: #222;
}
#main {
	margin: 20px;
}
#top {
	font-family: le-monde-livre-classic-sc, sans-serif;
	background: rgba(90, 90, 90, 0);
	opacity: 0.8;
	height: 130px;
	color: #CDCDCD;
	position: relative;
	width: 100%;
	text-align: right;
}
#top_infi {
	padding: 10px 0;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-size: 22px;
	font-style: italic;
	text-shadow: 0.1em 0.1em 0.1em #0a8;
	color: #444;
}
#top2 {
	/*background-image: linear-gradient(to right, rgba(255,255,255, 0.05), rgba(0, 80, 50, 0.15), rgba(255,255,255, 0.05));*/
	text-align: center;
	margin: 5px 0;
	width: 100%;
	font-family: Verdana;
	font-size: 11px;
	color: #555;
	overflow: hidden;
	border-radius: 8px;
}
#middle {
	margin: 40px 0;
	width: 100%;
	text-align: left;
	clear: both;
	overflow: auto;
}
#haupt {
	box-sizing: border-box;
	width: 83%;
	float: left;
}
#right {
	box-sizing: border-box;
	margin-left: 1%;
	width: 16%;
	float: right;
}
#header {
	overflow: auto;
	clear: both;
}
.headerlink {
	font-weight: bold;
	font-style: italic;
	/* border-right: 1px solid #D3D3D3;*/
	padding: 15px 15px;
	float: left;
}
.headerlink2 {
	/*border-right: 1px solid #D3D3D3;*/
	padding: 3px 8px 3px 8px;
	float: left;
}
a .headerlink:hover, a .headerlink2:hover {
	color: #FFFFFF;
	background: rgba(40, 40, 40, 0.4);
	text-decoration: none;
}
.search {
	float: right;
	padding: 0;
}
.search > form input {
	height: 43px;
	border: none;
	border-radius: 0;
	margin: 0;
}
#bottom {
	padding-top: 10px;
	text-align: center;
	width: 100%;
	height: 40px;
}
a {
	text-decoration: none;
	color: #111111;
}
p:not(#area1) :not(#area2) {
	float: left;
	margin: 0 25px;
}
hr {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.05), rgba(0, 80, 50, 0.35), rgba(0, 0, 0, 0.05));
}
.min_text {
	font-size: 9px;
	text-decoration: none;
	color: #555;
}
.rahmen {
	overflow: hidden;
	border: 1px dashed #DDD;
	border-radius: 10px;
	padding: 5px;
}
.link, .link_hl {
	padding: 6px 10px;
}
.link_hl {
	background: rgba(0, 0, 230, 0.08);
}
a .link:hover {
	color: #FFFFFF;
	background: rgba(40, 40, 40, 1);
}
.table {
	overflow: auto;
	clear: both;
}
.table_cell {
	height: 40px;
	margin: 2px;
	display: table-cell;
	vertical-align: middle;
}
.tab_l, .tab_lk {
	/*line-height: 20px;*/
	margin: 1px 5px 1px 5px;
	min-width: 25px;
	float: left;
}
.tab_l {
	width: 190px;
}
.tab_lg {
	width: 300px;
}
.tab_r {
	/*line-height: 20px;*/
	margin: 1px 10px 1px 10px;
	min-width: 20px;
	float: right;
	text-align: left;
}
.headlines {
	font-weight: bold;
}
.rot, .gruen, .gelb, .grau {
	overflow: hidden;
	border: #D3D3D3 1px solid;
	padding: 5px;
	margin: 5px 0px 5px 0px;
	border-radius: 0px;
}
.rot {
	background: rgba(255, 0, 0, 0.2);
}
.gruen {
	background: rgba(0, 255, 0, 0.2);
}
.gelb {
	background: rgba(255, 255, 0, 0.2);
}
.grau {
	background: rgba(155, 155, 155, 0.2);
}
a .rot:hover {
	background: rgba(255, 0, 0, 0.5);
}
a .gruen:hover {
	background: rgba(0, 255, 0, 0.5);
}
a .gelb:hover {
	background: rgba(255, 255, 0, 0.5);
}
/* Bild Buttons */
.img, input.img {
	height: 20px;
	background-color: transparent;
	border: none;
	padding: 0px;
}
input.img:hover, a img:hover {
	opacity: 0.5;
}
input.img:active, a img:active {
	opacity: 0.8;
	height: 18px;
}
/* Formulare */
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul li {
	display: block;
	padding: 6px;
}
li:last-child {
	border: none;
	margin-bottom: 0px;
}
label {
	display: inline-block;
	color: #777777;
	font-size: 13px;
	font-style: italic;
}
label input, label select, label textarea {
	display: flex;
	margin-top: 4px;
}
input:not(.img), select, textarea {
	width: 200px;
	height: 29px;
	padding: 0px 5px;
	border: 1px solid #999999;
	background: rgba(220, 220, 220, 0.2);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555566;
	vertical-align: middle;
}
input[type="button"]:not(.img), input[type="submit"] {
	width: auto;
	color: #443333;
	height: 31px;
	padding: 0px 18px;
	background: rgba(200, 200, 200, 0.4);
	border-radius: 3px;
}
input[type="button"]:hover:not(.img), input[type="submit"]:hover {
	background: linear-gradient(to bottom, #07A7A7 5%, #036C6B 100%);
}
input[type="image"], input[type="checkbox"], input[type="radio"] {
	width: auto;
	border: none;
	background-color: transparent;
}
textarea {
	width: 800px;
	height: 200px;
	padding: 5px;
}
/* Registerkarten */
.tabmenu {
	position: relative;
	margin: 5px;
}
.tab_top_active, .tab_top_passive {
	float: left;
	background: rgba(90, 90, 90, 0.3);
	border: 1px #d3d3d3 solid;
	border-radius: 5px 5px 0px 0px;
	margin-bottom: -1px;
	margin-right: -1px;
	padding: 10px;
	cursor: pointer;
}
.tab_top_active:hover, .tab_top_passive:hover {
	background: rgba(76, 157, 146, 0.3);
	border: 1px #d0d0d0 solid;
}
.tab_top_active {
	background: rgba(98, 216, 188, 0.3);
	font-weight: bold;
}
.tab_box {
	border: 1px #D3D3D3 solid;
	padding: 10px;
}
/* Upload Drag & Drop */
.file_up {
	display: inline-block;
	position: relative;
	height: 35px;
	width: 300px;
	margin: 1px;
	color: #888;
}
.file_up input[type="file"] {
	position: absolute;
	left: 0;
	opacity: 0;
	top: 0;
	bottom: 0;
	width: 100%;
}
.file_up div {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	display: flex;
	align-items: center;
	text-align: center;
	font-size: 11px;
	justify-content: center;
	background-color: #EEE;
	border: 2px dotted #ffaaaa;
	border-radius: 5px;
}
.file_up > div.dragover {
	background-color: #ffa;
}
.file_up > div.dragend {
	background-color: #afa;
	color: #222;
}
.file_up > div.mouseover {
	background-color: #afa;
	color: #222;
}