/***************************************************************************************/
/* Stylesheet */
/***************************************************************************************/
@charset "utf-8";

@font-face { font-family: 'SparkasseRG'; src: url('sparkasserg.ttf') format('truetype'); }

/***************************************************************************************/
/* Globale HTML-Definitionen */
/***************************************************************************************/
*{
	padding:0;
	margin:0;
	border:0;
	box-sizing: border-box;
}
html{
	font-family: SparkasseRG, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	background-color:#005070;
	height: 100%;
	color:#333;
/*	
-webkit-transform: scale(1.4);
-moz-transform: scale(1.4);
-ms-transform: scale(1.4);
-o-transform: scale(1.4);
transform: scale(0.9);	
*/	
}
body{
	height: 100%;
}

h1{
	margin-top:30px;
	margin-bottom:20px;
	font-size:150%;
}
h2{
	margin-top:20px;
	margin-bottom:10px;
	font-size:130%;
}
h3{
	margin-top:10px;
	margin-bottom:0px;
	font-size:110%;
}
/* Formularfelder normal */
input{
	border:2px solid #999;
	font-size:130%;
	color: #333;
}
input[type=button], input[type=submit], input[type=reset], input[type=file]{
	cursor:pointer;
}
select{
	border:2px solid #999;
}
textarea{
	border:2px solid #999;
	font-family: Arial, Helvetica, sans-serif;
}
/* Formularfelder aktiv */
input:focus{
	border:2px solid #005070;
}
select:focus{
	border:2px solid #005070;
}
textarea:focus{
	border:2px solid #005070;
}
/* Formularfelder hover */
input[type=button]:hover,input[type=submit]:hover,input[type=reset]:hover{
	background-color:#dcdcdc;
}
/* Formularfelder deaktiviert */




/***************************************************************************************/
/* Globale Klassen */
/***************************************************************************************/
.online{
	background-color:#0C0;
}
.offline{
	background-color:#F60;
}

.anwesend{
	background-color:#6FC;
}
.abwesend{
	background-color:#F36;
}
.invisible{
	display:none;
}
.notselected{
	background-color:#FF9;
}
.selected{
	background-color:#900;
}

.messagetable{
	width: 95%;
	border-collapse:collapse;
}
.messagetable td{
	border: 1px solid #666;	
}


.error{
	background-color:#FBB;
	border:2px solid #900;
}
.nachricht{
	background-color:#FED298;
	border:2px solid #900;
}
.open{
	color:#990000;
}
.testing{
	color:#090;
}
.onhold{
	color:#999;
}
.closed{
	color:#069;
}
.top8 {
	border-top-width: 2px !important;
	border-top-style: solid;
	border-top-color: #cdcdcd;
}
.left8 {
	border-left-width: 2px !important;
	border-left-style: solid;
	border-left-color: #cdcdcd;
}
.right8 {
	border-right-width: 2px !important;
	border-right-style: solid;
	border-right-color: #cdcdcd;
}
.icon{
	width:30px;
}
.mleft7{
	margin-left:7px;
}
.noright{
	border-right-width:0px !important;
}
.noleft{
	border-left-width:0px !important;
}
.notop{
	border-top-width:0px !important;
}
.nobottom{
	border-bottom-width:0px !important;
}
.block{
	margin-bottom:20px;
	margin-left:10px;
	margin-right:10px;
	padding-top:0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:55px;
	background-color: #CCC;
	border: 1px solid #999;	
}
.block input[type=button]{
	padding:5px;
	margin-top:10px;
	margin-bottom:0px;
}
.block input[type=checkbox]{
	margin-right:5px;
	margin-top:5px;
}
.messagetable input[type=button]{
	padding:5px;
	margin:5px;
	width: 150px;
}
.messagetable select{
	padding:5px;
	margin:5px;
	width: 150px;
	font-size:130%;
}
.fright{
	float:right;
}
.fleft{
	float:left;
}

