/*Stylesheet RadioLMC */
body
{
	background-color: #C5DFFC;
	font-family: verdana, arial, sans-serif;
	font-size: 12pt;
	max-width: 1000px;
	margin: auto;
	padding: 3px 10px;
}

header	{text-align: center}
footer
{
	position: absolute;
	width: 100%;
	left: 0;
	text-align: center;
	font-size: 11pt;
	margin-top: 3em;
	padding-bottom: 1em;
}

h1
{
	text-align: center;
	margin-bottom: 2em;
}
h2
{
	text-align: center;
	font-weight: normal;
	margin-top: 3em;
	clear: both;
}
h3
{
	text-align: center;
	font-weight: normal;
	margin-top: 2em;
	clear: both;
}
section
{
	clear: both;
	margin-top: 2em;
}

nav { text-align: center }
nav ul
{
	padding: 0em;
	list-style-type: none;
	font-size: 16pt;
}
nav ul ul {
	font-size: 13pt;
	height: 0;
	overflow: hidden;
	transition: height 1s;
}
nav li { margin-bottom: 1em }
nav a
{
	color: black;
	text-decoration: none;
	cursor: pointer;
}
nav a:hover { font-weight: bold }

img {border-style: none; border-radius: 12px;}
audio { vertical-align: middle }

.links img
{
	margin-left: 10px;
	margin-right: 1em;
	margin-bottom: 10px;
	float: left;
	clear: both;
}
.fotoblok
{
	text-align: center;
	margin: 3em 10px;
}
.midden
{
	text-align: center;
	clear: both;
}

#index
{
	text-align: center;
	font-size: large;
}
#index h1
{
	margin-bottom: initial;
	color: red;
	font-variant: small-caps;
}

address
{
	font-size: 11pt;
	font-style: normal;
}

table
{
	width: 800px;
	margin: auto;
	border-collapse: collapse;
}
td, th
{
	border: thin solid blue;
	padding: 3px 10px;
	text-align: left;
}

img[onclick] { cursor: zoom-in}
div#zoom {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	animation-duration: 1s;
	animation-fill-mode: both;
}
img#zoomimg {
	position: absolute;
	margin: auto;
	border-radius: 0px;
	max-height: 100%;
	max-width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: zoom-out;
}
@keyframes zoomin {
	from {transform: scale(0);background-color: rgba(0,0,0,0)}
	70% {transform: scale(1);background-color: rgba(0,0,0,0)}
	to {transform: scale(1);background-color: rgba(0,0,0,0.6)}
}
@keyframes zoomout {
	from {transform: scale(1);background-color: rgba(0,0,0,0.6)}
	30% {transform: scale(1);background-color: rgba(0,0,0,0)}
	to {transform: scale(0);background-color: rgba(0,0,0,0)}
}
