/* cookieInfo */
div#cookieInfo {
    position: fixed;
    bottom: 0;
	left: 0;
    margin: 0;
    padding: 0;
    font-size: 11px;
    background: #2669B9;
    color: white;
    z-index: 99999;
    width: 100%;
}

div#cookieInfo div.container {
    padding: 10px 10px 0;
    margin: 0 auto;
    width: 1000px;
    position: relative;
	background: #2669B9;
}

div#cookieInfo a {
    font-size: inherit;
    font-weight: bold;
    cursor: pointer;
    color: white;
}

div#cookieInfo a:hover {
    text-decoration: underline;
}

div#cookieInfo a.closeButton {
    position: absolute;
    right: 10px;
    background: none repeat scroll 0 0 #094A72;
    color: #FFFFFF;
    padding: 2px 5px;
    text-align: center;
    width: 15px;
}

div#cookieInfo h3 {
    margin: 0 0 7px 0;
    color: inherit;
}

div#cookieInfo p {
    color: inherit;
    margin: 0 0 10px;
	font-family: Tahoma;
	font-size: 11px;
}
/* cookieInfo */