/* import core styles | Basis-Stylesheets einbinden */
@import url(yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(yaml/navigation/hlist.css);
@import url(yaml/forms/gray-theme.css);

@import url(yaml/screen/screen-FULLPAGE-layout.css);

/* import print layout | Druck-Layout einbinden */
@import url(yaml/print/print.css);




* {
	font-family: Arial, sans-serif;
}

body {
	margin:0px;
	padding:0px;

}

.clear {
	clear:both;
}


.ticketitem td{border-bottom:1px solid black;}
.info1 {}
.ticketid {padding:10px;}
.tickettyp {padding:10px;}
.ticketbeschwerdeart {padding:10px;}
.ticketstatus {padding:10px;}
.ticketstart {padding:10px;}
.verfasser {padding:10px;}
.faelligkeit {padding:10px;}
.detail {padding:10px;}

#ticketdetails {
	margin:10px;
	padding:10px;
	border:1px solid #000;
	
}



.userbar {
	position:relative;
	width:100%;
	height:50px;
	
	margin-bottom:30px;
	background: #eceded; /* Old browsers */
	background: -moz-linear-gradient(top,  #eceded 0%, #aaaaaa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eceded), color-stop(100%,#aaaaaa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eceded 0%,#aaaaaa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eceded 0%,#aaaaaa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eceded 0%,#aaaaaa 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eceded 0%,#aaaaaa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eceded', endColorstr='#aaaaaa',GradientType=0 ); /* IE6-9 */

}

.userbar_login_form {
	position:relative;
}

.userbar .name_display {
	display:inline-block;
	padding:15px;
}

.userbar .admin_link {
	margin-top:15px;
	display:inline-block;
}

.userbar form {
	padding:10px;
	display:inline-block;
}

.userbar input[type="text"],
.userbar input[type="password"] {
	color:#fff;
	padding:0.5em;
	background: #555555; /* Old browsers */
	background: -moz-linear-gradient(top,  #555555 0%, #777777 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(100%,#777777)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #555555 0%,#777777 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #555555 0%,#777777 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #555555 0%,#777777 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #555555 0%,#777777 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#777777',GradientType=0 ); /* IE6-9 */
	border:0px;
	border-radius:5px;
}

.userbar .admin_link, 
.userbar input[type="submit"],
.userbar .ym-hlist ul li a {

font-size:12px;
cursor:pointer;
color:#fff;
border:0px;
padding:0.4em 0.5em;
border-radius: 3px;
background: #999999; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #999999 0%, #555555 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#999999), color-stop(100%,#555555)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #999999 0%,#555555 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #999999 0%,#555555 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #999999 0%,#555555 100%); /* IE10+ */
background: linear-gradient(135deg,  #999999 0%,#555555 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#555555',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
text-decoration:none;
	
}



.wosonst_ims {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	
	
	background: #555555; /* Old browsers */
	background: -moz-linear-gradient(top,  #555555 0%, #777777 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(100%,#777777)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #555555 0%,#777777 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #555555 0%,#777777 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #555555 0%,#777777 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #555555 0%,#777777 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#777777',GradientType=0 ); /* IE6-9 */
	
	color:#fff;
	height:50px;
	position:relative;
	
}

.wosonst_ims .uhrzeit {
	float:right;
	font-size:16px;
	
	padding:16px 1em 0px 0px;
}

.wosonst_ims .slogan {
	float:left;
	font-weight:bold;
	font-size:20px;
	padding:12px 0px 0px 1em;
}


.ticket_tab_buttons {
	position:absolute;
	top:50px;
	width:100%;
}

.ticket_tab_buttons_admin {
	position:absolute;
	top:50px;
	right:0px;
	width:100%;
}

.ticket_tab {
	-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;

text-align:center;
width:12%;
padding:0.2em 0.3em;
float:left;
margin-right:3%;
cursor:pointer;
}


#ticket_tab_gruen {background:green;}
#ticket_tab_orange {background:orange;}
#ticket_tab_rot {background:red;}
#ticket_tab_zuweisen {
	background:#666;
}
#ticket_tab_beenden{
	background:#bbb;
}

#ort_select, #ort_display, #strasse_select, #strasse_display {
	margin:7px 3px;
}
.al-right {
	text-align:right;
}

#ticketliste {
	font-size:0.9em !important;
}

.ticket_header .titel {
	text-align:center;
	padding-bottom:10px;
}

.tickets_gruen .ticket_header {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	
	background-color:green;
	color:#fff;
	padding:5px;
}


.tickets_gruen .ticket_footer {
		-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	height:10px;
	background-color:green;
}

