body {
	min-height: 1350px;
	width: 100%;
	min-width: 800px;
	margin: 0;
}

/*-----------------------------Side-----------------------------*/

#side{
	float: left;
	width: 20%;
	height: 840px;
	background-color: #b00000;
}

#side #link{
	height: 200px;
	width: 100%;
	margin-top: 100px;
	float: left;
}

#side img{
	height: 120px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#side a{
	text-decoration: none;
	width: 100%;
	padding-left: 0px;
}

/*-----------------------------Kontakt-----------------------------*/

#space{
	height: 840px;
	width: 58%;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 1%;
}

#card{
	height: 49%;
	width: 100%;
	margin-bottom: 1%;
	border-radius: 20px;
	background-color: #333;
	float: left;
}

#card img{
	margin-top: 55px;
	margin-left: 55px;
	float: left;
}

#card table{
	color: white;
	font-family: "Arial";
	font-size: 22px;
	margin-left: 80px;
	margin-top: 55px;
	float: left;
}

#card td{
	height: 2em;
}

/*-----------------------------Nav-----------------------------*/

#nav{
	margin-left: calc(50% - 12em);
}

ul{
	list-style-type: none;
	padding: 0px;
	overflow: hidden;
	background-color: #333;
	border: 2px #333;
	border-radius: 12px;
	margin-bottom: 16px;
}

li{
	width: 12em;
	float: left;
	background-color: #333;
}

li a{
	color: white;
	font-family: "Arial";
	font-size: 20px;
	text-align: center;
	display: block;
	padding: 12px 12px;
	text-decoration: none;
}

li a:hover:not(.active) {
	background-color: #111;
}

.active {
	background-color: #b00000;
}

/*-----------------------------General-----------------------------*/

header{
	background-image: url("logo.png");
	background-position: center; 
	background-repeat: no-repeat;
	height: 180px;
	width: 100%;
}

#content{
	height: 840px;
	width: 58%;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 1%;
	border-radius: 20px;
	background-color: #333;
}

article{
	height: 100%;
	width: 75%;
	float: left;
}

h1{
	color: white;
	font-family: "Arial";
	font-size: 28px;
	padding-left: 55px;
	padding-top: 20px;
}

h2{
	color: white;
	font-family: "Arial";
	font-size: 22px;
	padding-left: 55px;
}

h3{
	color: white;
	font-family: "Arial";
	font-size: 28px;
	text-align: center;
}

h4{
	color: white;
	font-family: "Arial";
	font-size: 26px;
}

p, a{
	color: white;
	font-family: "Arial";
	font-size: 18px;
	padding-left: 55px;
}

/*-----------------------------Footer-----------------------------*/

footer{
	float: left;
	background-color: #b00000;
	width: 100%;
	height: 200px;
	margin-top: 0px;
}

footer p{
	color: white;
	font-family: "Arial";
	font-size: 18px;
	padding-top: 5px;
	padding-left: 20%;
}

footer h1{
	color: white;
	font-family: "Arial";
	font-size: 22px;
	padding-top: 10px;
	padding-left: 20%;
}

footer table{
	color: white;
	font-family: "Arial";
	font-size: 18px;
	padding-top: 5px;
	padding-left: 20%;
}