body {
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
}

body a {
	color: #0066ff;
}

header a {
	color: #ffffff;
	text-decoration:none;
	border-left: 2px solid #ffffff;
	padding-left: 4px;
}
#adressliste{
	border: none;
}
#home{
	border-left: none;
}
.notfall{
	list-style-type:disc;
	list-style-position:outside;
}
.notfallkurse{
	vertical-align:text-top;
}
footer a {
	color: #ffffff;
	text-decoration:none;
	border-left: 2px solid #ffffff;
	padding-left: 4px;
}
header {
	background-color: #000080;
	color: #ffffff;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}

#hilfscontainer {
	width: 100%;
}

aside {
	text-align: center;
	width: 100%;
}
aside img {
	width: 200px;
	height: auto;
}
nav {
	margin: 10px;
	padding-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	text-align: center;
}
.table tr:nth-child(even) {
	background-color: #f2f2f2;
}
.table {
	border-bottom: 1px solid #000000;
	border-collapse: collapse;
	padding: 5px;
	width: 100%;
}
.tablehead {
	border-bottom: 1px solid #000000;
	border-collapse: collapse;
	font-weight: bold;
	padding: 5px;
}
.tableheadadress {
	border: 1px solid #000000;
	border-collapse: collapse;
	font-weight: bold;
	font-style: italic;
	padding: 5px;
}
.tableadress {
	border: 1px solid #000000;
	border-collapse: collapse;
	padding: 5px;
}
main {
	background-color: #ffffff;
	color: #000000;
	width: 100%;
}

main h1 {
	font-size: x-large;
	margin-bottom: 10px;
	margin-top: 0px;
}
main a {
	color: #000000;
}
article {
	border: 1px solid gray;
	border-radius: 10px;
	margin: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}

footer {
	background-color: #000080;
	color: #ffffff;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

ul {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
	font-size: medium;
}

ul li a {
	text-decoration: none;
	color: white;
	padding: 10.5px 11px;
	margin-bottom: 10px;
	background-color: #000080;
	display: block;
	border-radius: 10px;
}

ul li a:visited {
	color: white;
}

ul li a:hover, ul li .current {
	color: black;
	background-color: #85d7f6;
}
table a{
	text-decoration: none;
}
