html {
background-repeat: repeat-x;
background-image: url('images/bg.jpg');
background-position: bottom;
margin: 0px;
padding: 0px;
}

body {
text-align: center;
font-family: 'Trebuchet MS';
background-color: transparent;
background-image: url('images/bg2.jpg');
background-position: top;
background-repeat: repeat-x;
cursor: default;
margin: 0px;
padding: 0px;

}

img {
border: 0px;
}

a {
color: gray;
text-decoration: none;
cursor: pointer;
cursor: hand;
}

a:hover{
text-decoration: underline;
color: #165fb0;
}

a area {
cursor: pointer;
cursor: hand;
}

.menu {
font-weight: bold;
text-align: center;
background-image: url('images/line.jpg');
background-position:  bottom left;
background-repeat: no-repeat;
padding-bottom: 2px;
clear: both;
padding-right: 35px;
padding-top: 0px;
margin-top: 0px;
}

.menu ul {
list-style-type: none;
margin-top: 0px;
padding-top: 0px;
}

.menu ul li {
font-family: 'Trebuchet MS';
font-size: 12px;
display: inline;
margin-left: 7px;
margin-right: 7px;
}

.menu ul li a {
padding-left: 20px;
text-decoration: none;
background-image: url('images/bullet1.jpg');
background-position:  left;
background-repeat: no-repeat;
color: #383636;
}

.menu ul li a:hover {
padding-left: 20px;
text-decoration: none;
background-image: url('images/bullet2.jpg');
background-position:  left;
background-repeat: no-repeat;
color: #383636;
}

#container {
width: 800px;
margin: 0 auto;
text-align: left;
}

#head {
width: 800px;
margin-top: 1px;
margin-bottom: 0px;
clear: both;
}

#content {
width: 530px;
margin-top: 0px;
padding-bottom: 20px;
margin-bottom: 40px;
float: left;
min-height: 600px;
 
}

#content h1 {
font-size: 21px;
margin-top: 0px;
padding-top: 0px;
}

#content p {
text-align: justify; 
font-weight: bold;
font-size: 13px;
margin-right: 10px;
margin-bottom: 10px;
text-indent: 5%;
}

#content h3 {
font-size: 15px;
}

#rightside {
width: 245px;
float: right;
font-size: 11px;
font-weight: bold;
padding-left: 5px;
margin-bottom: 50px;
border-left: 1px solid gray; 
}

#rightside h3 {
padding-left: 5px; 
height: 33px;
color: #165fb0;
background-image: url('images/bgh3.jpg');
background-position:  left;
background-repeat: no-repeat;
}

#rightside a {
text-decoration: none;
border-bottom: 0px;
}

#rightside  a:hover {
text-decoration: none;
}	

.redstar {
color: red;
font-weight: bold;
}

#footer {
clear: both;
margin-bottom: 0px;
padding-bottom: 0px;
}

/* list definicji w conent */

dl dt {
text-align: justify; 
font-weight: bold;
font-size: 13px;
}

dl dd {
color: #165fb0;
font-weight: bold;
font-size: 13px;
margin-bottom: 30px;
}

/* lista w content */	

#content ul {
padding-top: 12px;
padding-bottom: 10px;
list-style-type: square;
margin-top: 0px;
}

#content ul li {
font-weight: bold;
font-size: 13px;
color: #165fb0;
}

.tags { font-size: 11px; }
.tags a, a:hover, a:active { font-size: 11px; color: #000; }
.tekst { font-size: 12px; }
.tekst a, a:hover, a:active { font-size: 13px; color: #000; }