﻿/*	Allgemeines	*/

html,body {
	height:100%;
	background-color:#EBEBEB
}
*{
	margin:0;
	padding:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif
}
li {
	list-style-type: none
}
p {
	font-size:20px;
	text-align:justify;
	line-height:1.5;
	color:#333333;
	
}
section {
	min-width:0;
	max-width:1060px;
	min-height:100%;
	margin-left:auto;
	margin-right:auto;
	box-shadow: 0px 0px 20px rgb(160,160,160);
	padding:20px;
	background-color:#FFFFFF

	
}
a {
	text-decoration:none;
	color:#333333

}
h1 {
	font-size:60px;
	color: #333333;
	padding-top:100px;
}
h2 {
	font-size:30px;
	color: #333333;
	width:1060px;
	padding-bottom:20px;
	padding-top:50px;
	text-decoration:underline
	
}
h3 {
	font-size:45px;
	color:#333333;
}
hr {
	width:600px;
	height:10px;
	margin-right:auto;
	margin-left:auto;
	background-color:#61725A;
	border:0;
	margin-bottom:30px;
	margin-top:30px
}


/*	Kopfleiste	*/


header {
	width: 100%;
	height: 90px;
	position: fixed;
	top: 0;
	left: 0;
	background:white;
	z-index: 1;
	box-shadow: 0px 3px 5px rgb(180,180,180)
}
header nav {
	float:right;
	margin-top:35px;
	margin-right:30px
}
header nav ul li {
	float:left;
	margin-right:25px;
	font-size:20px;
	color:#666666;
	transition:all 150ms
}
header nav ul li a {
	text-decoration:none;
	color:#666666
}
header nav ul li:hover {
	padding-top:5px;
}
header nav ul li a:visited {
	color:#666666
}
header img {
	width: auto;
	float: left;
	margin-left:20px;
	margin-right:auto;
	margin-top:15px;
	margin-bottom:auto
}
header img {
	height: 70px;
	transition:all 150ms
}
header img:hover {
	padding-top:5px;
}


/*	Fußleiste	*/


footer {
	background-color:gray;
	width:100%;
	height:80px;
	bottom:0px;
	left:0px;
}
footer ul li {
	float:right;
	margin: 30px 50px auto auto;
	font-size:20px
}


/*	Tabellen	*/


table {
	border-color: #C0C0C0;
	height: 400px;
	color: #333333;
	font-size: 35px;
	background-color: #A9CA9B;
	margin: 50px 0px 50px 0px;
	width: 1060px;
}
td {
	background-color: white;
	padding:20px;
	line-height: 1.5;
	font-size:20px
}