.ticket_item {
background: #eceded; /* Old browsers */
background: -moz-linear-gradient(left,  #eceded 0%, #aaaaaa 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#eceded), color-stop(100%,#aaaaaa)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #eceded 0%,#aaaaaa 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #eceded 0%,#aaaaaa 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #eceded 0%,#aaaaaa 100%); /* IE10+ */
background: linear-gradient(to right,  #eceded 0%,#aaaaaa 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eceded', endColorstr='#aaaaaa',GradientType=1 ); /* IE6-9 */

border-bottom:1px solid #000;
padding:5px;
cursor:pointer;
}

.ticket_item:hover {
	background:#fff;
}


.tickets_rot .ticket_header {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	
	background-color:red;
	color:#fff;
	padding:5px;
	

}


.tickets_rot .ticket_footer {
		-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	height:10px;
	background-color:red;
}

.tickets_orange .ticket_header {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	
	background-color:orange;
	color:#fff;
	padding:5px;
}


.tickets_orange .ticket_footer {
		-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	height:10px;
	background-color:orange;
}



.tickets_zuweisen .ticket_header {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	
	background-color:#666;
	color:#fff;
	padding:5px;
}


.tickets_zuweisen .ticket_footer {
		-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	height:10px;
	background-color:#666;
}

.tickets_beenden .ticket_header {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	
	background-color:#aaa;
	color:#fff;
	padding:5px;
}


.tickets_beenden .ticket_footer {
		-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	height:10px;
	background-color:#aaa;
}

.tickets_rot, .tickets_gruen, .tickets_orange, .tickets_zuweisen, .tickets_beenden {
	display:none;
}

.new_ticket_button {
	position:absolute;
	top:50px;
	
	color:#fff;
	padding:0.5em;
	background: #555555; /* Old browsers */
	background: -moz-linear-gradient(top,  #555555 0%, #777777 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(100%,#777777)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #555555 0%,#777777 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #555555 0%,#777777 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #555555 0%,#777777 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #555555 0%,#777777 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#777777',GradientType=0 ); /* IE6-9 */
	border:0px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	cursor:pointer;
	
}


.new_ticket_button {
	position:absolute;
	top:50px;
	
	color:#fff;
	padding:0.5em;
	background: #555555; /* Old browsers */
	background: -moz-linear-gradient(top,  #555555 0%, #777777 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(100%,#777777)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #555555 0%,#777777 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #555555 0%,#777777 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #555555 0%,#777777 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #555555 0%,#777777 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#777777',GradientType=0 ); /* IE6-9 */
	border:0px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	cursor:pointer;
	
}


.suchfunktion_button {
	position:absolute;
	top:50px;
	left:200px;
	color:#fff;
	padding:0.5em;
	background: #555555; /* Old browsers */
	background: -moz-linear-gradient(top,  #555555 0%, #777777 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(100%,#777777)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #555555 0%,#777777 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #555555 0%,#777777 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #555555 0%,#777777 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #555555 0%,#777777 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#777777',GradientType=0 ); /* IE6-9 */
	border:0px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	cursor:pointer;
	
}


.button {
	
	color:#fff !important;
	padding:6px;
	background: #555555; /* Old browsers */
	background: -moz-linear-gradient(top,  #555555 0%, #777777 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(100%,#777777)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #555555 0%,#777777 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #555555 0%,#777777 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #555555 0%,#777777 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #555555 0%,#777777 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#777777',GradientType=0 ); /* IE6-9 */
	border:0px;
border-radius: 5px;
	cursor:pointer;
	text-decoration:none;
	display:block;
	width:100%;
	text-align:center;
}

.button_image_upload {
	color:#000 !important;
	padding:6px 6px 6px 16px;
	background: #eceded; /* Old browsers */
	background: -moz-linear-gradient(top,  #eceded 0%, #aaa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaa), color-stop(100%,#aaa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eceded 0%,#aaa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eceded 0%,#aaa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eceded 0%,#aaa 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eceded 0%,#aaa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eceded', endColorstr='#aaaaaa',GradientType=0 ); /* IE6-9 */
	border:0px;
border-radius: 5px;
	cursor:pointer;
	text-decoration:none;
	display:block;
	width:100%;
	text-align:center;
}

.button_image_upload_2 {
		color:#000 !important;
	padding:9px 6px;
	background: #eceded; /* Old browsers */
	background: -moz-linear-gradient(top,  #eceded 0%, #aaa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaa), color-stop(100%,#aaa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eceded 0%,#aaa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eceded 0%,#aaa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eceded 0%,#aaa 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eceded 0%,#aaa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eceded', endColorstr='#aaaaaa',GradientType=0 ); /* IE6-9 */
	border:0px;
border-radius: 5px;
	cursor:pointer;
	text-decoration:none;
	display:block;
	width:50%;
	text-align:center;
}


.anrufer_info input[type="text"], 
.erfassung input[type="text"],
.veranlassung input[type="text"]{
	width:100% !important;
	padding:5px !important;
	border-radius: 5px !important;
}


.auswertung input[type="text"]{
	width:auto;
	padding:5px !important;
	border-radius: 5px !important;
}


#admin_container input[type="text"], #admin_container input[type="password"]{
	
	padding:5px !important;
	border-radius: 5px !important;
}



.anrufer_info, .erfassung, .informationen, .submodul.rueckruf, .informationsart, .veranlassung  {
	margin-bottom:5px;
}


.informationen textarea, 
.submodul.rueckruf textarea,
#modultab_vorschlag textarea,
#modultab_verhalten textarea,
#modultab_beschaedigung textarea {
	padding:5px;
	width:100%;
	height:100px;
	border-radius:5px;
}

.informationsart select,
.rueckruf select,
.veranlassung select,
#admin_container select,
#referenz_select {
	width:100%;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	padding:5px;
}

.veranlassung select {
	width:auto !important;
}


#maintab, #modultab_beschaedigung, #modultab_verhalten, #modultab_vorschlag, #adressauswahl, #update_tab, #main_tab, #logfile_tab, #referenz_tab, #parent_tab, #new_user {
	background: #eceded; /* Old browsers */
	background: -moz-linear-gradient(top,  #eceded 0%, #aaaaaa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eceded), color-stop(100%,#aaaaaa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eceded 0%,#aaaaaa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eceded 0%,#aaaaaa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eceded 0%,#aaaaaa 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eceded 0%,#aaaaaa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eceded', endColorstr='#aaaaaa',GradientType=0 ); /* IE6-9 */
}



.veranlassung fieldset, .auswertung fieldset {
	border:1px solid #888;
	background:#eceded;
	border-radius: 5px;
	padding:10px 5px;
	margin:5px 0px;
}

.veranlassung fieldset input[type="radio"] {
	margin-left:20px;
}


.auswertung fieldset input[type="radio"] {
	margin-left:30px;
}


.auswertung input[type="text"] {
	margin-top:9px;
}


#main_container {
	margin:30px 0px;
}

#main_container, #adressauswahl, #admin_container {
	font-size:0.8em;
}

.ui-tabs .ui-widget-header {
	background:none;
	border:none;
}

.ui-tabs {
	border:0 !important;
}

.ui-tabs-nav {
	border-radius:0px !important;
	border:0px !important;
	border-bottom:1px solid #aaa !important;
}

.ui-tabs-panel {
	border-left: 1px solid #000 !important;
	border-right: 1px solid #000 !important;
	border-bottom: 1px solid #000 !important;
}


.button_speichern {
	background: green !important;
	color:#fff !important;
	font-weight:bold;
	padding:0.7em 1em;
	border:0px;
	cursor:pointer;

}

.button_schliessen {
	background: red !important;
	color:#fff !important;
	font-weight:bold;
	padding:0.7em 1em;
	border:0px;
	cursor:pointer;
}

.button_update {
	background: orange !important;
	color:#000 !important;
	font-weight:bold;
	padding:0.7em 1em;
	border:0px;
	cursor:pointer;
	height:3em;
	width:auto;
}


.button_speichern.top, .button_update.top, .button_schliessen.top{
	border-radius:5px;
-webkit-border-radius: 5px;
-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius: 5px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
border-radius: 5px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
}

.button_speichern.bottom, .button_update.bottom {
	border-radius:0px;
	-webkit-border-radius: 0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-left:3px;
	
}


#adressauswahl input[type='text']{
	/*width:400px !important;*/
	padding:5px !important;
	border-radius: 5px !important;
}

#adressauswahl input[type='text']:disabled {
	background:#ddd;
}


#adressauswahl input[type='submit'] {
/*	width:414px !important;*/
	padding:5px !important;
	border-radius: 5px !important;
}

