﻿body {
	margin: auto;
	max-width: 99em;
	font-family: sans-serif;
	font-size: large;
	color: #333333;
	display: grid;
	grid-template-columns: 1fr 4fr;
	grid-template-rows: 140px 1fr 50px;
	min-height: 100vh;
	background-color: #F5F5DC;
}

header,
nav,
main,
article,
section,
aside {
	padding: 10px;
	margin: 10px;
}

header {
	grid-column: 1 / span 2;
	grid-row: 1;
	border-bottom:2px solid #33CC00;
}

nav {
	grid-column: 1;
	grid-row: 2;
	border-right:2px solid #33CC00;
  color: #A9A9A9;
}

ul {list-style:none;}

#li_bild img {
	width: 50px;
	border: 0px;
	vertical-align: middle;
	padding: 2px 10px 2px 0px;
}

nav li {padding-top: 12px;}

nav li a {cursor: url(../F/car.cur), pointer;}

nav li a:hover {
	margin-left: -12px;
	padding-left: 12px;
	background-image: url(../F/bluesquare.jpg);
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: none;
	}

article {
	grid-column: 2;
	grid-row: 2;
	line-height:1.5;
	overflow: auto;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

/*aside {
	background: #ebf5d7;
	border-color: #8db243;
	grid-column: 3;
}*/

h4 {
	 margin: 0;
	 padding: 0;
}

table, th, td {
	border: 1px solid black;
	border-collapse: collapse;
	padding: 0.1em 0.3em 0.1em 0.3em;
	font-size: small;
	white-space: nowrap;
	}

#termine table {
	border-collapse: collapse;
	}

#termine  td {
	border: 1px solid #C0C0C0;
	padding: 0.1em 0.6em 0.1em 0.2em;
	}

#efzg {
/*	-moz-column-count: 2;
  -webkit-column-count: 2;
	column-count: 2;
	column-gap: 5px;*/
	}

#efzg th {
	font-size: 140%;
	font-weight: bolder;
	padding: 0.4em 0 0.4em 0.1em;
	border-left: 0;
	text-align: left;
}

footer {
/*	grid-column: 1 / span 2;
	grid-row: 3;*/
	position: fixed;
	left: 10px;
	bottom: 0;
	width: 97%;
	padding: 10px;
	background-color: #F5F5DC;
	font-size:70%;
	text-align: right;
	border-top:2px solid #33CC00;
}

footer a {text-decoration:none; color:#444444;}

a {text-decoration:none;
	color:#0000FF;
	}

a:hover {text-decoration:underline;}

a:active {color:#FF0000;}

#aktuelleseite {
	background-image: url(../F/bluesquare.jpg);
	background-position: left;
	background-repeat: no-repeat;
	margin-left: -12px;
	padding-left: 12px;
	color:#0000FF;
	font-weight: bold;
	}

#impressum {
	width: 85%;
	font-size: 90%;
	}

#error {
	position: absolute; top: 95px; left:10%; right: 10%;
	padding:15%;
	font-size: 120%; font-weight: bold; color: #FF0000;
	line-height: 2;
	}

#error a {text-decoration: underline; color: #FF0000;}
