

body {
background-color: white;
margin:0px; 

}

#bg {
	position:fixed;
	top:-50%;
	left:-50%;
	width:200%;
	height:200%;
}
#bg img {
	position:absolute;
	top:200px;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	min-width:50%;
	min-height:50%;
}

#kadertop  {
position: absolute;
top: 0px;
width: 100%;
height: 200px;
margin: 0px;
padding: 0px;
background-color: white;
border: 0px solid red;
}

#kaderlogo {
position: absolute;
left: 100px;
top: 70px;
text-align: left;
width: 150px;
height: 120px;
border: 0px dashed #564b47;
}

#kadertext {
position: absolute;
left: 100px;
top: 200px;
margin-top: 10px;
width: 170px;
height: 200px;
color: #339966; 
font-size:15px;
font-weight: 600;
/*line-height: 20px;*/
font-family: 'Open Sans', sans-serif;
/*background-color: none;*/
border: 0px dashed green;

}

/*
#kaderbottom  {
position: absolute;
bottom: 0px;
right: 20px;
alignment-baseline: 0px;
text-align: right;

color: white;
font-size:13px;
font-family: 'Open Sans', sans-serif;
border: 0px solid red;
}
*/

.smoothed {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

