﻿body {background-color: white;}
h1 {
	font-size: 2.5em;
	text-align: center;
	color: rgb(49,135,59);
	font-family: sans-serif;
	margin: 20px;
}

h2 {
	font-size: 1.5em;
	color:  rgb(49,135,59);
	text-align: left;
	margin: 20px;
	font-family: sans-serif;
}

p {
	font-size: 1.0em;
	text-align: justify;
	margin-left: 20px;
	font-family: sans-serif;
	line-height: 1.5;
}

table {
	width: 100%; margin: 20px;
}

img {
	max-width: 75%;
	height: auto;
}

tr {
	font-size: 1.5 em;
	text-align: center;
	font-family: sans-serif;
}


ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: rgb(49,135,59);
}

li {
	font-family: sans-serif;
	float: left;
}

li a {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

li a:hover {
	background-color: rgb(144,238,144);
}

#adresse {
	text-align: left;
	font-family: sans-serif;
}

#titel {
	width: 40%;
	heigth: auto;
}

nav {
	border-top-width: 2px; 
	border-top-style: solid;
	border-top-color: rgb(49,135,59);
	border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: rgb(49,135,59)
}

footer {
	background-color: white;
	margin 20px;
	text-align: left;
	border-top-width: 2px; 
	border-top-style: solid;
	border-top-color: rgb(49,135,59);
}