@import url(main.css);

a.hoveronly:visited, a.hoveronly:link {
	color: #ffffff;
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: block;
	}
	
a.hoveronly:hover {
	color: orange;
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: block;
	}	
	



#header {
	
	width: 100%;
	background: #000000;
	min-height: 24%;
	margin-bottom: 10px;
	}
	
#oeffnung {
	float: left;
	text-align: left;
	position: relative;
	top: 5px;
	left: 5px;
	bottom: 5px;
	height: auto;
	width: 360px;
	border: 1px solid orange;
	padding: 10px;
	}
	
	#infos {
	float: right;
	position: relative;
	display: block;
	
	right: 5px;
	height: auto;
	width: 360px;
	border: 1px solid orange;
	padding: 10px;
	margin-top: 10px;
	}
	
#kontakt {
	float: right;
	position: relative;
	display: block;
	bottom: -5px;
	right: 5px;
	height: auto;
	width: 360px;
	border: 1px solid orange;
	padding: 10px;
	margin-bottom: 10px;
	}
	
#footer {
	float: right;
	width: 100%;
	background: #000000;
	min-height: 24%;
	text-align: right;
	padding-bottom: 5px;
	}
	
#foto {
	
	position: absolute;
	left: 50%;
	vertical-align: middle;
	text-align:center;
	width: 100%;
	margin-top: auto;
	margin-left: -50%;
	display: table-cell;
	}
	
#center {
	clear: both;
	width: 100%;
	background: #ff9900;
	height: 50%;
	min-height: 304px;
	margin-top: auto;
	text-align: center;
	vertical-align: middle;
	display: block;
	
	}
