@charset "utf-8";
/* CSS Document */

 * {
	 margin: 0;
	 padding: 0;
 }
 
 a {
	outline: 0; 
	
}


html {height:100%;}

body {
        font: 70%/1.4 Verdana, Arial, Helvetica, sans-serif;
        background:#464031;
		margin: 0;
        padding: 0;
        height:100%;
		color:white;
}


a img {
        border: none;
}


.anfahrt {
	padding-top: 20px;
	text-align: center;
	margin: auto;
	
	}

table {
	width:180px;
 	text-align:center;
		
		}

.zurck {
	
	color:white;
}
	
	.clearfloat {
        clear: both;
 }