* {
	padding: 0;
	margin: 0;
}
body {
	background: #333;
	min-width:780px;
    font-family: Arial, Helvetica, Sans serif;
}

#backtile { 
	float:right; 
	height:auto; 
	margin:auto; 
	padding:0; 
	background: #fff; 
	min-width:745px;
}

#container {
	width: 711px;
    height: auto;
    margin: auto;
	padding:0;
	float:left;
	background:inherit;
}

#menu {
	background: url(/img/wrapper_menu.gif) no-repeat bottom right;
    width: auto;
    height: 89px;
    float: left;
    margin: 0 0 0 90px;
}
            #menu ul {
                background: url(/img/wrapper_ul.gif) no-repeat bottom;
                width: 621px;
                height: 44px;
                float: left;
                margin: 22px 0 0 0;
                }
                #menu ul li {
                    float: left;
					margin: 0;
					overflow: hidden;
					display: inline;
                    }
                #menu ul li a {
					float: left;
					width: 117px;
					height: 44px;
					background-repeat: no-repeat;
					text-indent: -900%;
					color: #fff;
					line-height: 0px;
					font-size: 0px;
					}
                #menu #about {
                    background: url(/img/button_onas.gif);
                    display: inline;
                    width: 124px;
                    height: 44px;
                    margin: 0 0 0 30px;
                    float: left;
                    background-position: 0 0;
                    }
                    #menu ul #about:hover {
                        background-position: 0 -44px;
                    }
                #menu ul .offer {
                    background: url(/img/button_oferta.gif);
                    display: inline;
                    width: 117px;
                    height: 44px;
                    margin: 0 0 0 0;
                    float: left;
                    background-position: 0 0;
                    }
                    #menu ul .offer:hover {
                        background-position: 0 -44px;
                    }
                #menu ul .korz {
                    background: url(/img/button_korzysci.gif);
                    display: inline;
                    width: 117px;
                    height: 44px;
                    margin: 0 0 0 0;
                    float: left;
                    background-position: 0 0;
                    }
                    #menu ul .korz:hover {
                        background-position: 0 -44px;
                        }
                #menu ul .contact {
                    background: url(/img/button_kontakt.gif);
                    display: inline;
                    width: 117px;
                    height: 44px;
                    margin: 0 0 0 0;
                    float: left;
                    background-position: 0 0;
                    }
                    #menu ul .contact:hover {
                        background-position: 0 -44px;
                        }
                #menu ul .login {
                    background: url(/img/button_zaloguj.gif);
                    display: inline;
                    width: 82px;
                    height: 44px;
                    margin: 0 0 0 0;
                    float: left;
                    background-position: 0 0;
                    }
                    #menu ul .login:hover {
                        background-position: 0 -44px;
                        }
                        
                        
        #flash_menu {
            background: url(/img/wrapper_flash_menu.gif) no-repeat bottom;
            width: 711px;
            height: 224px;
            float: left;
		position:relative;
            }
            #flash_menu #flash {
                width: 456px;
                height: 195px;
                float: left;
                margin: 0;
                }
                #flash_menu #flash img {
                     border: 0;
                    float: left; 
                    }
            #flash_menu #menu2 {
                background: url(/img/wrapper_menu2.gif) no-repeat ;
                width: 250px;
                height: 195px;
                float: left;
                margin: 0;

                }
                #flash_menu #menu2 ul {
                    width: auto;
                    height: auto;
                    float: left;
                    margin: 14px 0 0 5px;
                    }
                    #flash_menu #menu2 ul li {
                        list-style-type: none;
                        background: url(/img/wrapper_li.gif) no-repeat left center;
                        padding: 2px 0 0px 10px;
						margin:0;
                        width: 200px;
                        height: 13px;
                        float: left;
                        }
                        #flash_menu #menu2 ul li:hover {
                            background: url(/img/wrapper_li_hover.gif) no-repeat left center;
                            }
                        #flash_menu #menu2 ul li img {
                            border: 0;
                            float: left;
                            }

