* {
	padding: 0;
	margin: 0;
}
body {
	background: #ffffff;
	height: 100vh;
    width: 100vw;
	font-size: 1em;
	color: #333333;
	font-family: Arial, sans serif;
	text-align: center;
}
blockquote {
	margin: 50px auto;
	width: 50%;
	padding-left: 50px;
}
#content {
	text-align: left;
	padding: 0 100px 0 100px;
}
body.abst {
	padding: 100px 0 0 0;
}
body.mich {
	padding: 0 100px 0 100px;
	text-align: left;
}
cite {
	font-size: 0.8em;
}
body.abst h1 {
	font-size: 2em;
	color: #999999;
	padding: 20px 0;
	
}
h4 {
	font-size: 1.8em;
}
p {
	width: 50%;
	margin: 0 auto;
}
#top.start {
	opacity: 50%;
	z-index: 1;
	position: absolute;
}
#top {
	background-color: #333333;
	color: #ffffff;
	width: 100vw;
	height: 5em;
	top: 0;
	padding: 0;
}
#titel {
	float: left;		
}
.menubutton {
	position: absolute;
	right: 20px;
	top: 5px;
	display: none;
}
#navigation .start {
	padding: 40px;
}
#navigation {
	margin: 0;
	float: right;
	background-color: #333;
	height: 100%;
}
#navigation.gal{
	padding: 0;
}
#navigation ul li {
	float: left;
	width: 180px;
	height: 40px;
	line-height: 40px;
	list-style: none;
	text-align: left;
}
#navigation ul li.akt {
	background-color: #fff;
}
#navigation ul li ul li {
	display: none;
}
#navigation ul li:hover {
	background-color: #fff;
}
#navigation ul li:hover ul li {
	display: block;
	background-color: #333;
	position: relative;
}
#navigation ul li:hover ul li a {
	color: #fff;
}
#navigation ul li ul li:hover {
	background-color: #fff;
	color: #333;
}
#navigation ul li ul li a:hover {
	color: #333;
}
#navigation ul li a {
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	padding: 5px 5px 5px 20px;
	line-height: 40px;
}
#navigation ul li a.akt {
	color: #333;
}
#navigation ul li a:hover, ul li a:focus {
    color: #333;
    
}
#navigation ul li ul li ul li {
	display: none;
	position: relative;
}
#navigation ul ul li:hover ul li {
	display: block;
	background-color: #red;
	top: -40px;
	left: -180px;
}
#footer {
	width: 100vw;
	height: 5em;
	background-color: #333333;
	color: #ffffff;
	bottom: 0;
    text-align: center;
	padding: 5px 20px;
	position: relative;
}
#footer.start {
	opacity: 50%;
	z-index: 1;
	position: absolute;
}
#footer address {
	font-family: Courier New, Arial;
	font-size: 1.5em;
}
#footer a {
	color: #ffffff;
}
#zitat {
	font-family: Times New Roman;
	text-transform: uppercase;
	font-size: 1em;
	color: #333333;
	position: relative;
	margin: 50px 0;
}
blockquote li {
	list-style-type: circle;
	margin-left: 30px;
}
.first {
	font-size: 3em;
	line-height: 85%;
	}

