body		{
			/*background-image: url(images/motorrad.png);*/
			background-color: #CCCCCC; 
			background-attachment:fixed; 
			/*background-repeat: repeat; 
			background-size: 100% 100%;*/
			webkit-touch-callout: none; /* iOS Safari */ 
			webkit-user-select: none; /* Safari */
			khtml-user-select: none; /* Konqueror HTML */
			moz-user-select: none; /* Firefox */
			ms-user-select: none; /* Internet Explorer/Edge */
			user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
	}
			}
body,td,th 	{
			color: #FFFFFF;
			}
a:link {
	color: #00FF00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00FF00;
}
a:hover {
	text-decoration: none;
	color: #00FF00;
}
a:active {
	text-decoration: none;
	color: #00FF00;
		}
			
ul {
  list-style-type: none;
  width:100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #666666;
}

li {
  float: left;
}

li a {
  display: block;
  color: red;
  font-size:20px;
  text-align: center;
  padding: 10px 30px;
  text-decoration: none;
}

li a:hover {
  background-color:#FF6600;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}

textarea { resize: vertical; min-height:270px; max-height:500px } <!-- Nur Höhe verstellbar //-->




.style1 	{
			color: #FFFFFF;
			font-weight: bold;
			font-size: 10px;
			margin-left: 50px
			}

.style3 	{
			color: #FFFFFF;
			font-size: 20px;
			line-height:25px;
			margin-left: 20px;
			margin-right: 20px;
			}
				
.style7 	{
			font-size: 20px;
			color: #FFFFFF;
			text-shadow: 0.2em 0.2em 0.2em #000000;
			}
.style8 	{
			font-size: 20px;
			color: #000000;
			text-shadow: 0.2em 0.2em 0.2em #000000;
			}
.StyleShadow2
			{	
			font-size:50px;
			color:#FFFFFF;
			text-shadow: 0.1em 0.1em 0.2em black;
			}
.StyleShadow3
			{	
			font-size:25px;
			color:#000000;
			text-shadow: 0.1em 0.1em 0.2em black;
			}			
.noutati
			{
			height:2.0em; 
			width:6em; 
			font-size: 14px; 
			background-color:#000000; 
			color:#FFFFFF;  
			border-radius:.4em;
			}		
.SyleButton
			{
			height:2.2em; 
			width:8em; 
			font-size: 16px; 
			background-color:#009900; 
			color:#FFFFFF;  
			border-radius:.4em;
			}											

#blink_text{	
  animation-name:blink;
  width:280px;
  animation-duration:3s;
  animation-timing-function:ease-in;
  animation-iteration-count:Infinite;
  }

@keyframes blink{
  0%{color:blue;}
  50%{color:white;}
  100%{color:blue;}
  
