html * {
    padding: 0;
    margin: 0;
}

body {
    font-family: Arial;
    font-size: 11px;
    color: white;
    background: #640303;
}

a {
    color: white;
    text-decoration: none;
}

img {
    border: 0;
}
p {
	font-size: 13px;
}
div.contener {
    background: #a10505 url("images/bg.jpg") repeat-x top;
}

div.content {
    width: 907px;
    margin: auto;
}

div.content div.top {
    height:  125px;
    padding-top: 20px;
    display: block;
}

div.content div.top div.logo {
    float: left;
    width: 400px;
    text-align: left;
    padding-left: 30px;
}

div.content div.top div.info {
    float: right;
    text-align: right;
    font-size: 10px;
    padding-top: 34px;
}

div.content div.top div.info strong {
    font-size: 15px;
}

div.content div.menu {
    clear: both;
    width: 100%;
    background: url("images/menu.png") no-repeat top left;
    margin-bottom: 15px;
}

div.content div.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 11px;
    height: 44px;
    margin-left: 10px;
}

div.content div.menu ul li {
    float: left;
    border-right: 1px dotted #cca200;
    height: 33px;
    padding-left: 36px;
    background: url("images/menu_list.png") no-repeat left top;
    font-size: 10px;
    color: black;
    padding-right: 15px;
}

div.content div.menu ul li a {
    color: black;
}

div.content div.menu ul li strong {
    color: #660303;
    font-size: 18px;
}

div.clear {
    clear:  both;
}

div.logo_present {
    width: 907px;
    height: 315px;
    background: url("images/bg.png") no-repeat top center;
    margin-bottom: 1px;
}

div.logo_present ul {
    list-style: none;
}

div.logo_present ul li div.img {
    padding-top: 10px;
    padding-left: 15px;
    float: left;
}

div.logo_present ul li div.title {
    text-align: right;
    padding-right: 30px;
    padding-top: 110px;
    color: #ebab01;
    font-size: 36px;
    font-weight: bold;
    height: 170px;
}

div.logo_present ul li div.link {
    color: #ffc000;
    text-align: right;
    padding-right: 30px;
}

div.logo_present ul li div.link a {
    color: #ffc000;
    background: url("images/link.png") no-repeat left center;
    padding-left: 20px;
}

div.logo_present ul li div.title strong {
    color: white;
    font-size: 60px;
}

div.page {
    width: 907px;
    background: url("images/page.jpg") no-repeat top;
    padding-top: 40px;
}

div.page div.left {
    width: 196px;
    float: left;
    padding-right: 10px;
}

div.page div.left h1 {
    font-size: 32px;
    color: #ffc000;
    font-weight: normal;
    padding: 0;
    margin: 0;
    line-height: 100%;
    padding-right: 10px;
    padding-left: 10px;
}

div.page div.left h1 strong {
    font-size: 32px;
    color: white;
    float: right;
    padding: 0;
    margin: 0;
    line-height: 100%;
}

div.page div.left ul.menu_list {
    list-style: none;
    margin-bottom: 30px;
}

div.page div.left ul.menu_list li {
    width: 136px;
    background: url("images/menu_bottom.png") no-repeat bottom;;
    padding-top: 10px;
    height: 20px;
    font-weight: bold;
    padding-left: 22px;
}
div.page div.left ul.menu_list li:hover {
    width: 136px;
    background: #ffd867 url("images/menu_bottom.png") no-repeat bottom;;
    padding-top: 10px;
    height: 20px;
    font-weight: bold;
    padding-left: 22px;
	color: #a10505;
}
div.page div.left ul.menu_list li:hover a {
   
	color: #a10505;
}
div.page div.left #partnerzy {
    list-style: none;
    padding-top: 15px;
    margin-bottom: 30px;
}

div.page div.polec_znajomemu {
    width: 159px;
    height: 182px;
    background: url("images/polec.png") no-repeat top center;
    padding: 16px;
}

div.page div.polec_znajomemu h2 {
    color: #640303;
    font-size: 16px;
}

div.page div.polec_znajomemu input {
    border: 1px solid white;
    color: #a26868;
    font-size: 10px;
    padding: 2px;
    background: #ffd866;
    width: 156px;
}

div.page div.polec_znajomemu input#PolecButton {
    border: none;
    background: none;
    width: 46px;
    height: 13px;
    background: url("images/wyslij_button.png") no-repeat;
    float: right;
    margin: 8px;
}

div.page div.center {
    width: 488px;
    float: left;
    padding: 10px;
    background: #ffd867;
    color: black;
    margin-bottom: 10px;
}

div.page div.center h1 {
    font-size: 16px;
}

div.page div.center h2 {
    color: #3d3d3d;
    font-size: 11px;
    font-weight: normal;
    margin-bottom: 20px;
}

div.page div.center p {
    padding-bottom: 16px;
    line-height: 145%;
}
.center h2 {
	color: #800000;
}
.center ul {
	margin-left: 30px;
	margin-top: 0;
	font-size: 13px;
}
div.page div.right {
    float: right;
    padding: 10px;
    padding-right: 0;
    width: 179px;
}

div.footer {
    font-size: 10px;
}

div.footer div.left {
    float: left;
    width: 400px;
    padding: 20px;
}

div.footer div.left strong {
    color: #ffc000;
}

div.footer div.right {
    float: right;
    width: 400px;
    color: #b88b8b;
    text-align: right;
    padding: 20px;
}

div.footer div.right a {
    color: #b88b8b;
}

div.footer div.right div.realizacja {
    padding-top: 20px;
    color: #934f4f;
}

div.footer div.right div.realizacja a {
    color: #934f4f;
}
a.pas img {
	background: #fff;
	margin: 3px;
	padding: 3px;
	
}
ul#nocowanie {
	margin-top: -85px;
}
ul#nocowanie li {
	list-style-type: none;
}

