@charset "UTF-8";
/* CSS Document */

html, body {
margin: 0px;
padding: 0px;
height: 100%;
font-family:Arial, Helvetica, sans-serif;
color: #5a5721;
font-size:13px;
}
.content_left
{
min-height: 100%;
height: auto !important;
background-color: #5a5721;
height: 100%;
width: 50%;
float: left;
text-align: center;
}
.content_right
{
vertical-align:middle;
min-height: 100%;
height: auto !important;
height: 100%;
overflow: auto;
width: 50%;
background-color: #fff;
float: right;

}

.zentriert {
  position:absolute;
 text-align: center;
 top:50%;
 width: 50%;
}
.zentriert-re {
	position:absolute;
	top:50%;
	right:0%;
	width: 50%;
	
}
