/* ---------------------------------------------------------------- GENERAL */
html, body {
padding: 0;
color: 000000;
background-color: #FFFFFF;
}
html {
margin: 0;
font: 14px Arial, sans-serif;
}
body {
padding: 0;
margin: 0 auto;
width: 700px;
position: relative;
}
h1, h2, h3, h4, h5, h6, p {
margin: 0 0 0.5em;
}

table {
border-spacing: 1px;
}

table tr td {
background: #353535;
padding: 0;
}

img	{
display: block;
}

td.text {
padding: 10px;
width: 100%;
}
/* ------------------------- MAIN */
#header {
height: 274px;
padding: 3em 0 0;
}
#header * {
display: none;
}
#header h1,
#header h1 a {
display: block;
margin: 0;
height: 274px;
}

#header h1 a {
background: url(logo1.jpg) no-repeat;
}
#content {
float:right;
padding: 9px;
width: 482px;
color: #000000;
border-left: 1px dotted #888888;
}

#content ul li {
list-style: url(images/punkt.gif)
}

#content p {
text-indent: 1em;
}
#content p:first-letter {
font-size: 2em;
font-family: "Times New Roman", times;
}
#footer {
background: url(images/pasek.gif) no-repeat;
clear: both;
text-align: right;
font-size: 0.75em;
}
#footer,
#footer a {
color: #444;
}
/* --------------------- ADDRESS */
#address {
font-size: 1em;
font-family: "Lucida Sans Unicode", sans-serif;
}
#address {
padding: 0.5em 0;
margin: 0 0 0.5em;
float: left;
width: 198px;
text-align: left;
}
#address dt {
padding: 0 9px;
color: #759bc6;
background-color: transparent;
font-size: 1.5em;
font-family: "Times New Roman", times;
}
#address dt:first-letter {
font-size: 1.35em;
}
#address dd {
margin: 0;
padding: 0 9px;
}
/* ---------------------- TEKST */
font-size: 1em;
font-family: "Lucida Sans Unicode", sans-serif;
}
#tekst {
padding: 0.5em 0;
margin: 0 0 0.5em;
float: left;
text-align: left;
}

#tekst h3{
color: orange;
padding: 0 0 0 1.5em;
}

#tekst dt {
padding: 0 9px;
color: #759bc6;
background-color: transparent;
font-size: 1.5em;
font-family: "Times New Roman", times;
}
#tekst dt:first-letter {
font-size: 1.35em;
}
#tekst dd {
margin: 0;
padding: 0 9px;
}
/* -------------TOP MENU */
#menu {
margin: 0 ;
padding: 0.5em 0;
position: absolute;
top: 0;
right: 0;
font-size: 1.25em;
font-family: "Lucida Sans Unicode", sans-serif;
list-style-type: none;
}
#menu li {
padding: 0 0.7em;
float: left;
}
#menu .bordr {
border-right: 2px solid white;
}
/* ---------------------------------------------------------------- MAIN LINKS */
a {
text-decoration: none;
}
a:link, a:visited {
color: red;
background-color: transparent;
}
a:hover {
color: #888;
background-color: transparent;
}
a:active,
a:focus {
outline: none;
color: red !important;
background-color: transparent;
}
/* ---------------------------------------------------------------- CLASSES */
.uppercase {
text-transform: uppercase;
}
.msieHack {
display: block;
font-size: 0;
line-height: 0;
height: 0;
}
