




	body{
		font-family: "Trebuchet MS", sans-serif;
	}
	
	
	#dialog-link {
		padding: .4em 1em .4em 20px;
		text-decoration: none;
		position: relative;
	}
	#dialog-link span.ui-icon {
		margin: 0 5px 0 0;
		position: absolute;
		left: .2em;
		top: 50%;
		margin-top: -8px;
	}
	#icons {
		margin: 0;
		padding: 0;
	}
	#icons li {
		margin: 2px;
		position: relative;
		padding: 4px 0;
		cursor: pointer;
		float: left;
		list-style: none;
	}
	#icons span.ui-icon {
		float: left;
		margin: 0 4px;
	}
	.fakewindowcontain .ui-widget-overlay {
		position: absolute;
	}
	select {
		width: 200px;
	}
	
	#headline {display: block; padding: 0.5em; height: 40px;}
	#headlinetext {float: left; display: block; line-height: 40px; font-size: 1.4em}
	#content {padding: 0.5em 1em 2em 1em;}
	.small {font-size: 0.7em;}
	.note {font-size:10px; color: green; display: block;}
	.but-cent {margin: 0 auto; display: block;}
	.zeit {width: 40px;}
	
	.rlabel {width: 100px; display:inline-block; padding: 3px; text-align: right;}
	#footer {display: block; padding: 0.5em; height: 2em;}
	
	select {margin-left: -4px;}
	.headnav {font-size: 8pt;}
	#icons li {padding-right: 3px;}
	.monthtable, monthtable th, monthtable td {border: medium none; padding: 8px; text-align: left;}
	.monthtable th {background: #d7ebf9;}
	.monthtable th, .monthtable td {border: 1px solid #ddd; padding: 6px; text-align: left;}
	.monthtable {background: #fff;
	border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 5px;
    margin-top: 20px;
    width: 100%;}
	
	tr:nth-child(even) {background-color: #e2e2e2}
	
	
	
	#developer {position: absolute; top: 0; left: 0; width: 40px; overflow:hidden; background:#111; color: #fff; height: 70px; z-index:50;}
	#developer:hover {width: 80%; height: 100%; overflow:scroll;}
	
	.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}
	
	/* Layout */
	
	div#head {	position:fixed;top:0px;left:0px;width:100%;color:#CCC;background:skyblue;padding:0px;height: 80px; z-index:5;}
	div#head_event {	position:fixed;top:0px;left:0px;width:100%;color:#FFF;background:skyblue;padding:5px 30px;height: 80px; z-index:5; font-size: 28px; line-height: 70px;}
	div#footer { position:fixed; bottom:0px; left:0px; width:100%; color:#FFF; background:skyblue; padding:8px; text-align: center;}
	div#navi { max-width:90%; margin: 0 auto;background:skyblue;}
	/* div#footer {max-width: 90%; width: 90%; margin: 0 auto; text-align:center; display: block; line-height: 1.3em; font-size: 0.8em} */
	div#footer a {text-decoration:none; color: #2694e8; }
	div#footer a:hover {color: #36a4f8;}
	div#right {position: fixed; right: 0px; top: 85px; background: skyblue; width: 240px;height: 100%;}
	div#page {max-width: 90%; margin: 100px 240px 40px auto; height: 100%;}
	#wrapper {padding-bottom: 50px;}
	.abscenter {margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 30em;height: 200px; }
	.containerbr {margin: 0 auto; max-width: 90%;}
	.demoHeaders {
		margin-top: 2em;
	}
	div#logo, dix#headline, div#navigation {float:left;}
	#headline span {color: #fff; font-size: 1.5em; line-height: 60px; margin-left: 1em;}
	#logo img {height: 60px; padding-top: 10px;}
	div#content {padding: 0.5em;}
	
	
	.dropbtn {background:#333;}
	
	
	/** Allegemie froms **/
	
	form  label {width: 100px; display: inline-block; text-align: right; padding-right: 1em;} 
	.submit-btn {padding:0.5em; font-size:1em; margin: 1em 0 1em 0;}
	
	select.selmenu {
    border: 1px solid #aaa;
    color: #676767;
    font-size: 17px;
    padding: 9px !important;
    width: 70%;
	
	display: inline-block;
  font-family: "Helvetica Neue", Arial, sans-serif;
  border-style: solid;
  border-width: 1px;
  border-color: #dedede;
  margin-bottom: 20px;
  margin-left:0;
  font-size: 1.1em;
  padding: 7px 25px;
  padding-left: 10px;
  width: 70%;
  color: #777;
   
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
   
  transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  -webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  -moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  -o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}
	
	
	form .txtinput { 
  display: inline-block;
  font-family: "Helvetica Neue", Arial, sans-serif;
  border-style: solid;
  border-width: 1px;
  border-color: #dedede;
  margin-bottom: 20px;
  font-size: 1.1em;
  padding: 7px 25px;
  padding-left: 10px;
  width: 70%;
  color: #777;
   
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
   
  transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  -webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  -moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  -o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}
 
form .txtinput:focus, form .selmenu:focus { 
  color: #333;
  border-color: rgba(41, 92, 161, 0.4);
   
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
  outline: 0 none; 
}
	
form .chkinput { 
  display: inline-block;
  font-family: "Helvetica Neue", Arial, sans-serif;
  border-style: solid;
  border-width: 1px;
  border-color: #dedede;
  margin-bottom: 20px;
  font-size: 1.1em;
  padding: 7px 25px;
  padding-left: 10px;
 
  color: #777;
}	
	
	/** the form elements **/
#form-login { box-sizing: border-box; }
 
#form-login .txtinput { 
  display: block;
  font-family: "Helvetica Neue", Arial, sans-serif;
  border-style: solid;
  border-width: 1px;
  border-color: #dedede;
  margin-bottom: 20px;
  font-size: 1.3em;
  padding: 11px 25px;
  padding-left: 55px;
  width: 80%;
  color: #777;
   
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
   
  transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  -webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  -moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  -o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}
 
#form-login .txtinput:focus { 
  color: #333;
  border-color: rgba(41, 92, 161, 0.4);
   
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
  outline: 0 none; 
}

#form-login input#form-login-benutzer {background: #fff url("/images/user_32x32.png") no-repeat scroll 0.4em 0.4em;}	
#form-login input#form-login-passwort {background: #fff url("/images/lock_32x32.png") no-repeat scroll 0.4em 0.4em;}
#form-login input#form-email-submit {float:right; font-size: 0.8em; padding:0.4em; }

#infobox {background:papayawhip; padding: 1em 2em; margin: 2em;}
/*
#headnav ul {list-style-type: none; font-size: 0.8em; margin-top:2em;}
#headnav ul li {float:right;  margin: 0 0.5em;}
#headnav ul li span {float:right;}
#headnav a {text-decoration:none; color: #eee; background:#222; padding: 0.5em 1em;}
#headnav a:hover {background:#4444FF;}
*/
#passcheckdiv {color:red; margin: 0 auto; font-size: 0.7em; display:block; width: 50%;}	
#passwordcheck {display:none;}



#re-control {
	display:block;
	margin-left:85%;
	width:14%;
}


