@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

html {
	height: 100%;
}

body {
	padding: 0em;
	background-image: url(img/euroback.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color: #000000;
	font-family: Optima, Segoe, Segoe UI, Candara, Calibri, Arial, serifenlos, sans-serif;
	font-weight: bold;
	margin: 0px;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction:row;
}
	
body a {
	color: #0066ff;
}

header {
	position: fixed;
	width: 100%;
	background-color: #63adff;
	color: #ffffff;
	font-size: xx-large;
	font-style: italic;
	font-weight: bolder;
	padding: 6px;
	text-align: center;
}
	
#hilfscontainer {
	max-width: 100%;
	position: flex;
	padding-top: 80px;
	padding-bottom: 32px;
}

#hilfscontainer3 {
	max-width: 75%;
	max-height: 75%;
	position: flex;
	padding-bottom: 40px;
	margin: auto;
	margin-top: 265px;
}

#hilfscontainer4 {
	max-width: 95%;
	max-height: 75%;
	position: flex;
	padding-bottom: 40px;
	margin: auto;
	margin-top: 175px;
	margin-left: 75px;
}

#hilfscontainer5 {
	max-width: 90%;
	max-height: 75%;
	position: flex;
	padding-bottom: 40px;
	margin: auto;
	margin-top: 275px;
	margin-left: 75px;
}

#wrapper {
	margin: 0 auto;
	position: relative;
	width: 100%;
	max-width: 100%;
	padding-bottom: 32px;
}

figure {
	float: right;
	text-align: right;
}
#toppmenu {
	position: fixed;
	top: 48px;
	width: 100%;
	text-align: center;
}
#topmenu {
	display: inline-block;
	margin: 40 auto;
}
#topmenu li {
	float: left;
	list-style: none;
	padding: 5px 10px;
	text-align: center;
}
#topmenu a {
	text-decoration: none;
	color: black;
}

article {
	background-color: rgba(255,255,255,0.6);
	border: 1px solid grey;
	border-radius: 10px;
	margin-top: 12px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
}

article2 {
	background-color: rgba(200,200,255,0.6);
	border: 0px solid grey;
	border-radius: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

article4 {
	background-color: rgba(200,200,255,0.5);
	border: 0px solid grey;
	border-radius: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

article5 {
	font-size: large;
	background-color: rgba(200,200,255,0.5);
	border: 0px solid grey;
	border-radius: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

main {
	top: 0px;
	overflow: auto;
	height: 90%;
	background-color: rgba(255,255,255,0.2);
	color: #000000;
	width: 80%;
	margin-left: 175px;
	margin-top: 5px;
	margin-bottom: 2px;
}

mainn {
	top: 250px;
	overflow: auto;
	height: 70%;
	padding: 5px 5px;
	background-color: rgba(200,200,255,0.2);
	color: #000000;
	width: 100%;
}
	
main h3 {
	font-size: xx-large;
 	margin-bottom: 10px;
	margin-top: 0px;
}
	
main h1 {
	font-size: large;
 	margin-bottom: 5px;
	margin-top: 16px;
}

main h2 {
	font-size: medium;
 	margin-bottom: 2px;
	margin-top: 0px;
}

table.liste {
	border-bottom: 0px solid grey;
	border-spacing: 0px;
	background-color: rgba(200,200,255,0.2);
	color: #000000;
	padding: 0px;
}

th {
	border: 1px solid grey;
	background-color: rgba(200,200,255,0.5);
	color: #000000;
	text-align: left;
}

table tr td {
	background-color: rgba(200,200,255,0.5);
	border: 0px solid grey;
	border-collapse: collapse;
	border-bottom: 1px solid grey;
	box-shadow: inset 0;
	border-spacing: 0px;
	padding: 2px;
}

td a {
	font-size: medium;
	color: #000000;
 	margin-bottom: 1px;
	margin-top: 1px;
}

footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	background-color: rgba(99, 173, 255,0.5);
	color: #ffffff;
	font-size: large;
	font-style: italic;
	font-weight: bolder;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
}

imgs {max-width:100%; height:auto; }

ul {
	margin: 0; 
    padding: 0;
    width: 100%;
    list-style: none;
	font-size: large;
	float: left;
}

#secli {
	text-decoration: none;
    color: #ffffff; 
    padding: 0px 0px;
    background-color: rgba(99, 173, 255,0.2);
    display: block;
	border: 0px solid black;
	float: none;
}

#secdo {
	text-decoration: none;
    color: #ffffff; 
    padding: 0px 0px;
    background-color: rgba(99, 173, 255,0.2);
    display: block;
	border: 0px solid black;
	float: none;
}

ul li a {
	text-decoration: none;
    color: #ffffff; 
    padding: 5px 5px;
	margin-bottom: 5px;
	margin-right: 2px;
    background-color: rgba(99, 173, 255,0.2);
    display: block;
	border: 1px solid black;
	border-radius: 10px;
	float: left;
}

ul li a:visited {
	color: #ffffff;
}
 
ul li a:hover, ul li .current {
	color: black;
    background-color: yellow;
}

th a {
	color: #000066;
}
