@charset "utf-8";
/* CSS Document */

			#rdk-body {
				margin: 0px;
				font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
			}
			
			#topleiste {
				/*background:linear-gradient(to right, rgba(255,0,255,0.4), rgba(255,0,0,0.4), rgba(255,165,0,0.4), rgba(255,255,0,0.4), rgba(0,255,0,0.4), rgba(0,0,255,0.4), rgba(255,0,255,0.4));*/
				/*width: 100%;
				
				
				border: 0px; */
				background: white;
				text-align: center;
				color: #424242;
			}
			
			#topleiste li {
				list-style: none;
				float: left;
				margin:5px;
				text-algin: left;
								
			}
			#topleiste ul {
				padding-left: 0px;
			}			

			#Mainpage {
				/*background: grey;*/
				/*background:linear-gradient(to right, rgba(255,0,255,0.4), rgba(255,0,0,0.4), rgba(255,165,0,0.4), rgba(255,255,0,0.4), rgba(0,255,0,0.4), rgba(0,0,255,0.4), rgba(255,0,255,0.4));*/
				background: white;
				/*Margin: 0px;
				border: 0px;
				*/
			}
			#Footer {
				/*background:linear-gradient(to right, rgba(255,0,255,0.4), rgba(255,0,0,0.4), rgba(255,165,0,0.4), rgba(255,255,0,0.4), rgba(0,255,0,0.4), rgba(0,0,255,0.4), rgba(255,0,255,0.4));*/
				background: white;
				
			}
			#Footer li {
				list-style: none;
				float: left;
				margin:5px;
				
			}
#thumbnails {
	padding:5px;
}

#Absage {
	color: red;
}
			
			a:link{
				text-decoration: none;
				color: #424242;
				font-size: 18px;
				padding: 10px 5px 1px 5px;
				/*text-align: left;*/
			}
			a:visited{
				color: #424242;
			}
			a:hover{
				color:black;
				text-decoration: none;
				font: bold;
								
			}
			a:active{
				color:white;
				background-color:white;
			}
			
        	.Menu {
				color:#424242;
				background: #FFFFFF;
				padding: 5px;
				margin: 2px;
				
			}
			
			#right {
				float: right;
			}
			#topheading {
				color: #000000;
			}
@media (max-width: 576px) {
	a:link {
		font-size: 16px;
	}
}