body {
padding: 0px;
margin: 0px;
background: #01589f;
font-family: Arial, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #666;
}

p {
text-align: justify;
}

img {
border: 1px solid #890f01;
}

a {
color:#620c0c;
text-decoration: underline;
}

a:link,a:visited,a:active {
color:#620c0c;
text-decoration: underline;
}

a:hover {
color:#ff0000;
text-decoration: underline;
} 

ul {
text-align: left;
}

li {
}

h1 {
color: #890f01;
font-size: 24px;
line-height: 24px;
font-weight: normal;
margin-left: 15px;
}

h2 {
color: #890f01;
font-size: 24px;
line-height: 24px;
font-weight: normal;
}

#container {
width: 750px;
margin: 0 auto;
background: #fff;
padding: 10px;
}

#address {
text-align: center;
margin-bottom: 5px;
}

#flags {
float: left;
width: 750px;
padding: 0;
text-align: right;
}

.flag {
border: 0px;
}

#maincontent {
width: 750px;
padding-bottom: 8px;
}

#left {
width: 250px;
float:left;
padding: 10px;
border-right: 1px dotted #d1d29c;
}

#right {
width: 450px; 
float:left;
padding: 10px;
}

#images {
width: 750px;
float: left;
text-align: center;
marging: 0 auto;
clear: both;
}

#footer {
width: 750px;
font-weight: normal;
padding: 5px 0 0;
text-align: center;
border-top: 1px dotted #d1d29c;
clear: both;
}

.cjenik {
cellpadding: 3px;
color: #333;
font-size: 12px;
}

.intro {
margin-bottom: 2px;
border-bottom: 1px dotted #d1d29c;
padding-bottom: 2px;
}