BODY{
    background:#fff;
}

#content {
    background:url(/gfx/back.jpg) no-repeat;
    width:493px;
    height:425px;
    margin:0 auto;
    margin-top:10%;
}

#content a {
    color:#fff;
    text-decoration:none;
}
#content p {
    padding-top:270px;
    padding-left:110px;
    color:#fff;
    font-family:Tahoma;
    font-size:12px;
    line-height:16px;
}

.facebook {
    display:block;
    width:106px;
    height:33px;
    margin-top:79px;
    margin-left:214px;
    text-indent:-10000px;
}
#CookieLawA {
    background: url("/gfx/warning_grey.png") no-repeat scroll 5px center #585858; 
    background-size: 24px 24px;
    box-shadow: 0 0 5px 0 #000000;
    display: block;
    height: 34px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 7px;
    transition: width 0.3s ease-in-out 0s;
    width: 34px;
    z-index: 10000;
}

#CookieLawSpan {
	left: -2px;
	position: absolute;
	bottom: 10px;
}

#CookieLawA:hover {
    width:200px;
}
#CookieLawA a {
    display: none;
    font-family: Verdana, Geneva, sans-serif;
	border-left: 1px dotted #ccc;
	padding-left: 10px;
}
#CookieLawA:hover a {
    color: #ccc;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin: 14px 0 0 40px;
    text-decoration: none;
    white-space: nowrap;
}

#cookie-functionalList{margin-top:0px;}