.hidden {
	display: none;
}
#cookie-popup {
    width: 656px;
    height: 200px;
	font-family: Comic
	font-size: 13px;
	text-align: center;
	color: #fff;
	position: fixed;
	z-index: 100;
}

.hinweis{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    margin-right: 0px;
    border-left-width: 0px;
    padding-left: 0px;
    padding-right: 0px;    
}

#cookie-popup a:hover{
    color: #FF9959;
    text-shadow: none;
    border:white 3px inset;
}

#cookie-popup a {
	color: white;
    text-shadow: #FFFF00 0px 0px 9px;
    border: #C0C0C0 2px outset;
    border-radius: 5px;
}
#page-wrapper {
	max-width: 800px;
	margin: 50px auto 0;
	display: block;
}

button{
        margin-left: 90px;
        text-shadow: #FFFF00 0px 0px 9px;
        border: #C0C0C0 2px outset;
        border-radius: 5px;
        background-image: url(../img/bgrund.jpg);
        color: white;
}

button:hover{
    color: #FF9959;
    text-shadow: none;
    border:white 3px inset;
}