.header-top {
	background-color:#000;
	padding: 5px;
	height: 130px;
}
.logo h1 {
	margin-bottom: 0.20em;
	padding: 0px;
	font-size: 2.5em;
}
.logo a	{
	text-decoration: none;
	color: #4692E0;
}
.logo span {
	text-transform: uppercase;
	font-size: 0.90em;
	color: rgba(255,255,255,1);
}
.logo span a {
	color: rgba(255,255,255,0.8);
}
.menu-wrapper {
	background-color: #4692E0;
	padding: 5px;
	height: 65px;
}
p {
	text-align: justify;
}
.menu ul {
	display: inline-block;
	margin: 0;
	padding: 0em 0em;
	text-align: center;
}.menu li {
	display: inline-block;
}
.menu li a, .menu li span {
	display: inline-block;
	padding: 2em 1.5em;
	text-decoration: none;
	font-size: 0.90em;
	font-weight: 600;
	text-transform: uppercase;
	outline: 0;
	color: #FFF;
}
.greeting h1, h2, h3 {
	font-size: 24px;
	text-transform: uppercase;
}
.greeting a {
	color: #0060D1;
	text-decoration: underline;
}
.showcase h3 {
	font-size: 18px;
	text-transform: uppercase;
	color: #4692E0;
	text-align: center;
}
.showcase p {
	font-size: 18px;
	color: #000;
	text-align: center;
}
.menu2 {
	outline: 2px solid #4692E0;;
}
.menu2 li {
	list-style-type: none;
	line-height: 150%;
}
.menu2 li a {
	color: #0060D1;
}
.menu2 img {
	display: block;
    margin: 0 auto; 
}
.button {
	display: inline-block;
	margin-top: 1em;
	padding: 0.8em 2em;
	background: #4692E0;
	line-height: 1.8em;
	letter-spacing: 1px;
	text-decoration: none;
	font-size: 1em;
	color: #FFF;
}
.kurs {
	font-style: oblique;
}
table {
	font-size: 12px;
	border-radius: 10px;
	border-spacing: 0;
	text-align: center;
	width: 300px;
	margin: auto;
}
th {
	background: #4692E0;
	color: white;
	text-shadow: 0 1px 1px #2D2020;
	padding: 10px 20px;
}
th, td {
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: white;
}
th:first-child, td:first-child {
	text-align: left;
}
th:first-child {
	border-top-left-radius: 10px;
}
th:last-child {
	border-top-right-radius: 10px;
	border-right: none;
}
td {
	padding: 5px 10px;
	background: #F8E391;
}
tr:last-child td:first-child {
	border-radius: 0 0 0 10px;
}
tr:last-child td:last-child {
	border-radius: 0 0 10px 0;
}
tr td:last-child {
	border-right: none;
}
.aggiornato {
	color: red;
	font-size: 9px;
	text-align: right;
}
.autor {
	color: #000000;
	font-size: 9px;
	text-align: right;
}

.pagination {
	text-align: center;
	font-size: 12px;
	padding: 20px;
}

.footer {
	padding: 20px;
	background-color:#000;
	height: 80px;
}
.footer-links {
	text-align: right;
	color: #fdfdfd;
	}
.footer-links a {
	text-align: right;
	color: #fdfdfd;
	padding: 5px;
	margin-top: 5px;
	text-decoration: underline;
}
.copyright {
	color: #fdfdfd;
	text-align: right;
	padding: 5px;
	margin-top: 5px;
}