@charset "utf-8";
/**
* Author: Roger Okl�
* Datum: 2018-05-29
*/

/* Positionierung */
#main
{
	left: 50%;
	margin-left: -500px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 1000px;
	top: 15px;
	/* border: 1px solid rgb(255,0,0); */
	float: left;
	position: relative;
}

@media screen and (max-width: 980px)
{
	#main
	{
		left: 0px;
		margin: 0px;
		margin-left: 5px;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-right: 5px;
		width: 98%;
	}
}

#header
{
	width: 100%;
	min-height: 110px;
	background-image: url(../bilder/header_01.png);
	background-repeat: no-repeat;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.7);
	/* border: 3px solid rgb(225,255,255);
	box-shadow: rgba(0,0,0,0.6) 6px 6px 12px; */
	float: left;
	position: relative;
	box-sizing: border-box;
}

#login
{
	width: 100%;
	min-height: 30px;
	margin-top: 10px;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.7);
	/* border: 3px solid rgb(128,128,128);
	box-shadow: rgba(0,0,0,0.6) 6px 6px 12px; */
	position: relative;
	float: left;
	display: none;
	box-sizing: border-box;
}

#footer
{
	width: 100%;
	min-height: 25px;
	margin-top: 10px;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.7);
	/* border: 3px solid rgb(128,128,128);
	box-shadow: rgba(0,0,0,0.6) 6px 6px 12px; */
	float: left;
	position: relative;
	box-sizing: border-box;
}

#debug
{
	width: 100%;
	min-height: 25px;
	margin-top: 10px;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.7);
	/*border: 3px solid rgb(128,128,128);
	box-shadow: rgba(0,0,0,0.6) 6px 6px 12px; */
	float: left;
	position: relative;
	box-sizing: border-box;
}

#adresse
{
	width: 540px;
	left: 470px;
	top: 90px;
	font-weight: bold;
	font-size: 12px;
	position: absolute;
	z-index: 21;
}

#info1
{
	width: 295px;
	left: 700px;
	top: 25px;
	font-weight: bold;
	font-size: 12px;
	position: absolute;
	z-index: 22;
}

#info2
{
	width: 540px;
	left: 470px;
	top: 55px;
	font-size: 18px;
	font-weight: bold;
	color: rgb(255,255,255);
	position: absolute;
	z-index: 22;
}
