@charset "utf-8";

.table-info>th{background-color:#0d022b;border-color:#ececec;}

body
{
	margin: 0;
	padding: 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #c3c3c3;
	background: rgb(2 0 0 / 0%);
}

div.clear
{
	clear: both;
}

div#content
{
	min-height: 250px;
	padding: 10px;
	background: rgba(255, 255, 255, 0.5);
}

div#wrapper
{
	margin:0 auto;
	width:900px;
	box-shadow:0 0 10px #ff0000;
}

div#navi
{
	border-bottom: 1px solid rgba(0, 0, 0, 0.8);
	background: rgba(255, 255, 255, 0.5);
	background: -moz-linear-gradient(top,rgba(0, 0, 0, 0.8),#FF8C00);
	background: -webkit-linear-gradient(top,rgba(0, 0, 0, 0.8),#9d00ff);
	background: -ms-linear-gradient(top,rgba(0, 0, 0, 0.8),#FF8C00);
	background: linear-gradient(top,rgba(0, 0, 0, 0.8),#FF8C00);
}

div#navi ul
{
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

div#navi ul li
{
	float: left;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
}

div#navi ul li a
{
	display:block;
	padding:7px 20px;
	min-width:65px;
	text-align:center;
	color:#000000;
	text-decoration: none;
}

div#navi ul li span#headline
{
	display: block;
	font-size: 18px;
	color: #000000;
	font-weight: 800;
	padding: 12px 25px;
}

div#navi ul li a#current,
div#navi ul li a:hover
{
	background: rgba(255, 255, 255, 0.5);
	background: -moz-linear-gradient(top,rgba(255, 255, 255, 0.5),#FF8C00);
	background: -webkit-linear-gradient(top,rgba(255, 255, 255, 0.5),#FF8C00);
	background: -ms-linear-gradient(top,rgba(255, 255, 255, 0.5),#FF8C00);
	background: linear-gradient(top,rgba(255, 255, 255, 0.5),#FF8C00);
}

div#navi ul li:first-child {border-left: none;}
div#navi ul li:last-child {border-right: none;}

table.content
{
	width: 100%;
	border: 1px solid rgba(#060606);
	border-spacing: 1px;
}

table.content th, table.content td {padding: 6px 4px;}
table.content tr:nth-child(odd){background: rgba(0, 0, 0, 0.8);}
table.content tr:nth-child(even){background: rgba(0, 0, 0, 0.8);}

table.content th
{
	background: rgba(255, 255, 255, 0.5);
	background: -moz-linear-gradient(top,rgba(0, 0, 0, 0.8),#FF8C00);
	background: -webkit-linear-gradient(top,rgba(0, 0, 0, 0.8),#060606);
	background: -ms-linear-gradient(top,rgba(0, 0, 0, 0.8),#FF8C00);
	background: linear-gradient(top,rgba(0, 0, 0, 0.8),#FF8C00);
}

div#footer
{
	margin-bottom: 10px;
	height:25px;
	padding: 0;
	background: rgba(255, 255, 255, 0.5);
	background: -moz-linear-gradient(top,rgba(255, 255, 255, 0.5),#FF8C00);
	background: -webkit-linear-gradient(top,rgba(255, 255, 255, 0.5),#3300ff);
	background: -ms-linear-gradient(top,rgba(0, 0, 0, 0.8),#FF8C00);
	background: linear-gradient(top,rgba(255, 255, 255, 0.5),#FF8C00);
}

div#footer a
{
	color: #000000;
	text-decoration: none;
}

div#footer ul
{
	float:right;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#footer ul li
{
	float: left;
}

div#footer ul li a
{
	display: block;
	padding:0 10px;
	line-height:25px;
	border-left:1px solid rgba(0, 0, 0, 0.8);
}

div#footer ul li a#footer-current,
div#footer ul li a:hover
{
	background: rgba(255, 255, 255, 0.5);
	background: -moz-linear-gradient(top,rgba(0, 0, 0, 0.8),#FF8C00);
	background: -webkit-linear-gradient(top,rgba(0, 0, 0, 0.8),#FF8C00);
	background: -ms-linear-gradient(top,rgba(0, 0, 0, 0.8),#FF8C00);
	background: linear-gradient(top,rgba(0, 0, 0, 0.8),#FF8C00);
}

ul.tabmenu
{
	margin:0;
	padding:0;
	list-style-type:none;
}

ul.tabmenu li
{
	float:left;
}

ul.tabmenu li a
{
	display:block;
	margin-right:10px;
	padding:8px 15px;
	color:#000000;
	font-weight:800;
	border:1px solid rgba(0, 0, 0, 0.8);
	border-bottom:0;
	background:rgba(255, 255, 255, 0.5);
}

ul.tabmenu li a:hover,
ul.tabmenu li a.current
{
	background:rgba(255, 255, 255, 0.5);
}

span#refreshBar
{
	float: right;
	font-size: 12px;
	padding-top:5px;
}

img.profil_bild
{
	max-width: 100px;
	max-height: 100px;
	border: 0px solid rgba(36, 3, 70, 0);
}

table.popup-table td.popup-profil-bild
{
	padding-top: 3px;
	vertical-align: center;
	width: 100px;
}

table.popup-table
{
	margin: 0;
	padding: 0;
	width: 100%;
}

table.popup-table td.popup-desc
{
	vertical-align: top;
}

table.popup-table td.popup-desc span.headline
{
	display: block;
	margin-bottom: 5px;
	padding-bottom: 2px;
	font-weight:800;
	border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}

table.content tr.event-sendung
{
	background:#FF8C00;
}

input[type=text],
input[type=password],
input[type=file],
input[type=email],
input[type=url],
input[type=search],
input[type=number],
select,textarea
{
	width:99%;
	margin:3px;
	padding:5px;
	font-size:12px;
	border-radius:3px;
	font-family:Arial,Verdana,Helvetica;
	border:1px rgba(0, 0, 0, 0.8) solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	resize:none;
}

input[type=number] {width:70px;text-align:center;}
select {padding: 4px 5px;}

input[type=text]:focus,
input[type=password]:focus,
input[type=file]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
select:focus,textarea:focus
{
	box-shadow:0 0 3px yellow;
}

input[type=submit],
input[type=reset],
input[type=button]
{
	padding:3px 10px;
	border:1px solid rgba(0, 0, 0, 0.8);
	font-weight:800;
	color:#000000;
	cursor:pointer;
	border-radius:3px;
	background:rgba(255, 255, 255, 0.5);
	background:-moz-linear-gradient(top,rgba(0, 0, 0, 0.8),#FF8C00);
	background:-webkit-linear-gradient(top,rgba(0, 0, 0, 0.8),#FF8C00);
	background:-ms-linear-gradient(top,rgba(0, 0, 0, 0.8),#FF8C00);
	background:linear-gradient(top,rgba(0, 0, 0, 0.8),#FF8C00);
}

input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover
{
	background:rgba(255, 255, 255, 0.5);
	background:-moz-linear-gradient(top,rgba(0, 0, 0, 0.8),#FF8C00);
	background:-webkit-linear-gradient(top,rgba(0, 0, 0, 0.8),#FF8C00);
	background:-ms-linear-gradient(top,rgba(0, 0, 0, 0.8),#FF8C00);
	background:linear-gradient(top,rgba(0, 0, 0, 0.8),#FF8C00);
}

input[type=submit].cancel,
input[type=reset].cancel,
input[type=button].cancel{color:#600;}

input[type=submit].cancel:hover,
input[type=reset].cancel:hover,
input[type=button].cancel:hover
{
	color:#000000;
	border-color:rgba(0, 0, 0, 0.8);
	background:rgba(255, 255, 255, 0.5);
	background:-moz-linear-gradient(top,rgba(0, 0, 0, 0.8),#FF8C00);
	background:-webkit-linear-gradient(top,rgba(0, 0, 0, 0.8),#FF8C00);
	background:-ms-linear-gradient(top,rgba(0, 0, 0, 0.8),#FF8C00);
	background:linear-gradient(top,rgba(0, 0, 0, 0.8),#FF8C00);
}

input[type=submit].submit,
input[type=reset].submit,
input[type=button].submit{color:#FFF;}

input[type=submit].submit:hover,
input[type=reset].submit:hover,
input[type=button].submit:hover
{
	color:#000000;
	border-color:rgba(0, 0, 0, 0.8);
	background:rgba(255, 255, 255, 0.5);
	background:-moz-linear-gradient(top,rgba(0, 0, 0, 0.8),#FF8C00);
	background:-webkit-linear-gradient(top,rgba(0, 0, 0, 0.8),#FF8C00);
	background:-ms-linear-gradient(top,rgba(0, 0, 0, 0.8),#FF8C00);
	background:linear-gradient(top,rgba(0, 0, 0, 0.8),#FF8C00);
}

span.event
{
	display:block;
	padding:8px;
	color:#FFF;
	margin-bottom:10px;
	text-align:center;
	background:rgba(0, 0, 0, 0.8);
	border-top:5px solid rgba(0, 0, 0, 0.8);
	border-bottom:5px solid rgba(0, 0, 0, 0.8);
}

span.event-Success
{
	color:#FFF;
	background:rgba(0, 0, 0, 0.8);
	border-color:rgba(0, 0, 0, 0.8);
}

span.event-Fail
{
	color:#FFF;
	background:rgba(0, 0, 0, 0.8);
	border-color:rgba(0, 0, 0, 0.8);
}

a{text-decoration:none;color:#080707;}
a:hover{color:#080707;}

h1.headline
{
	margin:0 0 10px 3px;
	padding-bottom:3px;
	font-size:22px;
	border-bottom:1px dotted rgba(0, 0, 0, 0.8);
}

span.circle-red
{
	border-radius:10px;
	padding:2px 6px;
	font-weight:800;
	background:rgba(0, 0, 0, 0.8);
}

span.label
{
	color:#FFF;
	font-weight:780;
	padding:4px 6px;
	border-radius:4px;
	background:rgba(0, 0, 0, 0.8);
}

span.label-red
{
	color:#FFF;
	background:rgba(0, 0, 0, 0.8);
}

span.label-orange
{
	color:#FFF;
	background:rgba(0, 0, 0, 0.8);
}

span.label-green
{
	color:#FFF;
	background:rgba(0, 0, 0, 0.8);
}

div.pagenav{float:right;}

div.pagenav ul
{
	margin:0;
	padding:0;
	height:25px;
	list-style-type:none;
	border:1px solid rgba(0, 0, 0, 0.8);
}

div.pagenav ul li
{
	float:left;
	border-left:1px solid rgba(0, 0, 0, 0.8);
}

div.pagenav ul li:first-child{border:none;}

div.pagenav ul li a
{
	display:block;
	padding:0 7px;
	line-height:25px;
	font-weight:bold;
	vertical-align:middle;
	cursor:pointer;
}

div.pagenav ul li a:hover,
div.pagenav ul li#currentpage{background:rgba(0, 0, 0, 0.8);}