body {
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 14px;
font-weight: normal;
text-decoration: none;
background-color :#eeeeee;
margin:0px;
padding:0px;
color: #ffffff;
border-color: #000000;
line-height: 130.0%;
margin: 0px;
padding: 0px;

flex-flow: row wrap;
}

/* Mobile first - alle Dokument-Blöcke bekommen 100% Breite */

header {
	flex: 1 100%;
}

header {
	background: url(bilder/weg2.gif) center;
	background-size: 100%;
	height: 350px;
	margin: 10px 0;
}

@media all and (max-width: 90em) {
	header {
		height: 220px;
	}
}

@media all and (max-width: 60em) {
	header {
		height: 180px;
	}
}

@media all and (max-width: 45em) {
	header {
		height: 150px;
	}
}

@media all and (max-width: 30em) {
	header {
		height: 90px;
	}
}


td {
font-family: Verdana,Arial,Helvetica;
font-size: 14px;
font-weight: normal;
color: #000000;
}

b {
font-family: Verdana,Arial,Helvetica;
font-size: 16px;
font-weight: normal;
text-decoration: none;
color: #000000;
}

a {
font-family: Verdana,Arial,Helvetica;
font-size: 14px;
font-weight: normal;
text-decoration: none;
color: #000000;
}

a:link {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 20px;
color: #517ce4; 
background-color: #eeeeee; 
text-decoration: none
}

a:active {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 20px;
color: #dddddd; 
background-color: #111111; 
text-decoration: none
}

a:visited {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 20px;
color: #517ce4; 
background-color: #eeeeee; 
text-decoration: none
}

a:hover {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 20px;
color: #111111; 
background-color: #eeeeee; 
text-decoration: none
}

u {
font-family: Verdana,Arial,Helvetica;
font-size: 30px;
font-weight: normal;
text-decoration: none;
color: #517ce4;
}

h {
font-family: Verdana,Arial,Helvetica;
font-size: 25px;
font-weight: normal;
text-decoration: none;
color: #517ce4;
}

k {
font-family: Verdana,Arial,Helvetica;
font-size: 10px;
font-weight: normal;
text-decoration: none;
color: #ffffff;
}

hr { 
    width: 95%; 
    height: 1px; 
    margin: 0 auto;
    color: white;
    background: black;
}