@media only screen and (min-width: 1024px) {
	
body {
	 
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	 
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	  
	font-family: Arial, "MS Trebuchet", sans-serif;

	background-color: lightsteelblue;
	color: black;
	

}

.main {
		
	background-color: green;
	border-radius: 10px;
		
}	
	
#maintable {
	 
	overflow: auto;
	width: 30%;
	float: left;
	clear: none;
	border-radius: 20px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.7);
	
}
	
	#maintable th {
		
		background-color: lightslategray;
		
	}



#lastupdate {

	color: gray;

}

div#headline {
		
	text-align: center;
	vertical-align: middle;
	font-size: xx-large;
	height: 50px;
	line-height: 50px;
	background-color: lightslategray;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.7);
	
	border-radius: 10px;
		
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-right: 15px;
	 
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
		
	}	

div#messagebox {
	position: fixed;
	visibility: hidden;
	bottom: 0;
	left: 0;
	color: red;
	z-index: 1;
	background-color: yellow;
}

table.recipelist tr:nth-child(odd) {
	background-color: lightgray;
	color: darkslategray;
	line-height: 20px;
 
}

table.recipelist tr:nth-child(even) {
	background-color: lightslategray;
	color: lightgray;
	line-height: 20px;
}

table.recipelist tr:hover {
	background-color: #FFCC00;
	color: black;
	font-weight: bold;
}

#recipelist {
	
	
}

.col1 {
	
	

}

.col2 {
	
	width: 100%;

}


.col6 {
	text-align: right;
}

.col7 {

	

}

.col8 {

	padding-left: 10px;

}

.col11 {

	border-radius: 10px 0px 0px 0px;

}

.col12 {

	
	border-radius: 0px 10px 0px 0px;
	
}

th {
	
	padding-bottom: 10px;
	vertical-align: middle;
	height: 40px;
	font-size: large;
	
}
	
	.box {
		 -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
		
	}	
	

#recipearea {
	float: left;
	width: 68%;
}

	
	
div#recipename {
				
	text-align: center;
	vertical-align: middle;
	height: 50px;
	line-height: 50px;
	font-size: x-large;
	background-color: lightslategray;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.7);
	border-radius: 10px;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	 
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
		
}



div#recipeingredients {

	width: 30%;
	overflow: auto;
	float: left;
	border: 0px solid white;
	border-radius: 10px;
	background-color: lightslategray;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.7);
	
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 0px;
	margin-right: 20px;
	 
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;

}
	
div#recipepreparation {

	
	text-align: left;
	float: right;
	
	font-size: larger;
	background-color: lightslategray;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.7);
	border-radius: 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-right: 20px;
	 
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;

}
	
	
div#recipeinformation {

	
	text-align: left;
	float: right;
	font-size: larger;
	background-color: lightslategray;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.7);
	border-radius: 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-right: 20px;
	 
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;

}
.zutaten_headline {

	text-align: center;
	background-color: lightgray;
	color: black;;

}



}
