@font-face { 
	font-family: universalis;
	src: url('../font/universalis-adf-std/otf/UniversalisADFStd-Regular.otf')
	format('opentype'); 
}
@font-face { 
	font-family: universalis-bold;
	src: url('../font/universalis-adf-std/otf/UniversalisADFStd-Bold.otf')
	format('opentype'); 
}
html, body {
	margin: 0px;
	font-family: universalis;
	min-height: 100%;
	height: 100%;
}
.left {
	float: left;
	width: 30%;
	background-color: white;
}
.center {
	float: left;
	width: 40%;
	min-width: 40%;
	height: 100%;
}
.right {
	float: left;
	width: 30%;
	background-color: white;
}
.center .top {
	background-color: white;
}
.center .top img {
	width: 100%;
}
.middle-left {
	width: 50%;
	float: left;
}
.middle-right {
	width: 50%;
	float: left;
}
.middle div {
	background-color: white;
}
.middle {
	font-size: 14px;
	padding-top: 3%;
	padding-bottom: 40px;
	background-color: white;
}
.middle span {
	font-weight: bold;
	display: block;
}
.middle a {
	color: #5c9622;/* dunkler */
	text-decoration: none;
}
.bottom {
	text-align: right;
}
.bottom a {
	font-size: 0.9em;
	color: black;
	text-decoration: none;
	text-transform: uppercase;
	font-family: universalis-bold;
	padding-left: 3%;
}
.bottom a:hover {
	color: #5c9622;/* dunkler */
}
.links {
	padding-top: 30px;	
	background-color: white;
}
.bar {
	background-color: white;
	position: relative;
}
.green {
	font-size: 1px;
	background-color: #71B629;/* dunkler */
	height: 4px;
	overflow: hidden;
}
.white {
	font-size: 1px;
	background-color: white;
	height: 4px;
	overflow: hidden;
}

.footer {
	display: block;
	margin-top:25px;
}