* {
	font-family: Arial, Tahoma, Verdana !important;
	font-size: 14px !important;
}

.icon {
	margin-right: 5px !important;
	color: #DDDDDD !important;
	vertical-align: top !important;
}

a, a:active, a:visited {
	color: #147402 !important;
	font-weight: bold !important;
}

table, th, td {
	border-collapse: collapse;
}

table.main {
	width: 100%;
}

table.main th, table.main td {
	vertical-align: top;
	padding: 5px;
	text-align: left;
}

table.main tr {
	border-bottom: 1px solid #DDDDDD;
}

table.main th {
	color: #646464;
	background-color: #F5F5F5;
	padding: 15px 10px !important;
}

span.counter {
	float: right;
	font-style: italic;
	font-weight: normal;
	color: #AAAAAA;
}

table.main th.left {
	min-width: 500px;
}

div.container {
	display: inline-block;
	max-width: 370px;
}

span.button {
	font-size: 25px !important;
}

div.title {
	cursor: pointer;
	font-weight: bold;
	vertical-align: middle !important;
	line-height: 25px;
	/*height: 25px;*/
	margin-bottom: 5px;
}

div.title * {
	height: 25px;
	margin-right: 5px;
	vertical-align: middle;
	display: inline-block;
}

table.long {
	display: none;
	color: #646464;
	background-color: #F5F5F5;
	padding: 7px;
	margin-top: 10px;
	margin-bottom: 5px;
	border-radius: 5px;
}

table.long * {
	border: none;
}

table.long tr td.title {
	font-weight: bold;
	width: 100px;
}

table.long tr td.content {
	width: 100%;
}

div.short .line {
	display: block;
	margin-top: 10px;
}

.floatRight {
	float: right;
}

form.search {
	padding: 10px;
	background-color: #F5F5F5 !important;
	border-bottom: 1px solid #DDDDDD;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.searchButtonContainer {
	display: inline-block;
	text-align: left;
	width: 100%;
}

.searchButton {
	text-shadow: 0 1px 0 rgba(255,255,255,0.7) !important;
	font-weight: bold !important;
	font-family: Arial,sans-serif !important;
	border: 1px solid #a8a8a8 !important;
	color: #4f4f4f !important;
	background: #c4c4c4 !important;
	margin-top: 20px !important;
	width: auto !important; 
	padding: 5px !important;
}

.nothingFound {
	display: inline-block;
	padding-top: 10px;
}

.spinner {
	display:inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

td.beruf {
	padding: 5px !important;
	background-color: #DDDDDD !important;
}

tr.beruf {
	background-color: #DDDDDD !important;
}

td.right {
	border-left: 1px dashed #DDDDDD;
}


div.beruf {
	border-radius: 5px !important;
	background-color: #DDDDDD !important;
}

label.beruf {
	font-weight: bold;
}

label.zweigTyp {
	font-style: italic;
}

.marginTop {
	margin-top: 10px !important;
}

.pi {
  font-family: 'primeicons' !important;
}

body .ui-panelgrid .ui-panelgrid-cell {
  background: #F5F5F5 !important;
}

body .ui-panel .ui-panel-content {
  background: #DDDDDD !important;
}