html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, 
address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i,
 center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
 margin:  0;
 padding: 0;
 border: 0;
 outline: 0;
 font-size: 100%;
 vertical-align: baseline;
 background: transparent;
 }
 body {line-height: 1;} 
 ol, ul {list-style: none;}
 blockquote, q {quotes: none;}


html, body {
	text-align:center;
	font-size:12px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	/*font-family: "Droid Sans", Helvetica, Arial, sans-serif;*/
}

body {
background:#fff url('../images/tlo-strony.jpg') top center repeat-x;
padding-top:0px;
 -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    font-smoothing: antialiased;
    text-transform: none;
}

body.strona-glowna {
padding-top:0px;
}



.hide {
	display:none;
}

div.pojemnik-strony {
	width:100%;
	clear:both;
	overflow:hidden;
	position:relative;
	padding-top:150px;
}

body.strona-glowna div.pojemnik-strony {
padding-top:0px;
}


h1 {
position:absolute;
top:10px;
left:50%;
padding:0px;
margin:0px 0px 0px -490px;
width:180px;
height:104px;
z-index:301;
overflow:hidden;
background:transparent;
}


h1 a {
position:absolute;
top:0px;
left:0px;
padding:0px;
margin:0px;
width:180px;
height:104px;
display:block;
overflow:hidden;
text-indent:0em;
background:transparent;
}

/*--------------------------baner-------------------------*/

/*----------------------------------------------------------------
 * 
 ****************** VEGAS **********************
 *  
 ---------------------------------------------------------------*/

div#vegas {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
}


/*--------------------------stopka-------------------------*/
div#stopka {
width:100%;
height:120px;
margin:0 auto;
z-index:2;
clear:both;
overflow:hidden;
position:relative;
border-top:0px dashed #d3dad9;
background:#fff;
}

div#stopka p { 
color:#999;
padding:0px;
margin:0px 0px 0px 0px;
font-size:11px;
text-align:left;
line-height:1.6em;
}

div#stopka p#copy { 
position:absolute;
top:23px;
left:0px;
z-index:10;
}

div#stopka p#adres { 
position:absolute;
top:15px;
right:0px;
z-index:10;
font-size:11px;
text-align:right;
}

div#stopka p#projekt { 
position:absolute;
top:82px;
right:0px;
z-index:10;
font-size:11px;
text-align:right;
color:#888;
}

div#stopka p#projekt a { 
text-decoration:none;
color:#888;
}

div#stopka p#projekt a:hover { 
text-decoration:none;
color:#900;
}


/* #Ciasteczka
================================================== */

div.ciasteczka-info {
	max-width:400px;
	width:90%;
	height:auto;
	padding:0px 0px;
	margin:0px 0px 0px 0px;
	text-align:center;
	font-size:11px;
	font-family: Verdana, Helvetica, Arial, sans-serif;	
	position:fixed;
	bottom:5px;
	right:5px;
	background: rgb(30, 30, 30); /* The Fallback */
    background: rgba(30, 30, 30, 0.7); 
	z-index:1000;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px; 
}


div.ciasteczka-info .ciasteczka-tresc {
	width:90%;
	max-width:950px;
	height:auto;
	margin:0px auto 0px auto;
	padding:10px 0px 15px 0px;
	text-align:left;
	overflow:hidden;
	clear:both;
	position:relative;
}


div.ciasteczka-info .ciasteczka-tresc p {
	padding:5px 0px 0px 0px;
	margin:0;
	text-align:left;
	color:#fff;
	font-size:10px;
	line-height:1.2em;
}

div.ciasteczka-info .ciasteczka-tresc a.akceptuje-ciasteczka { 
	display: inline-block; 
	padding: 4px; 
	font-size: 10px; 
	color:#fff; 
	background: #111;
	white-space: nowrap; 
	overflow: visible; 
	cursor: pointer; 
	text-decoration: none; 
	border: 0px solid #4c6d8f;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
	outline: none; 
	position: relative; 
	top:0px;
	zoom: 1; 
	line-height: 1; 
	*display: inline; 
	*vertical-align: middle; 
	-moz-user-select: none; 
	-webkit-tap-highlight-color: rgba(0,0,0,0); 
	-webkit-user-select: none; 
	-webkit-touch-callout: none;
	margin-top: 10px;
}

div.ciasteczka-info .ciasteczka-tresc a.akceptuje-ciasteczka:hover { 
	background: #900;
	border: 0px solid #2f4358;
}