.icon-svg {
    background: transparent url("../pictures/sprite-retina-bw-akademie-160609.svg") no-repeat scroll 0 0 / 1485px 828.5px;
    height: 32px;
    width: 32px;
		display:inline-block;
		margin-top:10px;
		margin-right:10px;
}
.icon-svg.icon-telephone {
    background-position: -770px -440px;
}
.icon-svg.icon-fax {
    background-position: -605px -165px;
}
.icon-svg.icon-email {
    background-position: -770px -660px;
}

.new_tn{
	font-size:100%;
	padding:2px !important;
	margin:0px 0px 0px 0px !important;
}
table.new_tn td{
	border-bottom:1px solid #999;
	padding-bottom:8px;
}
table.new_tn td:nth-child(1){
	width: 70px;
}
table.new_tn td:nth-child(2){
	width: 300px;
	overflow:hidden;
}
table.new_tn td:nth-child(3){
	width: 40px;
}
table.new_tn td:nth-child(4){
	width: 40px;
}
table.new_tn td:nth-child(5){
	width: 40px;
}
table.new_tn td:nth-child(6){
	width: 200px;
}
table.new_tn td:nth-child(7){
	width: 100px;
}


/***************************************************************************************/
/* Globale IDs */
/***************************************************************************************/
#rechtliches{
	margin-top:150px;
}
#impressum{
	width:25%;
}
#datenschutz{
	width:25%;
	text-align:right;
}
#rechtliches a{
	color:#999;
	text-decoration: none;	
}
#version{
	color:#999;
	margin-left:25%;
	width:49%;
}
#blockleft{
	width:400px;
}
#blockright{
	width:200px;
	margin-left:20px;
}
#blockcenter{
	position: absolute;
	top:62px;
	left:50%;
	width:620px;
	margin-top: -100px;
	margin-left:-310px;
	background-color:#CCC;
}

#message{
	height:300px;
	overflow-x:scroll;
	overflow-y:scroll;
	background-color:#9CF;
	resize:vertical;
	max-height:600px;
}
#df_wahl{
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;	
	-webkit-column-gap:2em;
	-moz-column-gap:2em;
	column-gap:2em;
	margin-top:10px;
}
.df_check{
	zoom:1.5;
}

