html
{
	height: 100%;
	width: 100%;
	background: linear-gradient( 0deg, rgb(255,255,255), rgb(240,244,218));
	background-attachment:fixed;
	font-size: 12pt;
	line-height:18pt;
	font-family: 'Biryani', sans-serif;
	color: rgb(51,51,51);
}
h1,h2,h3
{
	margin-bottom: 5px;
}
h1
{
	color: rgb(175,202,5);
}
a
{
	text-decoration: none;
	color: rgb(51,51,51);
	background-color: rgb(240,244,218);
	padding-left: 6px;
	padding-right: 6px;
	border-radius: 6px;
	line-height: 2em;
}
a:hover
{
	background-color: rgb(175,202,5);
}
#wrapper
{
	width:620px;
	background: rgba(255,255,255,0.75);
	margin:auto;
	margin-top: 30px;
	border: solid 2px rgb(175,202,5);
	border-radius: 30px;
	padding: 10px;
}
#logo
{
	position:absolute;
	top:0;
	left:0;
	width: 160px;
	height: 240px;
	overflow:hidden;
}
#greenfield
{
	position:absolute;
	right:0px;
	background-color: rgb(240,244,218);
	width: 120px;
	height: 234px;
}
#zahn
{
	position:absolute;
	right:0px;
}
table.openinghours
{
	font-size: 0.9em;
}
table.openinghours tr td 
{
	padding: 4px;
}

#footer
{
	text-align:center;
	font-size: 0.8em;
	color: rgb(51,51,51);
	margin-top: 20px;
}

/*
	--<oO0Oo>-------------------------------------------------------------------
                       /\ 
					  /  \
				   /\_|  |_/\
				   |__    __|
				     | __ |
					 | \/ |    Webdesign aus
			_________|    |____H_U_N_G_E_N_________________________________
			                   2016 (c) Graphic-Factory Werbeagentur
							   code by Peter Dobrick
		  -----------------------------------------------
                               HTML5+CSS3
	--<oO0Oo>-------------------------------------------------------------------
*/