/* CSS Document */

	
#cookietop {width: 100%; position:relative; top: 0px; background-color:#333; z-index:100;}

#cookietopbox { max-width: 960px; width: 100%; margin-left: auto; margin-right: auto; }
#cookietopbox h1 {padding: 10px; width: 26%; float:left; color:#fff; font-size: 18px; line-height: 21px; font-weight: 500; margin-bottom:0px;}
#cookietopbox p { float:left; width: 50%; color:#e1e1e1; font-size: 10px; padding: 10px; line-height: 15px;  margin-bottom:4px;}

#cookietopbox a { color:#fff; text-decoration:underline;font-weight:bold; }

#cookieiagree {width: 101px; height: 27px; float:left; margin-top: 30px; background-image:url(../images/cookies_iagree_off.gif);}
#cookieiagree:hover { background-image:url(../images/cookies_iagree_on.gif) !important;}


@media (max-width:1024px) and (min-width:481px) {

#cookietop {min-width: 320px; position:absolute; top: 110px;}
#cookietopbox h1 {width: 25%; font-size: 14px;}
#cookietopbox p {width: 50%; font-size: 10px; line-height: 15px;}
#cookieiagree {position:absolute;  right: 10px;}
}

@media (max-width:480px){

#cookietop {min-width: 320px; position:absolute; top: 65px;}
#cookietopbox h1 {width: 25%; font-size: 14px;}
#cookietopbox p {width: 45%; font-size: 10px; line-height: 15px;}
#cookieiagree {position:absolute;  right: 10px; bottom: 10px;}
}