/***************************************************************************************/
/* Login-Page */
/***************************************************************************************/
#login{
	position: absolute;
	top:30%;
	left:50%;
	width:500px;
	margin-top: -100px;
	margin-left:-250px;
	text-align:center;
}
#login .logo{
	width:500px;
	margin-bottom:20px;
}
#login input{
	padding:10px;
	margin-top:20px;
	width:60%;
}
#login .error{
	padding:10px;
	font-size: 110%;
	width: 80%;
	margin-left:auto;
	margin-right:auto;
	line-height: 120%;
}
#login .nachricht{
	padding:10px;
	font-size: 110%;
	width: 80%;
	margin-left:auto;
	margin-right:auto;
	line-height: 120%;
}
/***************************************************************************************/
/* Layout */
/***************************************************************************************/
#allin{
	position:relative;
	/* Breite ist Breite vom Container + Breite Logbox */
	width:1500px;
	min-height:99%;
	height: 99%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:1%;
}
#container{
	position:relative;
	background-color:#fff;
	width:960px;
	min-height:99%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:1%;
	overflow:hidden;
}
#beo_container{
	position:relative;
	background-color:#fff;
	width:960px;
	min-height:99%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:1%;
	overflow:hidden;
}
#beo_header{
	height: 70px;
	width: 100%;
	background-image: url(../pictures/logo-paweb-50.png);
	background-repeat: no-repeat;
	background-color: #F00;
	background-position: 10px center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #333;
}
#header{
	height: 70px;
	width: 100%;
	background-image: url(../pictures/logo-paweb-50.png);
	background-repeat: no-repeat;
	background-color: #F00;
	background-position: 10px center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #333;
}
#menu{
	background-color:#ddd;
	border-bottom: 1px solid #333;
}
#beo_menu{
	background-color:#ddd;
	border-bottom: 1px solid #333;
}
#content{
	background-color:#fff;
	padding-bottom:50px;
}
#beo_content{
	background-color:#fff;
	padding-bottom:50px;
}
#footer{
	position:absolute;
	bottom:0;
	width:100%;
	background-color:#ddd;
	padding: 5px 20px 5px 20px;
	text-align:center;
	border-top: 1px solid #333;
}
#beo_footer{
	position:absolute;
	bottom:0;
	width:100%;
	background-color:#ddd;
	padding: 5px 20px 5px 20px;
	text-align:center;
	border-top: 1px solid #333;
}
/***************************************************************************************/
/* Filter */
/***************************************************************************************/
#filter{
	float:right;
	margin-top:15px;
}
#filter label{
	display:block;
	margin-bottom:0px;
	color: #666;
	font-weight:bold;
	font-size:90%;
}
#filter .block{
	float:right;
	display:inline-block;
	margin-left:20px;
	width:150px;
}
#filter select {
	font-size:90%;
	width:100%;
	height: 23px;
	margin-bottom:5px;
	border-width: 1px;
}
#filter option{
	padding: 5px 10px 5px 10px;
}
/***************************************************************************************/
/* EintragFilter */
/***************************************************************************************/
#divEintragFilter{
	float:right;
	margin-top:-4px;
	margin-right:10px;
}
#divEintragFilter div.f_view{
	display:inline-block;
	float:right;
	padding: 5px;
	margin-left:10px;
}
#divEintragFilter input[type=radio]{
	margin-left:0px;
	margin-right:5px;
}
#divEintragFilter div.f_status{
	display:inline-block;
	float:right;
	padding: 5px;
	margin-left:10px;
}
/***************************************************************************************/
/* Menü */
/***************************************************************************************/
#menu ul{
	list-style-type: none;
	font-size: 120%;
}
#menu li{
	display:inline-block;
	padding: 10px;
}
#menu .link{
	cursor:pointer;
}
#menu .link:hover{
	background-color:#eee;
}
#menu .active{
	background-color:#bbb;
}
#menu a{
	color:#333;
	text-decoration: none;
}
#menu .link{
}
/***************************************************************************************/
/* Listenbereich */
/***************************************************************************************/
#liste{
	font-size:95%;
}
#liste h2{
	font-size:110%;
	padding:5px;
	margin-bottom:0px;
	margin-top:5px;
	background-color:#e6eeee;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cdcdcd;
	border-right-color: #cdcdcd;
	border-left-color: #cdcdcd;
	border-bottom-color: #cdcdcd;
}
#liste h3{
	font-size:100%;
	margin-top:0px;
	padding:5px;
	background-color:#e6eeee;
	border-bottom-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-style: none;
	border-left-style: solid;
	border-bottom-color: #cdcdcd;
	border-right-color: #cdcdcd;
	border-left-color: #cdcdcd;
}
#liste .btn-new{
	float:right;
	border: 1px solid #666;
	padding:5px;
	font-size:100%;
	width:200px;
	margin-top:-10px;
	margin-right:7px;
	cursor:pointer;
}
#liste .mastertable {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
#liste .mastertable td{
	padding: 5px;
	border-top: 2px solid #cdcdcd;
	border-right: 2px solid #cdcdcd;
	border-bottom: 2px solid #cdcdcd;
	border-left: 2px solid #cdcdcd;
}
/************************************* thead */
#liste .mastertable thead th{
	background-color: #e6EEEE;
	padding: 5px;
	border-top: 0px solid #cdcdcd;
	border-right: 2px solid #cdcdcd;
	border-bottom: 2px solid #cdcdcd;
	border-left: 2px solid #cdcdcd;
}
#liste .mastertable thead tr th.sorter-false {
	background-image: none !important;
}
#liste .mastertable thead tr th.new{
	background-image: url(../pictures/icon-new-24.png) !important;
	background-repeat: no-repeat;
	background-position: center 3px !important;
	cursor:pointer;
}
#liste .mastertable thead tr th.header {
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}
#liste .mastertable thead tr th.tablesorter-header {
	background-image: url(../pictures/bg.gif);
}
#liste .mastertable thead tr .tablesorter-headerAsc {
	background-image: url(../pictures/asc.gif) !important;
	background-color:#CDD;
}
#liste .mastertable thead tr .tablesorter-headerDesc {
	background-image: url(../pictures/desc.gif) !important;
	background-color:#CDD;
}
#liste .mastertable thead th.col-status {
	width:90px;
}
#liste .mastertable thead th.col-assigned_to {
	width:160px;
}
#liste .mastertable thead th.col-datetime {
	width:160px;
}
#liste .mastertable thead th.col-date {
	width:100px;
}
#liste .mastertable thead th.col-number {
	width:50px;
}
#liste .mastertable thead th.col-sort {
	width:70px;
}
#liste .mastertable thead th.col-anhaenge {
	width:70px;
}
/************************************* tbody */
/*
#liste .mastertable tbody td{
	padding: 5px;
	border-top: 2px solid #cdcdcd;
	border-right: 2px solid #cdcdcd;
	border-bottom: 2px solid #cdcdcd;
	border-left: 2px solid #cdcdcd;
}
*/
#liste .mastertable tbody td.delete{
	background-image: url(../pictures/icon-delete-24.png);
	background-repeat: no-repeat;
	background-position: center 3px;
	cursor:pointer;
}
#liste .mastertable tbody td.edit{
	background-image: url(../pictures/icon-edit-24.png);
	background-repeat: no-repeat;
	background-position: center 3px;
	cursor:pointer;
}
#liste .mastertable tbody td.new{
	background-image: url(../pictures/icon-new-24.png) !important;
	background-repeat: no-repeat;
	background-position: center 3px;
	cursor:pointer;
}
#liste .mastertable tbody tr.bg1 td{
	background-color:#f7f7f7;
}
#liste .mastertable tbody tr.bg2 td{
	background-color:#fff;
}
#liste .mastertable tr.formular{
	display: none;
}
#liste .mastertable td.col-titel{
	font-weight:bold;
}
#liste .mastertable td.col-anhaenge{
	text-align: right;
	padding-right: 10px;
}
#liste .mastertable td.col-anhaenge-icon{
	cursor:pointer;
	background-image: url(../pictures/icon-folder-24.png);
	background-repeat: no-repeat;
	background-position: 3px 5px;
}
#liste .mastertable td.col-number {
	text-align:right;
}
#liste .mastertable td.col-date {
	text-align:center;
}
#liste .mastertable td.col-status {
	text-align:center;
}
#liste .mastertable td.ticket-beschreibung{
	padding: 2px 5px 2px 5px;
	font-size:85%;
}
#liste .mastertable td.ampel-green{
	background-image: url(../pictures/ampel-green.gif);
	background-repeat: no-repeat;
	background-position: center 3px;
}
#liste .mastertable td.ampel-orange{
	background-image: url(../pictures/ampel-orange.gif);
	background-repeat: no-repeat;
	background-position: center 3px;
}
#liste .mastertable td.ampel-red{
	background-image: url(../pictures/ampel-red.gif);
	background-repeat: no-repeat;
	background-position: center 3px;
}
#liste .mastertable td.ampel-red-blink{
	background-image: url(../pictures/ampel-red-blink.gif);
	background-repeat: no-repeat;
	background-position: center 3px;
}
#liste .mastertable td.noampel{
}
#liste .mastertable tbody tr.empty td{
	background-color:#fff;
}
#liste .mastertable div.beschreibung{
	max-height:200px;
	overflow-y:scroll;
	padding-right: 10px;
	margin-right:-5px;
	margin-top:-2px;
	margin-bottom:-2px;
}
#liste .mastertable div.beschreibung div{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cdcdcd;
}
#liste .mastertable div.beschreibung div:last-child{
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #cdcdcd;
}


