﻿body{
	margin-top:0px;
	margin-bottom: 0px;
	width:100%;
	min-width: 350px;
	height:100%;
	background:white;
	margin-left:auto;
	margin-right:auto;
	overflow-x:hidden;
	background:#fff;
	overflow: hidden;

	
}
img {
	max-width:100%;
	height:auto;
}


p{
	font-size: 19px;
	font-family: "arial Black";
}
a{
	text-decoration:none;
	color:#fff;
	font-size: 1.5rem;
}
header{
	width:100%;
	height:100px;
	background:#fff;
}
.headerbild{
	float: right; 
	margin-top:5px; 
	height: auto; 
	width: 530px;


}
.headerbild2{
	float: right; 
	height: 8px; 
	width: 100%;

}
header h3{
	 margin:0px;
	 padding:0px;
	 bottom:0px;
}
#bottomtext{
	position:relative;
	top:75%
}
header.hbody h2{

}
.hbody{
	width:95%;
	height:90px;
	margin-left:auto;
	margin-right:auto;
	
}

nav{
	width:0px;
	height:0px;
	z-index: 1;
	}


main{
width:100%;
height:auto;
	
}
main img{
   
 }
	


footer{

	}
footer a{


}
#leftb 
{
	position:absolute;
	background: url('../imeges/120602.png') no-repeat scroll center center / cover;
	height: 100%;
	width: 50%;
	z-index: 10;
	left: 0px;
	transition-duration: 0.5s;
	box-shadow: 0px 0px 200px 200px rgba(0, 0, 0, 0.60) inset, 3px 1px 5px rgba(65, 73, 92, 0.65);
}
#leftb:hover
{ 
	border-top-right-radius: 40px;
	border-bottom-right-radius: 50px;
	position:absolute;
	width:73.5%;
	z-index: 12;
	box-shadow: 0px 0px 0px #000 inset, 3px 1px 5px rgba(65, 73, 92, 0.65);
}
#rightb
{
	position:absolute;

	background: url('../imeges/imm.png') no-repeat scroll center center / cover;
	height:100%;
	width:50%;
	right:0px;
	z-index: 10;
	right:0px;
	transition-duration: 0.5s;
	box-shadow: 0px 0px 200px 200px rgba(0, 0, 0, 0.60) inset, 3px 1px 5px rgba(65, 73, 92, 0.65);
}

#rightb:hover
{
	border-top-left-radius: 40px;
	border-bottom-left-radius: 50px;
	position:absolute;
	width:71%;
	right:0px;
	z-index: 11;
	box-shadow: 0px 0px 0px #000 inset, 3px 1px 5px rgba(65, 73, 92, 0.65);

}
.txtright{
	float: left;
	margin: 35% 0 0 3%;
}

.txtleft{
	float: right;
	margin: 20% 3% 0 0;
}
@media screen and (max-width: 1200px){
header h3{
	font-size: 0.8rem;
}

a{
font-size: 1.0rem;
}
#rightb:hover
{
	border-top-left-radius: none;
	border-bottom-left-radius: none;
	width:50%;
}
#leftb:hover
{ 
	border-top-right-radius: none;
	border-bottom-right-radius: none;
	width:50%;
}
}
@media screen and (max-width: 800px){
#rightb
{
	position:absolute;
	background: url('../imeges/imm.png') no-repeat scroll center center / cover;
	height:45%;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	z-index: 10;
	top:55%;
	transition-duration: 0.5s;
	box-shadow: 0px 0px 200px 200px rgba(0, 0, 0, 0.60) inset, 3px 1px 5px rgba(65, 73, 92, 0.65);
}
#leftb 
{
	position:absolute;
	background: url('../imeges/120602.png') no-repeat scroll center center / cover;
	height: 45%;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	z-index: 10;
	transition-duration: 0.5s;
	box-shadow: 0px 0px 200px 200px rgba(0, 0, 0, 0.60) inset, 3px 1px 5px rgba(65, 73, 92, 0.65);
}
#rightb:hover
{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	width:100%;
}
#leftb:hover
{ 
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	width:100%;
}
.txtright{
	float: none;
	margin-right: 35%;
	margin-left: 35%;
	margin-bottom:50%
}

.txtleft{
	float: none;
	margin-right: 35%;
	margin-left: 35%;
	margin-bottom:50%
}
#bottomtext {
    position: absolute;
    top: 8.5%;
}
}
@media screen and (max-width: 500px){
	#bottomtext {
    position: absolute;
    top: 6.5%;
}
}