html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #000000;
    color: #ffffff;
}
img {
	border: 0;
}
a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: rgb(247,20,27);
	text-decoration: underline;
}
.tbl {
	display: table;
	width: 1160px;
	margin: 0 auto;
	height: 100%;
	min-height: 100%;
}
.td {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.teaser, .nav, .adsense {
	margin-bottom: 30px;
}
.search {
	margin-bottom: 50px;
}
.nav {
	text-align: left;
}
.nav a {
	display: inline-block;
	vertical-align: middle;
	height: 50px;
	line-height: 50px;
	margin-left: 60px;
	font-size: 16px;
}
.nav a.logo {
	margin-left: 0;
	margin-right: 100px;
}
.teaser a {
	display: inline-block;
	margin-right: 20px;
	position: relative;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
}
.teaser a:hover .overlay {
	display: block;
}
.teaser a:last-of-type {
	margin-right: 0;
}
.footer {
	text-align: left;
}
.footer a {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
.magnifier {
	display: block;
    float: right;
    width: 50px;
    height: 50px;
    background: url("magnifier.png") no-repeat center center rgb(247,20,27);
    cursor: pointer;
}
.search span.input {
    display: block;
    overflow: hidden;
}
.search input {
	width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
    padding: 0 10px;
    height: 50px;
    outline: 0;
    border: none;
    font-size: 16px;
}
@media all and (max-width: 1200px) {
	body { padding: 0 20px; }
	.tbl {
		width: 100%;
		margin: 20px 0;
	}
	.teaser a img { width: 100%; }
	.teaser a {
		width: 30%;
		margin-right: 4%;
	}
	.nav { text-align: center; }
	.nav a.logo {
		display: block;
		margin: 0;
		margin-bottom: 30px;
	}
	.nav a:last-of-type { margin-right: 60px; }
}
@media all and (max-width: 600px) {
	.teaser a {
		display: block;
		margin: 0 auto;
		margin-bottom: 30px;
		width: 100%;
		max-width: 370px;
	}
	.teaser a:last-of-type { margin-right: auto; }
}
@media all and (max-width: 320px) {
	.nav .cat {
		display: block;
		margin: 0;
	}
	.nav a:last-of-type { margin-right: 0; }
	.footer { text-align: center; }
}
