div#banner{
	background-color: #323232;
	background-color: rgba(50, 50, 50, 0.8);
	box-shadow: 0px 0px 5px rgb(0, 0, 0);
	-webkit-box-shadow: 0px 0px 5px #000000;
	text-align: center;
	margin-top: 10px;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
	color: rgb(204, 204, 204);
	height: 50px;
	width: 240px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-height: 400px) and (min-width: 300px) and
(max-width: 999px){
    div#headline{
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
    }

    div#maincontain{
        margin-top: 65px;
    }
}

.aufmacher{
    max-width: 40%;
    float: right;
    margin-left: 5px;
    margin-bottom: 5px;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-repeat: no-repeat;
}

img#lytics{
	display: none;
}

b.plus{
    color: #00aa00;
}

b.minus{
    color: #aa0000;
}
