@charset "UTF-8";html {	overflow-x: hidden;	overflow-y: auto;}html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,	blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,	em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,	b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,	table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,	details, embed, figure, figcaption, footer, header, hgroup, menu, nav,	output, ruby, section, summary, time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline;}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure, footer, header, hgroup,	menu, nav, section {	display: block;}ol, ul {	list-style: none;}blockquote, q {	quotes: none;}blockquote:before, blockquote:after, q:before, q:after {	content: '';	content: none;}table {	border-collapse: collapse;	border-spacing: 0;}body {	font-family: Verdana, Arial, sans-serif;	font-size: 60%;	color: #4C4C4C;	line-height: 1;}h2 {	font-size: 2.1em;	font-weight: normal;	color: #0072BA;	padding: 0px;}h3 {	font-size: 1.8em;	font-weight: normal;	color: red;	padding: 0px;}footer {	width: 100%	padding-top: 5px;	padding-left: 20px;	font-size: 9px;	padding-bottom: 5px;}form {	width: 100%;	height: auto;	background: #ffffff;	float:left;	padding-top: 20px;}form#user {	width: 400px;	height: auto;	padding: 10px;	background: #ffffff;	float:left;}form#group {	width: 400px;	height: auto;	padding: 10px;	background: #ffffff;	float:left;}form#event_update {	width: 400px;	height: auto;	padding: 10px;	background: #ffffff;	float:left;}form#drop {	width: 400px;	height: auto;	padding: 10px;	background: #ffffff;	float:left;}form .text-field { /* Input fields; Username, Password etc. */	border: 1px solid #a6a6a6;	width: 100%;	height: 25px;	border-radius: 3px;	margin-top: 5px;	padding-left: 10px;	color: #6c6c6c;	background: #fcfcfc;	outline: none;}form .text-field:focus {	box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);	color: #a6a6a6;	background: white;}form .text-field-short { /* Input fields; Username, Password etc. */	border: 1px solid #a6a6a6;	width: 30%;	height: 25px;	border-radius: 3px;	margin-top: 5px;	padding-left: 10px;	color: #6c6c6c;	background: #fcfcfc;	outline: none;}form .text-field-short:focus {	box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);	color: #a6a6a6;	background: white;}form .text-field-short2 { /* Input fields; Username, Password etc. */	border: 1px solid #a6a6a6;	width: 30%;	height: 25px;	border-radius: 3px;	margin-top: 5px;	padding-left: 10px;	color: #6c6c6c;	background: #fcfcfc;	outline: none;}form .text-field-short2:focus {	box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);	color: #a6a6a6;	background: white;}form .text-field-noborder { /* Input fields; Username, Password etc. */	border: none;	width: 50%;	height: 25px;	border-radius: 3px;	margin-top: 5px;	padding-left: 10px;	color: #6c6c6c;	font-size: 110%;	background: #fcfcfc;	outline: none;}form .text-field-noborder:focus {	box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);	color: #a6a6a6;	background: white;}form .select-field { /* Input fields; Username, Password etc. */	border: 1px solid #a6a6a6;	width: 104%;	height: 25px;	border-radius: 3px;	margin-top: 5px;	color: #6c6c6c;	background: #fcfcfc;	outline: none;}form .text-area { /* Input fields; Username, Password etc. */	border: 1px solid #a6a6a6;	width: 100%;	height: 70px;	border-radius: 3px;	padding-left: 10px;	color: #6c6c6c;	background: #fcfcfc;	outline: none;}form .text-area:focus {	box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);	color: #a6a6a6;	background: white;}form .btn {	background: #5E92B4 none repeat scroll 0 0;	border: medium none;	border-radius: 5px;	color: #fff;	padding: 8px;	text-decoration: none;}form .btn:hover {	background: #005C91 none repeat scroll 0 0;	border: medium none;	border-radius: 5px;	color: #fff;	padding: 8px;}/******navi css***********************************/nav {	margin-top: 10px;	text-decoration: none;	height: 10px;	padding-top: 10px;}.btn {	background: #5E92B4 none repeat scroll 0 0;	border: medium none;	border-radius: 5px;	color: #fff;	padding: 8px;	text-decoration: none;}.btn:hover {	background: #005C91 none repeat scroll 0 0;	border: medium none;	border-radius: 5px;	color: #fff;	padding: 8px;}.btnReset {	background: #ff8080 none repeat scroll 0 0;	border: medium none;	border-radius: 5px;	color: #fff;	padding: 8px;	text-decoration: none;}.btnReset:hover {	background: #ff0000 none repeat scroll 0 0;	border: medium none;	border-radius: 5px;	color: #fff;	padding: 8px;}/****************************************************/label {	padding-left: 8px;	padding-right: 8px;}#main {	width: 100%;	margin: 0 auto;	padding-left: 20px;	height: auto;}#header {	height: 60px;	width: 100%;	padding: 15px;	text-align: center;}#header_popup {	height: 30px;	width: 100%;	padding-top: 15px;	padding-left: 25px;	text-align: center;}#left {	float: left;	width: auto;	height: auto;}#right {	position: fixed;	top: 10px;	right: 100px;	width: auto;	height: auto;	border: 1px solid #ccc;	margin-left: 5px;}#content_rights {	position: absolute;	top: 150px;	left: 150px;	width: auto;	height: auto;	margin-left: 5px;}#content_event {	position: fixed;	top: 20px;	right: 150px;	width: auto;	height: auto;	margin-left: 5px;	border: 1px solid #ccc;}/*##############################*/table.gridtable {	font-family: Verdana, Arial, sans-serif;	font-size: 11px;	border-width: 1px;	border-color: #ccc;	border-collapse: collapse;}table.gridtable th {	border-width: 1px;	padding: 7px;	border-style: solid;	color: #fff;	border-color: #666666;	background-color: #5E92B4;}table.gridtable td {	border-width: 1px;	padding: 5px;	border-style: solid;	border-color: #ccc;}table.anfrage {	font-family: Verdana, Arial, sans-serif;	font-size: 11px;	border-width: 1px;	border-color: #ccc;	border-collapse: collapse;}table.anfrage th {	border-width: 1px;	width: 20%;	padding: 1px;	border-style: solid;	color: #fff;	border-color: #666666;	background-color: #5E92B4;}table.anfrage td {	border-width: 0px;	width: 20%;	padding: 1px;	border-style: solid;	border-color: #ccc;	text-align: left;}/*****************checkbox*********************************/