#ku-table-wrapper{
	float: left;
	width: 98%;
	overflow: scroll;
}
#ui-table-control{
	/*display: block;*/
	display: none;
	width: 14%;
	margin-left: 85%;
}
#ui-table-pager {
	float: right;
	margin-right: 2%;
}
#ui-table-pager span {
	position: absolute;
	margin: 0 0 0 -4.5em;
	padding: 0.2em 0.5em 0.15em 0.4em;
	font-weight: bold;
	font-size: 0.8em;
	background: #f6a828 url(ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
}
table {
	width: 98%; 
	font-size: 0.75em; 
	letter-spacing: 0.08em;
	border-collapse: collapse; 
	margin:0 2% 0.4em 0; 
	border: 1px solid #cccccc; 
}
table thead{
	width: 98%;
}
table th a ,
table th a:active  {
  outline: none;
}
td { 
	text-align: right; 
	padding: 0.3em 0.5em; 
	border-left: 1px solid #cccccc; 
	border-right: 1px solid #cccccc; 
}
th { 	
	border: 1px solid #cccccc; 
}
tr { 
	background: #f6f6f6 url(ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
}
tr.odd { 
	background: white;
}
caption {
	margin: 0 0 1em 0;
	text-align: left; 
	padding: 0.3em 0.3em; 
}
th a {	
	padding: 0.5em 2em 0.5em 0.7em; 
	display: block;
	line-height: 1;
	color: black;
	border: 0 !important;
	position: relative;
}
th.ui-table-desc a {	
	background: url(desc.gif) right center no-repeat;
}
th.ui-table-asc a{	
	background: url(asc.gif) right center no-repeat;
}
th.ui-table-desc a:hover,	
th.ui-table-desc a:active,	
th.ui-table-desc a:focus, 
th a:hover,	
th a:active,	
th a:focus{	
	background: url(asc.gif) right center no-repeat;
}
th.ui-table-asc a:hover, 
th.ui-table-asc a:active, 
th.ui-table-asc a:focus{	
	background: url(desc.gif) right center no-repeat;
}


