*{
	margin: 0px;
	padding: 0px;
	outline: 0px;
}

body{
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 12px;
}

a {
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

img{
    border: none;
}

div#header {
    position: absolute;
    width: 100%;
    top: 0px;
    left:0px;
    background: url('../images/header.png') 0 0 repeat-x;
    height: 143px;
}

div#container {
    position: relative;
    margin: 143px auto 0px auto;
    width: 1000px;
}

div#header div#logo{
    position: relative;
    float:left;
    margin: 20px 0px 0px 150px;
    background: url('../images/logo2.png') 0 0 no-repeat;
    height:90px;
    width:615px;
}

div#header div#logo div#opis{
    float: right;
    margin: 70px 0px 0px 0px;
    width: 555px;
    text-align: left;
    font-style: italic;
    font-size: 13px;
    color: white;
}

div#header div#info {
    position: absolute;
    right: 150px;
    padding: 5px 10px 10px 10px;
    background-color: #EFEFEF;
    font-size: 7px;
    z-index: 100;
    color: #515151;
}

div#header div#info a{
    color:#9B0135;
}

div#header .crnBl,
div#header .crnBr {
    position: absolute;
    overflow: hidden;
    width: 5px;
    height: 5px;
    background: transparent url('../images/corners.png') 0 0 no-repeat;
}

div#header .crnBl {
    left: 0px;
    bottom: 0px;
    background-position: 0 -5px;
}

div#header .crnBr {
    right: 0px;
    bottom: 0px;
    background-position: -5px -5px;
}

div#footer{
    position: relative;
    float:left;
    width: 100%;
    border-top: 1px dashed #231f20;
    text-align: center;
    font-size: 10px;
    color: #787676;
}

div#footer p{
    margin: 5px auto;
    line-height: 1.5;
    width: 725px
}

div#footer p a{
    color: #787676;
}

div#page{
    position: relative;
    float: left;
    margin: 3px 0px;
    width: 100%;
    background: transparent url('../images/content.png') 0 0 repeat-y;
}

div#page div#menu{
    position: relative;
    float: left;
    width: 290px;
}

div#page div#menu ul{
    list-style: none;
    margin: 0px 0px;
}

div#page div#menu li{
    background: transparent url('../images/menu.png') left top no-repeat;
    font-size: 14px;
    padding: 0px 0px 0px 36px;
    margin: 14px 16px 14px 0px;
}

div#page div#menu a{
    color: #231f20;
}

div#page div#menu li.active a{
    color:#9b0135;
    text-decoration: underline;
}

div#page div#menu #testy{
    margin: -5px 0px 0px 0px;
    border-left: 2px solid #ECE9D8;
    border-top: 2px solid #ECE9D8;
    border-right: 2px solid #98968B;
    border-bottom: 2px solid #98968B;
    background-color: #9B0135;
    color: white;
    padding: 4px 10px;
}

div#page div#content{
    position: relative;
    float: right;
    width: 710px;
    color: #231f20;
}

div#page div#content h2,h3,p,ul{
    margin-left: 20px
}

div#page div#content h2{
    margin-top: 10px;
    margin-bottom: 15px;
    color: #9b0135;
    line-height: 1.5;
}

div#page div#content p,h3{
    line-height: 1.5;
    margin-bottom: 10px;
}

div#page div#content a{
    color:#9b0135;
}

div#page div#content ul{
    list-style: none;
}

div#page div#content li{
    background: transparent url('../images/lista.png') left top no-repeat;
    padding: 0px 0px 0px 18px;
    margin: 5px 0px;
    line-height: 1.5;
}

div#page div#content table#pozary_gasnice{
    margin: 0px auto;
    border: 1px solid #231f20;
    border-collapse:collapse;
    line-height: 1.5;
    width: 650px
}

div#page div#content table#pozary_gasnice th,td{
    padding: 5px;
}

div#page div#content table#pozary_gasnice td{
    vertical-align: top;
}

div#page div#content p#znaki{
    text-align: center;
    margin-top:25px;
    margin-bottom: 25px;
}

div#page div#content p#znaki label{
    font-size: 11px;
    font-weight: bold;
}