
/* DATEI: format.css */

body	{
			background-color: 	silver;	
			font-family:		Arial;
			
		
}
p		{
			text-align:			center;
		}			
h1      { 
           color:            red;
		   background-color: white;
		   text-align:			center;
        }

ol{
		
	margin: 0 auto;
	 list-style-type: upper-roman;
 
}


li {
     
	
     margin-right: 10px;
     padding: 5px 10px;
   
}



caption{
		font-size:24px;
}

table   {	
			
			text-align: center;
			border-collapse: collapse;
			border: solid black;
}

	
td {
padding: 15px;
border: black solid; 
}
/* Hier werden die beiden div-Elemente angesprochen und die Darstellung verändert*/
.inhalt {
		margin:  50px auto;
		width: 25% ;
		border: 1px solid;
		background-color: 	white;
		text-align:center;
}
.speisekarte {
		background-color: white;
		position: center;
		margin-left:auto;
		margin-right:auto;
		width: 582px;
	
}
#navibereich li {
					list-style-type:none;
					display: inline;
}
#navibereich {
				border:3px solid;
				border-color:skyblue;
				text-align:center;
				background-color:white;
				
	
}
#adresse{
	width: 150px;
	border: 10px solid;
	background-color: 	maroon;	
}