@charset "utf-8";
/* CSS Document */
body{
	background-color: #BDBABA;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	text-align: left;
	margin-left: 0%;
}
header{fclear: left;}
.unten{
    width: 66%;
    float: left;
    display: block;
    position: relative;
    top: -55px;
}
.logo{
    width: 33%;
    float: left;
    position: relative;
}
main{
	background-color: #FFFFFF;
	padding: 2%;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
    clear: left
}
footer {
	width: 100%;
	color: #9D9D9D;
	clear: left;
	background-color: #FFFFFF;
	height: 40px;
}
nav{
	width: 600px;
	float: left;
	background-color: #FFFFFF;
}
article{
	clear: left;
	width: 100%;
}
img{
    width: 100%;
    height: auto;
}
.imp{
	margin: 2%;
	float: right;
	text-shadow: 0px 0px #FFFFFF;
    
}
.sp100{
  width: 100%;  
}
.sp600{
	width: 66%;
	float: left;
}
.sp200{
	width: 34%;
	float: left;
	margin-left: 0%;
}

.sp600bild{
	width: 70%;
	float: left;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.sp200text{
	width: 29%;
	float: left;
	padding-left: 1%;
}

h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	padding-top: 2%;
	padding-bottom: 2%;
	font-weight: 900;
	font-size: xx-large;
}
h2 {
	font-weight: bold;    
}
.imp a {
	color: #006600;
	text-decoration: none;
}


@media screen and (max-width: 600px) {
   img{
	width: 100%;
	height: auto;
}
    .sp200text{
	width: 100%;
	float: left;
	padding-left: 1%;
    }

.sp600bild{
    width: 100%;
	float: left;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; 
}
}