body {
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 15px;
	color: #1f1f26; 
}

img {
	border: none;
}

.fleft { 
	float:left;
}

.fright { 
	float:right;
}

.hidden {
        display: none;
}

.clear { 
	clear:both;
}

a {
        text-decoration: none;
}

.formerr {
	color: red;
	font-size: 12px;
}

.poletxt {
    border: 1px solid #cccccc; 
    border-radius: 3px;
    background-color: #FFFFFF; 
    color: #666666; 
    width: 275px; 
    height: 28px; 
    margin: 5px 0px 10px 0px; 
    padding: 0px 10px 0px 10px; 
    font-size: 14px; 
    font-family: Verdana;
}

.przycisk {
    background-color: #008000; 
    border: none;
    color: #ffffff;  
    height: 40px; 
    margin: 10px 0px; 
    padding: 0px 10px 1px 10px; 
    font-size: 14px; 
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
}

.przycisk:hover {
    background-color: #009b00; 
}

.optinfo {
    font-size: 14px;
    margin: 5px 0px 10px 0px;
    padding-left: 117px;
}

.ferr {
    text-align: center;
    padding: 15px;
    font-size: 16px;
    background-color: red;
    color: white;
}

.bird {
        width: 24px;
        height: 24px;
        background: url('images/layout/check.png');
        position: absolute;
        right: 19px;
}

h1, h2 {
        font-size: 24px;
        color: #007f00;
        margin: 0px;
        padding: 20px 0px;
        font-weight: 300;
}

p {
        padding: 0px;
        margin: 0px 0px 15px 0px;
}

p a {
        color: #333333;
        text-decoration: underline;
}

p a:hover {
        color: #ff6600;
}

#banner { position:absolute; bottom: 5px;}

.slide1 {
        background: url('images/layout/slide1.png?nc=5');
        width: 1140px;
        height: 366px;
        position: relative;
}

.pobierz {
        position: absolute;
        top: 69px;
        left: 35px;
}

.kup {
        position: absolute;
        top: 69px;
        left: 368px;
}

.zaufanie {
        width: 925px;
        height: 88px;
        background: url('images/layout/_zaufanie.png') no-repeat top center;
        margin: 10px 0px 35px 0px;
        position: relative;
}

.rf {
        position: absolute;
        display: block;
        width: 182px;
        height: 87px;       
        left: 246px;
}


/* banner rotator */

/*---------- YOU CAN CHANGE THIS STUFF -----------*/
#bannerRotator { width:1140px; height:366px; margin: 0px auto; }
#bannerRotator ul li img{ max-width:1140px; max-height:366px; }

/*---------- YOU MIGHT BREAK IT IF YOU CHANGE THIS STUFF -----------*/
#bannerRotator { position:absolute; bottom: 0px;}
#bannerRotator ul { list-style:none; padding:0; position:relative; margin:0; }
#bannerRotator ul li { display:none; position:absolute; }
#bannerRotator ul li a { text-decoration:none; }

#bannerNav { position:absolute; bottom: 31px; right:27px;}
#bannerNav a { margin:0px 2px 0 0; height:20px; width:20px; display:block; background:url(images/layout/naw_inact.png) no-repeat 0 0; float:left; }
#bannerNav a.active { background-image:url(images/layout/naw_act.png); }

/* layout */

#fvcontainer {
    display: none;
}

.bg {
    width: 100%;
    min-height: 500px;
    background: url('images/layout/top.jpg') no-repeat top center;
}

.bgreg {
    width: 100%;
    min-height: 500px;
    background: url('images/layout/top_reg.jpg') no-repeat top center;
}

.wrapper {
    width: 1140px;
    margin: 0px auto;
}

#top {
    width: 1140px;
    height: 481px;
    position: relative;
}

#topreg {
    width: 1140px;
    height: 97px;
    position: relative;
}

#logo {
    position: absolute;
    top: 20px;
    left: 30px;
}

#menutop {
        position: absolute;
        right: 7px;
        top: 0px;
}

#menutop ul {
	margin: 0px 0px 0px 00px;
	padding: 0;
}

