header {
}
head {
}
title {
	font-family: arial;
}
main {
	margin: 0px 0px 0px 0px;
	padding-bottom: 2em;
}
body {
	background-image: url(../bilder/PA1.jpg);
	background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #000;
	font-family: Monospace;
	margin: 0px;	
}
footer {
	background-color: rgba(255, 255, 255, 0.8);
	position:fixed;
	display:table-cell;
	vertical-align:middle;
	height:1.5em;
	text-align:center;
	bottom: 0;
    width: 100%;
}
.infocolumn {   
	float: right;
	width: 42%;
}

.card {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 20px;
	margin-top: 20%;
	border-radius: 15px 0px 0px 15px;
}
.row:after {
	content: "";
	display: table;
	clear: both;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.8);
}  
li {
	float: left;
	align-content: center;
} 
li a {
	display: block;
	color: rgb(88, 87, 87);
	text-align: center;
	padding: 20px 50px;
	text-decoration: none;
	font-size: larger;
	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
  
li a:hover {
	background-color: rgba(141, 192, 214, 0.8);
}
li.dropdown {
	display: inline-block;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.8);
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
.dropdown-content a {
	color: rgb(88, 87, 87);
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}
  .dropdown:hover .dropdown-content {
	display: block;
}
#logo {
	  width: auto;
	  margin: 0px 0px 0px 0px;
	  opacity: 0.8;
	  border-radius: 0px 0px 0px 0px;
}
h1 {
	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
h3 {
	font-size: medium;
	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#mehrere {
	width: 100%;
	padding: 0px;
	border-radius: 10px;
}