body{
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family:  Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.5em;
	letter-spacing: 0.05em;
	-webkit-font-smoothing: subpixel-antialiased;
	color: #000000;
	line-height: 1.5em;
	text-align: left;
	background: url(http://farinakrause.de/hardcuts/images/hardcuts_bg.gif) no-repeat;
	webkit-background-size: cover;
	moz-background-size: cover;
	o-background-size: cover;
	background-size: cover;
	background-color: #ffffff;
	text-decoration: none;
}



img{
	border: none;
}

p {
	margin: 0;
	padding: 0px 0px 8px 0px;
}

.BU {
	margin: 0;
	font-size: 0.6em;
	line-height: 1em;
	text-align: left;
}

a .BU {
	font-size: 0.6em;
	line-height: 1em;
}


#wrapper{
	display: inline-block;
	margin: 10px;
	padding: 10px 10px 0px 10px;
	background-color: #ffffff;
}


.pfeil{
	font-size: 1.3em;
	line-height: 0.7em;
	text-decoration: none;
}

a:link{
	text-decoration: none;
}

a:visited{
	text-decoration: none;
}


a:hover{
	text-decoration: underline;
}

a:active{
	text-decoration: underline;
}



@media (max-width: 400px) {
    body{
        font-size: 1.4em;
        line-height: 1.4em;
    }

    #wrapper{
       margin: 250px 10px 10px 10px;
    }
}

/* this is new */

@media(max-width: 400px) and (orientation: landscape) {
    #wrapper {
        margin-top: 50px;
    }
}