@charset "utf-8";
/* CSS Document */

.float-left {
	float: left;
}

.float-clear {
	clear: left;
}

.clear-left {
	clear: left;
}

.button-margin-top {
	margin-top: 4px;
}

a img {
	border: 0px;
}

.man_headline {
	font-weight: bold;
	margin-top: 15px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

.content {
	margin: 80px;
}

.pl_advertisment {
	font-weight: bold;
	color: #ff7e28;
	margin-top: 15px;
	margin-bottom: 15px;
}

a.pl_advertisment {
	color: #23ae89;
	text-decoration: underline !important; 
	font-weight: bold;
}

.pl_advertisment-underlined {
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
	text-decoration: underline;
}

.table2024 {
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
}

.table2024 td,
.table2024 th {
	border: 1px solid #ddd;
	padding: 8px;
}

.table2024 tr:nth-child(even) {
	background-color: #ddd;
}

.table2024 tr:nth-child(odd) {
	background-color: #f2f2f2;
}

.table2024 tr:hover {
	background-color: #a1b4c9;
}

.table2024 th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #004899;
	color: white;
}