@charset "UTF-8";
/* CSS Document */

* { margin: 0;
    padding: 0;}
	
h1 {font-size: 60px;
	color:#666;
	border-bottom:1px solid #999;}

h2	{font-size: 40px;
	color:#666;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom:1px solid #999;}
	
h3	{font-size: 20px;
	color:#666;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:right;
	}
	
 a:link, a:visited	{
	color: #666;
	text-decoration:none;
	}
	
 a:hover	{
	color:#F60;
	}
	
.on	{color:##F60f;}

/*background*/		
		#bg {
			position:fixed; 
			top:-50%; 
			left:-50%; 
			width:200%; 
			height:200%;
		}
		#bg img {
			position:absolute; 
			top:0; 
			left:0; 
			right:0; 
			bottom:0; 
			margin:auto; 
			min-width:50%;
			min-height:50%;
		}
		
		
#page-wrap { position: relative; 
	z-index: 2; 
	width: 65%;
	margin: 50px auto; 
	/*padding: 20px; 
	background: white;*/
	-moz-box-shadow: 0 0 10px grey; -webkit-box-shadow: 0 0 10px grey; box-shadow: 0 0 10px greyk; }
		
/*p { font: 15px/2 Georgia, Serif; margin: 0 0 30px 0; text-indent: 40px; }*/
	
#navDiv{ 	border: 2px solid #fff;
         	background: #efefef;
		  	margin: 3px auto;
			padding: 10px;
		  	font-family:Calibri,Verdana, Geneva, sans-serif;
		 	opacity:0.75; /*CSS3*/
			filter: alpha(opacity=75); /*Internet Explorer*/
			-moz-opacity: 0.75; /*Mozilla*/
			z-index: 10;
			}
			
#txt		{color:#000;
	font-family:Calibri,Verdana, Geneva, sans-serif;
	font-size: 20px;
	margin: 3px auto;
	padding: 10px 10px 10px 10px;
	background-color: #efefef;
	opacity:0.60; /*CSS3*/
	filter: alpha(opacity=60); /*Internet Explorer*/
	-moz-opacity: 0.6; /*Mozilla*/}
	
#footerDiv{ 		  	
			margin: 3px auto;
			background: #efefef;
			border: 1px solid #fff;
			font-family:Calibri,Verdana, Geneva, sans-serif;
            bottom: 6px;
			opacity:0.75; /*CSS3*/
			filter: alpha(opacity=75); /*Internet Explorer*/
			-moz-opacity: 0.75; /*Mozilla*/}

#cookiedingsbums a {color:#000; text-decoration:none;}

#cookiedingsbums a:hover {text-decoration:underline;}

#cookiedingsbums div {padding:40px; padding-right:40px;}

#cookiedingsbums { 
   text-align:right; 
   background: rgba(255, 255, 255, 1);
   position:fixed;
   text-align:center;    
      
   z-index:10000;  
   font-size:20px; 
   line-height:25px;
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
   border-radius: 1px;    
}

#cookiedingsbumsCloser {
   color: #000;
   font: 18px/100% arial, sans-serif;
   position: absolute;
   right: 5px;
   text-decoration: none;
   top: 5px;
   cursor:pointer;
   padding:4px;
 }

@media (min-width: 1400px) {
    #cookiedingsbums {
        width:40%;
        top: 10%;
        left:30%;     
    }
}

@media (min-width: 800px) and (max-width:1400px) {
    #cookiedingsbums {
        width:50%;
        top: 10%;
        left:25%;     
    }
}

@media (max-width: 800px) {
    #cookiedingsbums {
        width:90%;
        top: 15%;
        left:5%;
    }
}