
body {
	font-family: verdana, ariel;
	}
#export , #kop{
	padding: 10px;
}
#export {
	color: navy;
	min-height: 50px;
	background-color: lightblue;
}
#kop {
	min-height: 120px;
	background-color: navy;
	color: gold;
}
button {
	background: white;
	
}
input, select, label{
	font-size: 1.1em;
	margin-top: 10px;
}
table { 
	
	border: 1px solid grey;
	margin: 0 auto;
	width:90%;
	max-width: 1500px;
	}
td { 
	border: 1px solid grey;
	margin: 0 auto;
	}
.rechts {
	text-align : right;
}
img.logo {
	float:right;
	width: 386px;
	height: 58px;
}
a:link , a:hover , a:visited , a:active {
	background: white;
	color: black;
}
