body {
	background: gray;
	text-align: center;
}

a.maly {
        color: #6cc73c;
        text-decoration: none;
        font-weight: bold;
}

a.maly:hover {
        color: black;
        text-decoration: underline;
        font-weight: bold;
}

h1 {
        font-size: 14px;
        margin-bottom: 35px;
}

h2 {
        font-size: 14px;
        margin-bottom: 35px;
}

h2 {
        font-size: 13px;
        margin-bottom: 20px;
}

#miniatury {
        border-style:solid;
        border-width:1px;
        border-color: black;
}

#szerokosc {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}

#logo {
        background: url(../img/01.jpg) no-repeat;
	padding: 165px 0 0 0;
}

#menu {
        background: black;
        height: 37px;
}

#menu li {
        float: left;
        background: black;
        list-style: none;
        margin: 0 0 0 0;
}

#menu a.pierwszy_przycisk {
        font-family: arial;
        font-size: 14px;
        display: block;
        color: white;
        background: black;
        text-decoration: none;
        margin-left: 1px;
        padding: 11px 27px 11px 27px;

}

#menu a {
        font-family: arial;
        font-size: 14px;
        display: block;
        color: white;
        background: black;
        text-decoration: none;
        padding: 11px 27px 11px 27px;

}

#menu a:hover {
        font-family: arial;
        font-size: 14px;
        color: black;
        background: white;
}

#naglowek {
        background: url(../img/02.gif) no-repeat;
        height: 45px;
}

#dwie_kolumny {
        background: white url(../img/03.gif) repeat-y;
}

#lewa_kolumna {
        width: 186px;
        height: auto;
        float: left;
        overflow: hidden;
        position: relative;
        background: transparent;
        font-family: arial;
        font-size: 12px;
        display: block;
        color: black;
        text-decoration: none;
        padding: 15px 26px 15px 28px;
}

#prawa_kolumna {
        margin-left: 240px;
        width: 486px;
        background: transparent;
        font-family: arial;
        font-size: 12px;
        display: block;
        color: black;
        text-decoration: none;
        padding: 15px 26px 15px 28px;
}

#stopka {
        clear: both;
        background: url(../img/04.gif) no-repeat;
        height: 44px;
}

