html,body {
    font: 11px Verdana, Tahoma, arial, sans-serif;
	line-height:18px;
    background-repeat: repeat;
    background-attachment: fixed;
    padding: 0;
    margin-top: 0px;
    margin-bottom: 0px;	
}

#STRONA {
    background: transparent;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 1020px;
}

#TOP {
    width: 1020px;
    height: 30px;
    margin: 0px;
    padding: 0px;
}

#TOP a:hover {
	text-decoration: underline;
}

#TITLE_WRAPPER {
    width: 1020px;
    height: 108px;
    background: transparent;
    background-image: url(../img/title/title_tlo.png);
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
}

#TITLE {
    width: 800px;
    height: 90px;
    float: left;
    margin: 8px 5px 9px 9px;
    padding: 0px;
}

#GADGET {
    width: 190px;
    height: 90px;
    float: left;
    margin: 8px 3px 9px 4px;
    padding: 0px;
}


#ADV {
    width: 1020px;
    /*height: 108px;*/
    background: transparent;
    /*background-image: url(../img/adv.png);*/
    background-repeat: no-repeat;
    margin: 5px 0 5px 0;
    padding: 0px;
}

#MAIN_TOP {
    width: 1020px;
    height: 15px;
    background: transparent;
    background-image: url(../img/tlo/main_top.png);
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;

}

#MAIN_WRAPPER {    
    width: 1020px;
    overflow: hidden;
    float: left;
    background-image: url(../img/tlo/main_mid.png);
    background-repeat: repeat-y;
    padding: 0px;
    margin: 0px;
}

#MAIN_LEFT {
    width: 202px;
    float: left;
    background: transparent;
    /* background-image: url(../img/tlo/main_mid.png);
    background-repeat: repeat-y;*/
    padding: 0px;
    margin: 0px;   
    margin-left: 8px; 
}

#MAIN_CENTER {
    width: 600px;
    float: left;
    background: transparent;
    /* background-image: url(../img/tlo/main_mid.png);
    background-repeat: repeat-y;*/
    padding: 0px;
    margin: 0px;
}

#MAIN_CENTER a:hover {
	color: #000000;
	text-decoration: underline;
}

#MAIN_CENTER input,select,textarea {
    margin-bottom: 10px;
    font: 12px Verdana, Tahoma, arial, sans-serif;
    border: solid 1px #808080;
    padding: 2px;
}

#MAIN_RIGHT {
    width: 202px;
    float: left;
    background: transparent;
    /* background-image: url(../img/tlo/main_mid.png); 
    background-repeat: repeat-y; */
    padding: 0px;
    margin: 0px;
    margin-right: 8px;    
}

#MAIN_BOTTOM {
    clear: left;
    width: 1020px;
    height: 18px;
    background: transparent;
    background-image: url(../img/tlo/main_bot.png);
    background-repeat: no-repeat;
    
    
}

#SPACER {
    width: 1020px;
    height: 3px;
    background: transparent;
	clear: both;
    margin: 0px;
    padding: 0px;
}

#FOOTER {
    width: 1020px;
    height: 50px;
    background: transparent;
    background-image: url(../img/footer.png);
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
}



/* BOXY */

#BOX {
	display: block;
	background-image: url(../img/box/tlo.png);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	width: 187px;
	padding: 5px;
	margin: 0px 0px 7px 0px;
}

#BOX ul {
	padding: 0px;
	margin: 10px;
}

#BOX ul ul {
	padding: 0px;
	margin: 0px;
}

#BOX li.menu_s {
	display: block;
	background-image: url(../img/menu/menu_s.png);
	background-position: 0% 30%;
	background-repeat: no-repeat;
	padding-left: 25px;
	width: 150px;
}

#BOX li.menu_r {
	display: block;
	background-image: url(../img/menu/menu_r.png);
	background-position: 0% 30%;
	background-repeat: no-repeat;
	margin: 0px;
	padding-left: 25px;
	width: 150px;
	
}

#BOX li.menu_rk {
	display: block;
	background-image: url(../img/menu/menu_rk.png);
	background-position: 0% 40%;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-left: 15px;
	width: 140px;
}

#BOX_S {
	display: block;
	background-image: url(../img/box/tlo.png);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-color: #d1d1d1;
	width: 187px;
	padding: 5px;
	margin: 0px 0px 7px 0px;
}

#BOX_Y {
	display: block;
	background-image: url(../img/box/tlo.png);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-color: #ffff33;
	width: 187px;
	padding: 5px;
	margin: 0px 0px 7px 0px;
}

.okragle-wszystkie-rogi {
	-webkit-border-radius: 10px; /* Safari, Chrome */
	-khtml-border-radius: 10px;	/* Konqueror */
	-moz-border-radius: 10px; /* Firefox */
	border-radius: 10px;
}

.okragle-dwa-rogi {
	-webkit-border-top-right-radius: 10px; /* prawy g�rny */
	-webkit-border-bottom-left-radius: 10px; /* lewy dolny */
	-khtml-border-radius-topright: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#AdTaily_Widget_Container div {
	background-color: transparent !important; 
	border: none !important;
        
}
 
#AdTaily_Widget_Container span {
       display:none !important;
}

/* TEXTY */

a, a:visited {
	text-decoration: none;
	color: #111111;
	font-weight: bold;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

.input_label {
	float: left;
}

.input_desc {
	color: grey;
}

.input_req {
	color: red;
	font-weight: bold;
}

.form_pomoc {
	color: blue;
	font-weight: bold;
	float: right;
}

.input {
	margin-bottom: 5px;
}

.button {
    border: 1px solid black;
    background-color: #E6E6E6;
    padding: 5px;
	height: 30px;
}

.cena1 {
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px;	/* Konqueror */
	-moz-border-radius: 4px; /* Firefox */
	border-radius: 4px;
	font-weight: bold;
}

p, p:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

p:hover {
	color: #d1d1d1;
	text-decoration: none;
}



