﻿  
/* CSS-Formatierung */
 
   	


body {background-image:url('../image/herbst-ansicht.JPG');background-repeat:no-repeat;
	  background-position:center; background-color:#d8bfd8;width:100%;height:720px;}


.flex-box{display:flex;flex-direction:row;justify-content:center;
	      background-color:green;width:70%;margin:0px auto;}


table tr td strong{color:white;}
	


table tr td input{border:orange thin solid;font-size:16px;
                  margin:2px 2px;padding:2px 4px;color:green;}
	
#button{background-color:#4169e1;color:#ffdead;border:orange thin solid;} 

#button:hover{color:white;}


.masthead{display:flex;justify-content:space-between;align-items:center;
          background-color:#4169e1;width:70%;margin:4px auto;}
	

.Logo{order:2;color:#fff5ee; margin-right:5px; padding:2px;}
	

nav,ul,li{display:flex; list-style:none;padding:0px 10px;}


nav,ul,li,a{ text-decoration:none;color:#fff5ee;}
	

nav,ul,li,a:hover{color:#ff8c00;}
	

 
 
 
  
 