body {
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
}

body a {
	color: #000000;
}

.notfall{
	list-style-type:disc;
	list-style-position:outside;
}
.notfallkurse{
	vertical-align:text-top;
}
header a {
	color: #ffffff;
	text-decoration:none;
	border-left: 2px solid #ffffff;
	padding-left: 4px;
}
#adressliste{
	border: none;
}
#home{
	border-left: none;
}
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 {
	margin: 0px auto;
	max-width: 1024px;
}

aside {
	float: left;
	text-align: center;
	width: 25%;
}

nav {
	margin: 10px;
	padding-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	text-align: center;
}

aside p{
	font-size: small;
	margin-left: 20px;
	text-align: left;
	
}
main {
	background-color: #ffffff;
	color: #000000;
	float: left;
	width: 75%;
}

main h1 {
	font-size: x-large;
	margin-bottom: 10px;
	margin-top: 0px;
}

article {
	border: 1px solid gray;
	border-radius: 8px;
	margin: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;

}
.table tr:nth-child(even) {background-color: #f2f2f2;}
.table {
	border-bottom: 1px solid #000000;
	border-collapse: collapse;
	padding: 5px;
	word-break: normal;
	word-wrap: break-word;
}
.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;
}
footer {
	background-color: #000080;
	clear: left;
	color: #ffffff;
	font-size: 10pt;
	font-style: italic;
	font-weight: bolder;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	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: #ffffff;
	padding: 10.5px 11px;
	margin-bottom: 4px;
	background-color: #000080;
	display: block;
	border-radius: 8px;
	//box-shadow: 2px 2px 3px gray;
}

ul li a:visited {
	color: #ffffff;
}

ul li a:hover, ul li .current {
	color: black;
	background-color: #85d7f6;
	box-shadow: 2px 2px 3px gray;
}
table a{
	text-decoration: none;
}
