body {
	background-color: #000000;
	padding: 0px;
	margin: 0px;
	overflow-y: scroll;
	overflow-x: hidden;
	max-width: 1800px;
	min-width: 1200px;	
	margin-left: auto;
	margin-right: auto;

}

h1 {
	font-family: arial;
  color: grey;
}

h2 {
	font-family: arial;
  color: grey;
}

h3 {
	font-family: arial;
  color: grey;
}

p {
	font-family: arial;
  color: grey;
}  

.main{


	
}


.bg {
	background-image: url(images/01_Kopf-O.jpg);
	background-repeat: no-repeat;
	z-index: 110;
	position: absolute;
	position:fixed;
	top: 0px;
	width:100%;
	height: 151px;
	
}

.nav {
	z-index: 111;
	position: absolute;
	position:fixed;
	top: 0px;
	width:100%;
	height: 151px;
	padding-left: 340px;
	font-size: 24px;
	font-family: arial;
	font-style: normal; 
	
	
		
}

.content{
	margin-top: 150px;
	margin-left: auto;
    margin-right: auto;
	width: 100%;
	
}

a {
  display: inline-block;
  text-align: center;
  padding: 0px;
  text-decoration: none;
	color: #9aa2a5;
}

a:hover {
	/*background-color: #111;*/
    color: #FFFFFF;
}

/* Dropdown Button */
.dropbtn {	
	position: relative;
	display: inline-block;
	border: none;
	background: rgba(0,0,0,0);

}

.firstbtn{
	position: relative;
	display: inline-block;
	margin-top: 90px;
	color: #9aa2a5;
	left: 340px;
	border: none;
	background: #202020;/*rgba(0,0,0,0);*/
}

.btn1{
	/*position: relative;*/
	display: inline-block;
	margin-top: 84px;
	padding-left: 30px;
	padding-right: 30px;
	border: none;
	background: rgba(0,0,0,0);
}

.btn2{
	/*position: relative;*/
	display: inline-block;
	padding-left: 30px;
	padding-right: 30px;
	border: none;
	background: rgba(0,0,0,0);
}

.btn3{
	position: relative;
	display: inline-block;
	left: 140px;
	border: none;
	background: rgba(0,0,0,0);
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: inline-block;
	margin-left: 400px;
	color: #1a171b;
	border: none;
	background: rgba(0,0,0,0);
	
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  font-size: 20px;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  
}

/* Links inside the dropdown */
.dropdown-content a {
	background-color: rgba(0,0,0,0);
	padding: 12px 14px;
	text-decoration: none;
	display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: #c5c5c5;
	/*color: white;*/
	color: #9aa2a5;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
	display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
	/*background-color: #1a171b;
	color: white;*/
	
} 

.firstbtn:hover {
	/*background-color: #1a171b;
	color: white;*/
} 
	
.btn:hover {
	/*background-color: #1a171b;
	color: white;*/
} 


.active {
  background-color: red;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
	float: left;
	width: 100%;
	max-width: 1948px;
}


.textlinks{
	position: absolute;
	text-align: justify;
	width: 50%;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 15px;	
	color: grey;
}

.textrechts {
	position: absolute;
    float: left;
    margin-left: 50%;
    margin-right: 15px;
    margin-top: 15px;
	color: grey;
}


#rectangle{
	display: inline-block;
    width:16px;
    height:16px;
    background: #808686;
}