#layout {float:left; 
	}
	
body 	{
	font-family: Calibri; "Forte"; "URW Chancery L"; "Segoe UI Black"; "Noto Sans Black"; "Courier New"; "Open Sans"; 
	font-size : 62.5%;
	background-color: rgb(255,255,180);
 	//background-image: url(../img/hintergrund.jpg);
   	background-repeat: repeat-y;
	}

h2      {
	font-weight: bold;
	font-size: 250%;
	color: #F59E51;
	}

h3      {
	font-weight: bold;
	font-size: 180%;
	color: #F59E51;
	}

ul	{
	font-weight: bold;
	font-size: 150%;
	}
	
ol {
	font-size: 150%;
	}
	
p       {
	font-size: 150%;
	}
	
img     {
	width:30%; 
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 7px solid black;
	border-radius: 15px;
	}
	
.menu   {
	width: 15px; 
	height: 15px;
	position:absolute;
	border: 1px solid gray;
	border-radius: 5px;
	display: block;
	}

.menu1   {
	left: 18px; 
	white-space: nowrap;
	position:absolute;
	border: 1px solid gray;
	border-radius: 5px;
	background-color: lightgreen;
	font-size: 120%;
	padding: 1px;
	}
	
.tx  	  {
	display: block;
	border: 1px solid gray;
	border-radius: 5px;
	margin: 1px;
	width: 50%;
	background-color: white;
	}
	
.btn   {
	display: block;
	border: 1px solid gray;
	border-radius: 5px;
	margin: 1px;
	width: 35%;
	background-color: lightblue;
	white-space: nowrap;
	}

	
	
@media only screen and (max-width: 400px) {
			  img {width:80%;}
			  
	}

