BODY {
	cursor:crosshair;
	color: #A9A9A9;
	background-color: #A9A9A9;
    min-height: 100vh;
    background: url("bilder/turm_1.jpg") no-repeat center fixed;
    background-size: cover;
	font-family: Century Gothic,Verdana, sans-serif;
	font-size: medium;
	text-align: left;
	margin-top: 2%;
	margin-left: 11%;
	margin-right: 11%;
}

.element {
  position: absolute;
  left: 400px;
  bottom: 50px;
  font-size: 20px;color: #FFFFFF;
}

.element_2  {
	color: #000000;
	background-color: #000000;
    	min-height: 100vh;
    	background: url("bilder/575_8.jpg") no-repeat center fixed;
    	background-size: cover;
	font-family: Century Gothic,Verdana, sans-serif;
	font-size: medium;
	text-align: left;
	margin-top: 2%;
	margin-left: 11%;
	margin-right: 11%;
}

.element_3 {
  position: absolute;
  left: 123px;
  bottom: 175px;
  font-size: 16px;color: #FFFFFF;
}

.element_4 {
  position: absolute;
  left: 400px;
  bottom: 10px;
  font-size: 10px;color: #FFFFFF;
}

.element_5 {
  position: absolute;
  left: 1px;
  bottom: 1px;
  font-size: 10px;color: #FFFFFF;
}

ul  {list-style-type: none;
}

.tabelle {
	cursor:crosshair;
	background: white;
	background-color:#696969;
	border-color: #A9A9A9;
	font-family: Century Gothic,Verdana;
	font-style: normal;
	font-weight:bold;
	color: #A9A9A9;
    	position: absolute;
    	bottom: 100px;
}

A {	cursor:crosshair;
	color: #FFFFFF;
	text-decoration: none;
    	position: relative; 
   	top: -0.2em; 
    	left: -1.2em; 
}

A:HOVER {
	cursor:pointer;
	color: #A9A9A9;
	text-decoration: none;
}

.scroll {
	cursor:crosshair;
	height: 300px;
	overflow: auto;
	font-size: 16px;
  	scrollbar-base-color:#FFFFFF;
  	scrollbar-3dlight-color:#FFFFFF;
  	scrollbar-arrow-color:#000000;
  	scrollbar-darkshadow-color:#A9A9A9;
  	scrollbar-face-color:#FFFFFF;
 	scrollbar-highlight-color:#A9A9A9;
  	scrollbar-shadow-color:#FFFFFF;
  	scrollbar-track-color:#A9A9A9;
}