/************************************* tfoot */
#liste .mastertable tfoot td{
	border-left: 8px solid #cdcdcd;
	border-right: 8px solid #cdcdcd;
	border-top: 0px none #cdcdcd;
	border-bottom: 0px none #cdcdcd;
	padding: 0px;
	height:4px;
	background-color:#cdcdcd;
}
/************************************* Subtable */
table .subtable {
	width: 100%;
	text-align: left;
	font-size:85%;
	border-collapse:collapse;
}
#liste .subtable thead tr th.sorter-false {
	background-image: none !important;
}
#liste .subtable th:first-child{
	border-left: 0px solid #cdcdcd !important;	
}
#liste .subtable td:first-child{
	border-left: 0px solid #cdcdcd !important;	
}
#liste .subtable .thx{
	border-bottom: 0px solid #cdcdcd !important;	
}
#liste .subtable th:last-child{
	border-right: 0px solid #cdcdcd !important;	
}
#liste .subtable td:last-child{
	border-right: 0px solid #cdcdcd !important;	
}
#liste .subtable tr:last-child td{
	border-bottom: 0px solid #cdcdcd !important;
}
#liste .subtable thead th.col-size {
	width:89px;
}
#liste .subtable tbody td.col-size {
	text-align:right;
	width:89px;
}
#liste .subtable tbody td.col-date {
	width:100px;
}
#liste .subtable tbody td.col-assigned_to {
	width:160px;
}
#liste .subtable tbody tr.bg1 td{
	background-color:#f7f7f7;
}
#liste .subtable tbody tr.bg2 td{
	background-color:#fff;
}
#liste .subtable tbody td.delete{
	background-image: url(../pictures/icon-delete-17.png);
	background-repeat: no-repeat;
	background-position: center 3px;
}
#liste .subtable tbody td.download{
	background-image: url(../pictures/icon-download-17.png);
	background-repeat: no-repeat;
	background-position: center 3px;
	cursor:pointer;
}
table.filelist tbody td {
	vertical-align: top;
	padding-top:2px !important;
	padding-bottom:2px !important;
}
table.filelist thead th {
	padding-top:2px !important;
	padding-bottom:2px !important;
}
table.filelist tbody tr.remove-me td{
	display: none;
}
table.historie tbody td {
	vertical-align: top;
	padding-top:2px !important;
	padding-bottom:2px !important;
}
table.historie thead th {
	padding-top:2px !important;
	padding-bottom:2px !important;
}
table.historie tbody tr.remove-me td{
	display: none;
}
div.tablesorter-scroller-header{
	border-right: 2px solid #cdcdcd;	
}
div.tablesorter-scroller-table{
	border-top: 0px solid #cdcdcd;	
}
/************************************* Diverse */
#liste .nodata{
	padding:5px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cdcdcd;
	border-right-color: #cdcdcd;
	border-bottom-color: #cdcdcd;
	border-left-color: #cdcdcd;
}
#liste .vspace{
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #cdcdcd;
	height:10px;
}

