/*----------------------------------------------------------------------------*/
/* body äöü
/*----------------------------------------------------------------------------*/
body					{	width: 100%;
							min-width: 360px;
							position: relative;
							font-family: 'Roboto', sans-serif;
							font-size: 18px;
							color: #555;
							margin: 0px;
							background-color: #fff; /* Nicht löschen */
							}
/*----------------------------------------------------------------------------*/
/* wrapper menue
/*----------------------------------------------------------------------------*/
#wrapper_menue			{	height: 90px;
							box-shadow: 2px 1px 8px #aaa;
							z-index: 1;
							position: fixed;
							width: 100%;
							}
#wrapper_menue_hi		{	height:64px;
							background-color:#fff;
							}
#wrapper_menue_lo		{	height:26px;
							background-color:#eee;
							}
#wrapper_main			{	z-index: 0;
							position: relative;
							display: block;
							margin: auto;
							width: 990px;
							}
/*----------------------------------------------------------------------------*/
/* wrapper footer
/*----------------------------------------------------------------------------*/
#wrapper_footer			{	z-index: 0;
							position: relative;
							display: block;
							margin: auto;
							width: 100%;
							height: 700px;
							background-color: #fbfbfb;
							}
#wrapper_footer_hint	{	height:38px;
							display: block;
							border-top: 1px solid gainsboro;
							}
#wrapper_footer_hi		{	height: 27px;
							background-color:#eee;
							display: block;
							}
#wrapper_footer_lo		{	display: block;
							}
/*----------------------------------------------------------------------------*/
/* end
/*----------------------------------------------------------------------------*/