#menutop ul li {
	display: block;
	list-style: none;
        float: left;
	margin: 0;
	padding: 0;
}

#menutop ul a {
	text-decoration: none;
	display: block;
        background: none;
	padding: 45px 25px 0px 25px;
        height: 25px;
        font-size: 16px;
        font-weight: 400;
        color: #333333;
}

#menutop ul a:hover {
        background: url('images/layout/menu_hover.jpg') repeat-x top center;
}

#content {
        width: 1080px;
        margin: 0px auto;
}

#content2 a {
        color: #333333;
        text-decoration: underline;
}

#content2 a:hover {
        color: #ff6600;
}

#footer {
        width: 1080px;
        margin: 30px auto 0px auto;
        text-align: center;
        font-size: 12px;
        padding: 10px 0px 65px 0px;
        background: url('images/layout/hline.png') repeat-x top center;
        color: #333333;
}

#footer a {
        margin: 0px 0px 0px 15px;
        color: #333333;
        text-decoration: underline;
}

#footer a:hover {
        color: #ff6600;
}

.sbl {
        width: 502px;
        /*height: 135px;*/
        margin-top: 15px;
        float: left;
}

.mr {
        margin-right: 75px;
}

.sbl img {
        float: left;
        margin-right: 30px;
}

.sbl h2 {
        padding: 0px; 
        line-height: 24px;
}

.sblc {
        width: 410px;
        float: left;
}

.sblc p {
        text-align: justify;
        padding-top: 10px;
}

.level {
        width: 1050px;
        border: 1px solid #E1E1E1;
        border-radius: 10px;
        padding: 15px;
        background: -webkit-linear-gradient(#ffffff, #EBEBEB); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#ffffff, #EBEBEB); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#ffffff, #EBEBEB); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#ffffff, #EBEBEB); /* Standard syntax */
        cursor: pointer;
        margin-bottom: 25px;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
}

.level:hover {
        border-color: #007F00;
}

.level h2 {
        margin: 0px;
        padding: 0px 0px 15px 0px;
        line-height: 24px;
        text-transform: uppercase;
}

.level img {
        float: left;
        margin-right: 15px;
}

.level p {
        margin: 0px;
        padding: 0px;
}

.level_left {
        width: 900px;
        float: left;
}

.level_right {
        width: 120px;
        float: right;
        position: relative;
}

.total_right {
        width: 1060px;
        float: right;
        position: relative;        
        margin-right: 18px;
}

.total {
        float: right;
        width: 176px;
        font-size: 17px;
        padding: 20px 0px 0px 0px;  
}

.head {
        float: left;
        width: 600px;
}

.head h1 {
        padding-top: 15px;
}

.price {
        font-size: 54px;
        line-height: 54px;
        color: #ff6600;
        font-weight: 300;
        float: left;
        margin-top: 24px;
}

.pln {
        padding: 5px 0px 0px 5px;
        font-size: 25px;
        line-height: 25px;
        color: #ff6600;
        font-weight: 300;
        float: left;
        margin-top: 28px;
}

.price2 {
        font-size: 54px;
        line-height: 54px;
        color: #ff6600;
        font-weight: 300;
        float: right;
}

.pln2 {
        padding: 5px 0px 0px 5px;
        font-size: 25px;
        line-height: 25px;
        color: #ff6600;
        font-weight: 300;
        float: right;
        margin-top: 4px;
}

.promok {
        text-align: right;
        padding-right: 8px;
}

.opinia {
        width: 502px;
        text-align: justify;
        float: left;
        margin-bottom: 10px;
}

.opinia img {
        float: left;
        margin-right: 10px;
}

.szybszy {
        font-size: 24px;
        color: #ff6600;
        font-weight: 300;
        padding: 40px 43px 0px 0px;
}

.regbig {
        font-size: 22px;
}

.regprice {
       
        color: #ff6600;
}

.sbl ul {
    padding: 20px 0px 10px 20px;
    margin: 0px;
}

.sbl ul li {
    font-size: 16px;
    padding: 5px 0px;
}