/***************************************************************************************/
/* Upload-Box */
/***************************************************************************************/
#mod_upload{
	width:100% !important;
	margin-bottom:10px;
}
#mod_upload div.filelist{
	width:100%;
	border: 1px solid #666;
	padding:5px;
	font-size:80%;
	border-radius:10px;
}
#mod_upload div.form{
	width:100%;
}
#mod_upload div.list{
	width:100%;
}
#upload {
	font-size:100% !important;
}
/***************************************************************************************/
/* divTicketIn divEintragIn*/
/***************************************************************************************/
#divTicketOut, #divEintragOut{
	display:none;
}
#divTicketIn, #divEintragIn{
	padding-left:20px;
	padding-right:0px;
	height:0px;
	display: none;
}
#divTicketIn form, #divEintragIn form{
	width:100%;
}
#divTicketIn h1, #divEintragIn h1{
	margin-top:10px;
	margin-bottom:10px;
	font-size:120%;
}
#divTicketIn form div, #divEintragIn form div{
	display:inline-block;
	width:266px;
	margin-right:20px;
}
#divTicketIn div.breite-66, #divEintragIn div.breite-66{
	width:556px;
	margin-right:20px;
}
#divTicketIn div.breite-100, #divEintragIn div.breite-100{
	width:846px;
	margin-right:20px;
}
#divTicketIn label, #divEintragIn label{
	display:block;
	margin-bottom:5px;
}
#divTicketIn input, #divEintragIn input{
	padding:5px;
	font-size:100%;
	width:100%;
	margin-bottom:10px;
}
#divTicketIn textarea, #divEintragIn textarea {
	font-size: 16px;
	padding:5px;
	font-size:100%;
	width:100%;
	height: 58px;
	min-height:58px;
	max-height:300px;
	margin-bottom:10px;
	resize:vertical;
	overflow-y:scroll;
}
#divTicketIn select, #divEintragIn select {
	font-size:100%;
	width:100%;
	height: 34px;
	margin-bottom:10px;
}
#divTicketIn option, #divEintragIn option{
	padding: 5px 10px 5px 10px;
}
#divTicketIn .btn-send, #divEintragIn .btn-send{
	float:right;
	margin-top:10px;
	margin-bottom:10px;
}
#divTicketIn .btn-abbrechen, #divEintragIn .btn-abbrechen{
	float:left;
	margin-top:10px;
	margin-bottom:10px;
}
/***************************************************************************************/
/* filelist */
/***************************************************************************************/
#divFilelistOut{
	display:none;
}
.divFilelistIn{
	padding-left:0px;
	height:0px;
	display:none;
}
.messureHeight{
	position:fixed;
	background-color:#CC9;
	left:0px;
	top:0px;
	height:auto !important;
	border: 4px solid #03F;
	display:block;
}
/***************************************************************************************/
/* Formular */
/***************************************************************************************/