#adressauswahl input[type='submit']:disabled {
	opacity:0.5;
} 


.bordertable {
	border:1px solid black;
	border-collapse:collapse;
}



.bordertable tr td {
	padding:5px;
	border:1px solid black;
}

.nobordertable tr td {
	padding:5px;
	
}

.beschwerdearten .parent {
	border-bottom:1px solid black;
}

.beschwerdearten .parent_name {
	
	padding:5px;
	margin:5px;
}

.beschwerdearten .parent_name .ym-gl {
	font-weight:bold;
}

.beschwerdearten .children {
	padding:5px;	
	margin:5px;
}


span.green{color:green !important;}
span.orange{color:orange !important;}
span.red{color:red !important;}

span.b {
	font-weight:bold;
}

#error_notice {
	color:red;
}


#ticket_strasse {
	display:inline-block;
	padding: 6px 6px 6px 0px;
	color:red;
}

#anrufer_name, #anrufer_telefon, #anrufer_email {
	border-color:red;
}

.admin_del_link {
	
}


#sufu_ticket_select {
	max-width:80%;
}


.loading {
	width:16px;
	height:16px;
	background:url("images/loader.gif");
	display:none;
	float:right;
}


#statistik > div {
	float:left;
	margin-bottom:2em;
}

#statistik > div > div {
	padding:0 3em;
	font-weight:bold;
}