/* Form Styling
----------------------------------*/
fieldset {
	border: 0;
	margin: 0 0 1em 0;
	padding: 1em;
}
*:first-child+html fieldset {
	margin: 0 0 2em 0;
}
legend {
	padding: 0.1em 0.3em;
}
*:first-child+html legend {
	margin: -1.5em 0 1em 0;
}
label, input {
	display:block;
	font-size: 0.8em;
}
label, 
button, 
.submit {
	cursor: pointer;
}
button {
	margin: 0 0.1em;
	padding: 0.1em 0.3em 0 0.2em;
}
input.radio {
	float: left;
	margin: 0.1em 1em 0 0;
}
.pair {
	clear: both;
	margin: 0.5em 0;
}
.pair input{
	margin: 0.25em 0.5em 0 0.3em;
}
*:first-child+html .pair input{
	margin: -0.05em 0.5em 0 0.1em;
}
* html .pair input {
	margin: -0.07em 0.3em 0 -0;
}


#faecher td {font-size: 1.3em;}
#faecher input {border: none; background: none;}



.zaData span {display: inline-block; width: 100px;}
.zaData p {display: inline-block;}
.zaData p:after {clear:both;}


.images img{width: 48px; padding:2px; }
.foc:focus {width: 70%; height: 15em;}

#firststart {margin: 95px 0 -100px 0;}
#firststart a {color: #fff; text-decoration: none; }
#firststart tr td {background:#444; width: 12%; text-align: center; color:#fff;}

#form-new-rechnung input.error {background-color:papayawhip;}
#form-new-rechnung span.error {color:red; font-size:0.8em; display:inline-block;}



 /* Dropdown Button */


/* The container <div> - needed to position the dropdown content */
.maildropdown {
    position: relative;
    display: inline-block;
}
.maildopbtn {padding:0; margin:0; border:0;}


/* Dropdown Content (Hidden by Default) */
.maildropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    /*min-width: 80px;*/
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	text-align: left;
}

/* Links inside the dropdown */
.maildropdown-content a {
    color: black;
    padding: 3px 3px;
    text-decoration: none;
    display: block;
}
.maildropdown-content a img {border:none; width: 50%;}

/* Change color of dropdown links on hover */
.maildropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.maildropdown:hover .maildropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown 
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
} 
*/
#event tr td {text-align:left; font-weight: bold; width: 10em;}
#event tr td + td { width: 90%; text-align: left; font-weight: normal;}

.submit-btn {display: inline-block; cursor: pointer;}
.backto {text-decoration: none; cursor: pointer; display: inline-block; }
.backto:hover {font-weight: bold;}