#bv-formular{
	display:none;
	overflow:hidden;
	padding-left:10px;
	padding-right:10px;
}

#bv-formular form{
	width:910px;
	margin-left:30px;
}

#bv-formular form div{
	display:inline-block;
	width:300px;
}
#bv-formular div.dateiname{
	width:200px;
}
#bv-formular label{
	display:block;
	margin-bottom:5px;
}
#bv-formular input {
	padding:5px;
	font-size:120%;
	width:270px;
	margin-bottom:10px;
}
#bv-formular div.breite-100{
	width:880px;
}
#bv-formular div.breite-66{
	width:574px;
	margin-right:30px;
}
#bv-formular div.breite-66 input{
	width:574px;
}
#bv-formular input.error {
	background-color:#FCBEC8;
}
#bv-formular textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding:5px;
	font-size:120%;
	width:100%;
	height: 58px;
	min-height:58px;
	max-height:300px;
	margin-bottom:10px;
	resize:vertical;
	overflow-y:scroll;
}
#bv-formular select {
	font-size:120%;
	width:90%;
	height: 34px;
	margin-bottom:10px;
}
#bv-formular option{
	color:#000;
	padding: 5px 10px 5px 10px;
}
#bv-formular .btn-send{
	float:right;
	margin-top:15px;
	margin-bottom:20px;
}
#bv-formular .btn-abbrechen{
	float:left;
	margin-top:15px;
	margin-bottom:20px;
}
#bv-formular fieldset {
	width:100%;
	margin-bottom:10px;
}
#bv-formular div.benutzer{
	display:inline-block;
	width:155px;
	height:30px;
	margin-right:20px;
	padding-top:5px;
}
#bv-formular .checkbox{
	width:20px;
	vertical-align:middle;
	height: 20px;
	margin: 0px 10px 0px 10px;
	padding:0px;
}




/***************************************************************************************/
/* Statusseite */
/***************************************************************************************/

