body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.header {
    background-color: B4AC7C;
    width:100%;
	z-index: 1;
	position: relative;
}

.header_center {
    width: 100%;
    margin: 0 auto; 
    text-align: center;
	font-size: 22px;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	color: white;
	z-index: 3;
	position: relative;
}

.header_logo {
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 2;
}

.sub_header_center {
    width: 100%;
    margin: 0 auto; 
    text-align: center;
	font-size: 16px;
	padding: 0px 0px 5px 0px;
	color: white;
	z-index: 3;
	position: relative;
}

.sub_header_center a:link {
	color:white;
	text-decoration:none;
	font-weight:normal;
}

.sub_header_center a:visited {
	color:white;
	text-decoration:none;
	font-weight:normal;
}

.sub_header_center a:hover {
	color:white;
	text-decoration:none;
	font-weight:normal;
}

.sub_header_center a:active {
	color:white;
	text-decoration:none;
	font-weight:normal;
}

.main {
    width: 100%;
    text-align: center;
	padding: 10px 0px 5px 0px;
}

.footer {
    background-color: B4AC7C;
	position: fixed;
    bottom: 0px;
    width: 100%;
    height: 68px;
}

.footer_logo {
	position: fixed;
	bottom: 5px;
	right: 10px
}

table {
    border-collapse: collapse;
 	margin: 0px auto;
}

table, th, td {
    border-bottom: 0px solid black;
    padding: 5px;
}

th {
    height: 50px;
    background-color: B4AC7C;
}

tr {
	height: 34px;
}

tr:nth-child(even) {
	background-color: #f2f2f2
}

.ui-datepicker {
	font-size: 16px !important;
}

#selected {
	color: black;
	text-decoration:none;
	font-weight:normal;
}

#error {
	color: red;
	text-decoration:none;
	font-weight:normal;
}

form {
    padding: 0;
    margin: 0;
    display: inline;
}

.dataTables_filter {
	float: none !important;
	text-align: center !important;
}

label {
    font-weight: normal !important;
}

#enable_anlagenaddresse {
	font-size: 12px;
}

.small_text_input {
	width: 50px;
}