* {
    margin: 0pt;
    padding: 0pt;
}

body {
    background: #fff url('../images/www/bg.jpg') repeat-x 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: #ED9C02;
    font-size: 25px;
    font-weight: bold;
    padding: 0px 10px 0px 0px;
}

h2 {
    color: #2F649A;
    font-size: 13px;
    font-weight: bold;
    padding: 0px 0px 15px 0px;
}

h3 {
    color: #2F649A;
    font-size: 13px;
    font-weight: bold;
    padding: 15px 0px 15px 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;
}

#top {
    background: url('../images/www/elektryk.jpg') no-repeat top right;
    width: 980px;
    height: 406px;
    margin: 0 auto;
    font-weight: bold;
    font-style: italic;
    font-family: trebuchet MS;
}

#menu {
    width: 980px;
    margin: 0 auto;
    text-align: justify;
    padding: 8px 0px;
    font-size: 14px;
}

#menu a {
    color: #121c21;
    text-decoration: none;
    padding: 8px;
}

#menu a:hover {
    color: #6b6b6b;
    text-decoration: none;
    padding: 8px;
}

#head {
    width: 980px;
    margin: 0 auto;
    text-align: left;
    font-size: 17px;
    padding: 145px 0px 0px 0px;
}

#tresc {
    width: 980px;
    margin: 0 auto;
    padding: 15px 0px 0px 0px;
    font-weight: bold;
    text-align: justify;
    line-height: 18px;
}

.main {
    padding: 10px;
}

.clear {
    clear: both;
}

.line {
    width: 980px;
    height: 1px;
    background-color: #e5e3e1;
    margin: 15px 0px;
}

#long-line {
    width: 100%;
    height: 1px;
    background-color: #e5e3e1;
    margin: 15px 0px;
}

#foot {
    width: 980px;
    margin: 0 auto;
}

#foot-left {
    float: left;
    font-style: italic;
    font-family: trebuchet MS;
}

#foot-right {
    float: right;
}

#foot-right a {
    color: #0a0a0a;
    text-decoration: none;
    background: url('../images/www/kropka.jpg') no-repeat center top;
    padding: 16px 8px 0px 8px;
}

#foot-right a:hover {
    color: #0a0a0a;
    text-decoration: underline;
    background: url('../images/www/kropka.jpg') no-repeat center top;
    padding: 16px 8px 0px 8px;
}

.galeria-zdjec {
    border: 2px solid #EFEBEA;
    margin: 5px;
}

table.oferta {
    border: 1px solid #F9F8F6;
    width: 100%;
    background-color: #FFF;
}

.oferta td {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #EEEAE7;
}

/* 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 {

}

.textarea {

}

#token {

}

#button {

}

/* 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;
}