#status div.status.left{
	width:48%;
	float:left;
	padding-left:10px;
}
#status div.status.right{
	width:48%;
	float:right;
	padding-right:10px;
}
#status th{
	text-align: left;
	margin-bottom: 5px;
	padding: 5px;
	background-color:#CCC;
}
#status ul{
	margin-left:20px;
}
#status table{
	width:100%;
	border: 1px solid #999;
}
#status table.info td:nth-child(1){
	width: 40px;
}
#status table.info td:nth-child(2){
	text-align:right;
	padding-right:10px;
	width:30px;
}
#status table.hilfe td:nth-child(1){
	width: 70px;
	padding-left:10px;
}
/***************************************************************************************/
/* Globale Klassen */
/***************************************************************************************/
.clear{
	float:none;
	clear: both;
}



.float-right{
	float:right;
}
.tr-error{
	background-color:#FEE;
}
.column2{
	-moz-column-count: 2; 
	-moz-column-gap:10px;
	-webkit-column-count: 2; 
	-webkit-column-gap:10px;
	column-count: 2; 
	column-gap:10px;
}
.column3{
	-moz-column-count: 3; 
	-moz-column-gap:20px;
	-webkit-column-count: 3; 
	-webkit-column-gap:20px;
	column-count: 3; 
	column-gap:10px;
}









/***************************************************************************************/
/* Protokoll-Box */
/***************************************************************************************/
#logbox{
	float:right;
	padding-bottom:10px;
	width:530px;
	height:99%;
	margin-left: 10px;
	background-color:#FFF;
	font-size: 70%;	
	line-height:120%;
	overflow-y:scroll;
	/*overflow-x: scroll;*/
	/*white-space: nowrap;*/
}
#logbox table.eintrag{
	width:100%;
	border-collapse:collapse;
}
#logbox table.eintrag tr.ok{
	background-color:#CAFEC2;
}
#logbox table.eintrag tr.info{
	background-color:#FEDFA7;
}
#logbox table.eintrag tr.pagestart{
	background-color:#C9C4FB;
}
#logbox table.eintrag tr.error{
	background-color:#FDC1C6;
}
#logbox table.eintrag td{
	border: 1px solid #333;
	padding:2px;
}
/***************************************************************************************/
/* Wait */
/***************************************************************************************/
#wait{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	text-align:center;
	background-color: rgba(0,0,0,0.1);
/*
	background-image: url(../pictures/waiting.gif);
	background-repeat: no-repeat;
	background-position: center center;
*/
}
#wait img{
margin-top:30%;
}
/***************************************************************************************/
/* Meldung */
/***************************************************************************************/
#meldung-overlay{
	display: none;
	position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0,0,0,0.6);
}
#meldung{
	margin: auto;
	position: fixed;
	border: 2px solid #f00;
	top:40%;
	left:490px;
	width:400px;
	z-index:10;
	background-color:#ddd;
	margin-top: -100px;
	margin-left:-200px;
	padding: 0px;
	display:none;
}
#meldung .buttonbar{
	padding: 5px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom:5px;
}
#meldung .button{
	padding: 5px;
	border: 1px solid #666;	
	width: 140px;
	font-size: 110%;
	font-weight: bold;
}
#meldung .btn-ok{
	position:relative;
	left:50%;
	margin-left:-70px;
}
#meldung h1{
	font-size:140%;
	margin-top:0px;
	font-weight:bold;
	padding: 10px;
	margin-bottom:5px;
}
#meldung .content{
	font-size:120%;
}
#meldung h1.ok{
	background-color:#B6FCB8;
	color:#333;
}
#meldung h1.info{
	background-color:#FCFEAF;
	color:#333;
}
#meldung h1.error{
	background-color:#FAB4B9;
	color:#333;
}

#meldung div{
	margin-bottom:10px;
	padding: 10px;
	color:#333;
}


div.datenschutz li{
	margin-left:20px;
}
