/* --- Main --- */
* { outline: none; }
body {
    margin: 0;
    padding: 0;
	background-color: #fff;
	font: normal 11px Tahoma, Verdana, Arial, Sans, sans-serif;
	color: #353535;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    color: #272727;
    font-family: Tahoma, Verdana, Arial, Sans, sans-serif;
}
h1 { font-size: 1.4em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }
p {
    margin: 10px;
}
img { border: 0; }
hr {
    border: 0;
    height: 1px; 
    width: 100%;
    color: #ccc;
    background-color: #ccc;
}
code {
    color: #232323;
}
a:link, a:visited, a:active {
    color: #0062a0;
    text-decoration: none;
}
a:hover {
    color: #181818;
    text-decoration: underline;
}
form
{
    margin: 0;
    border: 0;
    padding: 0;
}
fieldset {
    margin: 0;
    border: 0;
    padding: 0;
}
input, textarea, select {
    color: #494949;
    background: #eee;
    border: 1px solid #c1c1c1;
    font: normal 12px Tahoma, Verdana, Arial, Sans, sans-serif;
}
ul, ul li {
    margin: 0;
    padding: 0;
}

/* Stripes */
.stripes {
    width: 100%;
    height: 4px;
    background: #fff url('../images/stripes.jpg') repeat-x;
}
/* Clear */
.clear {
    clear: both;
}
/* Float right */
.right {
    float: right;
    margin: 3px 5px 3px 0;
}
/* Float left */
.left {
    float: left;
    margin: 3px 0 3px 5px;
}
.center {
    text-align: center;
}
.red {
    color: #ee0000;
    vertical-align: top;
}
.green {
    color: #55ff00;
    vertical-align: top;
}
/* --- Pasek Top --- */
#main {
    width: 100%;
    vertical-align: top;
    background: #fff url('../images/gradient.top.jpg') repeat-x;
}
#main img.logo {
    float: right;
    margin-right: 15px;
}

/* --- Pasek menu --- */
#main ul#menubar {
    height: 56px;
    line-height: 53px;
    text-align: center;
}
#main ul#menubar li {
    padding: 5px;
    display: inline;
    list-style-type: none;
}
#main ul#menubar li a {
    color: #ddd;
    font-size: 1.2em;
    font-weight: bold;
}
#main ul#menubar li a:hover {
    color: #0062a0;
}
#main ul#menubar li.title a {
    color: #0062a0;
}

/* --- Pasek z logo po prawej pod menu --- */
#userbar {
    width: 100%;
    height: 80px;
    border-width: 1px 0;
    border-style: solid;
    border-color: #c2c2c2;
    background: #fff url('../images/gradient.book.jpg') repeat-x;
}
#userbar img.book {
    float: right;
    margin: 0 10px 0 10px;
}
#userbar #navigation {
    width: 780px;
    margin: 0 auto;
    font-weight: bold;
}
#userbar #navigation #breadcrumb {
    float: left;
    padding: 3px 0 0 0;
}

/* --- Searchbox  --- */
#userbar #navigation #searchbox {
    float: right;
    padding: 9px 0;
}
#userbar #navigation #searchbox form fieldset input.search {
    width: 200px;
    height: 16px;
    vertical-align: top;
    border-top: 1px solid #a5a5a5;
    background: #fff url('../images/gradient.search.jpg') repeat-x;
}
#userbar #navigation #searchbox form fieldset input.submit {
    height: 20px;
    vertical-align: top;
    border-top: 1px solid #a5a5a5;
    background: #fff url('../images/gradient.search.jpg') repeat-x;
}
#userbar #navigation #searchbox fieldset a {
    color: #181818;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
#userbar #navigation #searchbox fieldset a:hover {
    color: #555;
}

/* --- Content i Menu po lewej --- */
#content {
    width: 780px;
    margin: 0 auto;
}
#content div#menu {
    float: left;
    margin: 5px 0;
    width: 180px;
}
#content div#menu h2 {
    font-size: 1.1em;
    margin-top: 9px;
}
#content div#menu ul {
    width: 180px;
    padding: 3px 3px 3px 5px;
    margin: 1px 0 3px 0;
    list-style-type: none;
    border: 1px solid #d1d1d1;
    background: #fff url('../images/gradient.jpg') repeat-x;
}
#content div#menu ul li a {
    color: #494949;
    display: list-item;
	font: normal 12px Tahoma, Verdana, Arial, Sans, sans-serif;
}
#content .content {
    float: right;
    width: 580px;
    margin: 5px 0 10px 0;
}
#content .content ul {
    list-style: none;
}
#content .content ul li {
    margin: 3px 0;
}
#content .content .entry {
    margin: 5px;
    padding: 5px;
}
#content .content .entry p {
    margin: 2px 0 5px 0;
    padding: 0;
}
#content .content .entry address {
    margin: 5px;
    padding: 5px;
    width: 250px;
    font-style: normal;
    background-color: #eee;
    border: 1px dotted #ddd;
}
#content .content .entry blockquote {
    margin: 2px;
    padding: 3px;
    width: 300px;
    background-color: #eee;
    border: 1px dotted #ddd;
}
#content .content .entry blockquote p {
    margin: 0;
    padding: 0;
}
#content .content .entry .tags {
}
#content .content .entry ul {
    margin: 5px;
}
#content .content .options {
    float: right;
}
#content .content table#resultable {
    width: 100%;
}
#content .content table#resultable thead th {
	color: #232323;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #eee;
    background: #fff url('../images/gradient.jpg') repeat-x;
}
#content .content table#resultable tbody td {
	padding: 2px;
	border: 1px solid #eee;
}

/* Stopka */
#footer {
    clear: both;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 5px 0 0 0;
    border-top: 1px solid #d1d1d1;
    background: #fff url('../images/gradient.jpg') repeat-x;
}

#footer p {
    margin: 0;
    padding: 0 0 0 25px;
}


/* ajax */
p.mail {
    padding: 5px;
    background-color: #eee;
    border: 1px dotted #ddd;
}

