* {
    margin: 0pt;
    padding: 0pt;
}

body {
    background: #fff url('../images/www/bg.jpg') no-repeat center top;
    font-size: 12px;
    font-family: Tahoma, Arial, sans-serif;
    color: #303030;
    text-align: center;
}

img {
    border: 0;
    vertical-align: top;
    text-align: left;
}

a {
    color: #484848;
    text-decoration: underline;
}

a:hover {
    color: #484848;
    text-decoration: none;
}

h1 {
    color: #B20C0C;
    font-size: 14px;
    font-weight: bold;
    padding: 0px 0px 15px 0px;
}

h2 {
    color: #00aeef;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 0px;
}

h3 {
    color: #00aeef;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 0px;
}

h4 {
    color: #00aeef;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 0px;
}

ul {
    list-style-position: outside;
    list-style: circle;
    margin: 0px;
    padding: 0px 0px 0px 14px;
}

ul.big li {
    background: url('../images/www/wykaz_big.jpg') 0 50% no-repeat;
    list-style: none;
    padding-left: 20px;
    line-height: 22px;
    vertical-align: middle;
}

ol {
    margin-left: 18px;
}

#container {
    width: 1000px;
    margin: 0 auto;
    text-align: justify;
}

#top {
    width: 1000px;
    height: 64px;
    background: url('../images/www/bg_top.jpg') no-repeat center top;
}

#top_left {
    float: left;
    color: #00aeef;
    font-weight: bold;
    font-size: 12px;
    padding: 22px 10px;
    width: 760px;
}

#top_right {
    float: right;
    width: 200px;
    padding: 18px 10px;
    text-align: center;
}

.ikona {
    padding: 0px 10px;
}

.clear {
    clear: both;
}

#head {
    width: 1000px;
    height: 228px;
    background: url('../images/www/bg_head.jpg') no-repeat center top;
	 text-align:right;
}

#menu {
    width: 1000px;
    background: url('../images/www/bg_menu.jpg') repeat-x top;
    color: #939393;
    font-size: 11px;
    font-weight: bold;
    padding: 25px 0px;
    text-align: center;
}

#menu a {
    color: #939393;
    text-decoration: none;
    padding: 25px 0px;
}

#menu a:hover {
    color: #939393;
    text-decoration: none;
    background: url('../images/www/bg_menu_activ.jpg') no-repeat center top;
    padding: 25px 0px;
}

.menu_break {
    width: 1px;
    height: 5px;
    padding: 0px 20px;
    vertical-align: middle;
}

#text {
    background: url('../images/www/bg_text.jpg') repeat-x top;
    min-height: 300px;
    padding: 20px 10px 10px 10px;
    color: #484848;
    line-height: 18px;
}

#box {
    height: 112px;
    min-width: 800px;
    background: url('../images/www/bg_box_1.jpg') repeat-x top;
    float: left;
    margin: 15px 0px 10px 0px;
}

.box {
    width: 120px;
    height: 80px;
    background: url('../images/loading.gif') no-repeat 50% 50%;
    border: 2px solid #fff;
    margin: 12px;
}

.galeria {
    width: 200px;
    height: 150px;
    background: url('../images/loading.gif') no-repeat 50% 50%;
    border: 2px solid #9E9E9E;
    margin: 6px;
}

#box_right {
    height: 112px;
    width: 38px;
    background: url('../images/www/bg_box_2.jpg') no-repeat top;
    float: left;
    margin: 15px 0px 10px 0px;
}

#foot {
    background-color: #9e9e9e;
    padding: 22px 10px;
    color: #fff;
    margin-bottom: 5px;
}

#foot a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

#foot a:hover {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

/* KSIEGA GOSCI */
.komunikat {
    border: 1px solid black;
    width: 300px;
    padding: 20px;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
    font-family: Verdana;
    font-size: 12px;
}

/* Wpisy dotyczace wyswietlania kolejnych wpisow */
.wpis {
    width: 760px;
    margin: auto;
    margin-bottom: 20px;
    font-family: Verdana;
    font-size: 12px;
}

.data {
    float: left;
    padding-left: 15px;
}

.autor {
    float: right;
    padding-right: 15px;
    text-align: right;
}

#guziki {
    width: 300px;
    padding-bottom: 20px;
    margin: auto;
    font-family: Verdana;
    font-size: 12px;
}

/* Wpisy dotyczace samych inputow */
.input {
    border: 2px solid #9E9E9E;
    padding: 2px;
}

.textarea {
    border: 2px solid #9E9E9E;
    padding: 2px;
}

#token {
    border: 2px solid #9E9E9E;
    padding: 2px;
}

#button {
    border: 2px solid #9E9E9E;
    padding: 2px;
}

/* Wpisy dotyczace tabeli w ktorej znajduje sie formularz */
#tabela {
    margin: auto;
    font-family: Verdana;
    font-size: 12px;
}

.tytul {
    text-align: right;
}

.pole {
    text-align: left;
}

.wyslij {
    text-align: right;
}