/* wszystko co tyczy sie wrappera */
#wrapper {
	background: url(/img/wrapper.gif) repeat-y;
    width: 711px;
    height: auto;
    float: left;
}                          
#wrapper h2 {
	background: url(/img/belka_default.gif) no-repeat;
    height: 34px;
    width: 575px;
    font-size: 16px;
    color: #CC0000;
    float: right;
    font-weight: bold;
    margin: 0;
    padding: 15px 2px 0 10px;
	margin: 0 0 0 -5px;
}
#wrapper .default {
	background: url(/img/belka_default.gif) no-repeat;
}
#wrapper .onas {
	background: url(/img/belka_onas.gif) no-repeat;
}
#wrapper .oferta {
	background: url(/img/belka_oferta.gif) no-repeat;
}
#wrapper .korzysci {
	background: url(/img/belka_korzysci.gif) no-repeat;
}
#wrapper .kontakt {
	background: url(/img/belka_kontakt.gif) no-repeat;
}
#wrapper .logowanie {
	background: url(/img/belka_logowanie.gif) no-repeat;
}

/* wszystko co tyczy sie content */
#content {
	background: url(/img/wrapper_content.gif) repeat-x;
	width: 585px;
	height: auto;
	float: right;
	margin: 2px 0 0 0;
}

#content h1, h3 {
	width: 100%;
	font-size: 11px;
	color: #000;
	float: left;
	font-weight: bold;
	padding: 10px 0 2px 8px;
}

#content p {
	width: auto;
	font-size: 11px;
	font-family: Arial, Helvetica, Sans serif;
	color: #909090;
	padding: 8px;
	text-align: justify;
	line-height: 20px;
	text-decoration: none;
}

#content a {
	font-family: Arial, Helvetica, Sans serif;
	color: #909090;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content .contact_img {
	float: right;
	margin-top: 20px;
	margin-right: 10px;
	border: 1px solid #000000;
	height: 152px;
	width: 200px;
	background: url('/img/mapa_thumb.gif') no-repeat;
	background-position: 0 0;
}
#content .contact_img:hover {
	background-position: 0 -200px;
}
#content h4 {
	margin-top: 16px;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	padding: 8px;
	font-family: Arial, Helvetica, Sans serif;
}
#content ul {
	width:inherit;
	font-size: 11px;
	font-family: Arial, Helvetica, Sans serif;
	color: #909090;
	padding-left:20px;
	float:left
}
            #content ul li {
             
                font-size: 11px;
                font-family: Arial, Helvetica, Sans serif;
                color: #909090;
				/*text-align: justify;*/
                line-height: 20px;
                list-style-type: none;
                background: url(/img/wrapper_li_hover.gif) no-repeat left center;
                padding: 2px 20px 0 10px;
            }

            #content ol {
                width:inherit;
                font-size: 11px;
                font-family: Arial, Helvetica, Sans serif;
                color: #909090;
                padding-left:20px;
		 		float:left
            }
            #content ol li {
                width: auto;
                font-size: 11px;
                font-family: Arial, Helvetica, Sans serif;
                color: #909090;
				text-align: justify;
                line-height: 20px;
                }
            #content a.up {
                float:right;
                text-align: right;
                width: 100%;
                text-decoration: none;
                color: #cc0000;
                }
                #content a.up:hover {
                    color: #000;
                    }
                #content a.up img {
                    border: 0;
                    padding: 0 5px 0 0;
                    }
                    
/* jeszcze footer and das is alles */
#footer {
	width:100%; /*594px;*/
	height: 20px;
	float: left;
	background: #333;
	text-align:center;
}
           
#footer p  {
	font-size: 11px;
	font-family: Arial, Helvetica, Sans serif;
	color: #909090;
	/*float: left;*/
	padding: 4px;
	margin:0;
	text-align: center; 
	display:block;
}

/* contactform */
#contactform {
	margin-top: 30px;
}
#contactform p {
	color: #000000;
}
#contactform td {
	font-size: 11px;
	font-family: Arial, Helvetica, Sans serif;
	color: #000000;
	padding: 8px;
	line-height: 20px;
}
#contactform td .label {
	width: 100px;
	text-align: right;
}
#contactform td .field {
	text-align: left;
}
input {
	padding: 2px;
	border: 1px solid #CCC;
	font: normal 1em Verdana, sans-serif;
	color:#000;
	/*background: #CCC;*/
	width: 250px;
}
textarea {
	width: 250px;
	/*padding:2px;*/
	border: 1px solid #CCC;
	font: normal 1em Verdana, sans-serif;
	height:100px;
	display:block;
	color:#000;
	background: #CCC;
}
input.button { 
	margin: 0; 
	font: normal 1em Tahoma, Sans-serif; 
	border: none;
	padding: 2px 3px; 
	color: #909090;
	background: #CCC;
	width: 68px;
	height: 20px;
	background: url('/img/button_button.gif') no-repeat;
	background-position: 0 0;
}
input.button:hover {
	background-position: 0 -20px;
	color:#000;
}