body, html {
    padding: 0px;
    margin: 0px;
    text-align: center;
    background-color: #124e62;
    height: 100%;
    font: normal 12pt "Georgia", "Times New Roman", serif;
}

img {
    border: 0px;
}

/* PAGE BLOCKS */

#page-logo {
    background-color: #ffffff;
    height: 49px;
    width: 100%;
    border-bottom: 6px solid #bde3e4;
    clear: both;
    position: relative;
}

#page-menu {
    background-image: url(./img/bg-menu.gif);
    background-repeat: repeat-x;
    height: 40px;
    margin-bottom: -6px;
    clear: both;
    position: relative;
}

#page-menu a {
    border-right: 1px solid #6D9FA9;
}

#page-menu a:last-child {
    border-right: 0px;
}

#page-baner {
    background-image: url(./img/bg-baner.gif);
    background-repeat: repeat-x;
    height: 286px;
    clear: both;
    position: relative;
}

#page-content {
    background-image: url(./img/bg-content.gif);
    background-repeat: repeat-x;
    background-color: #ffffff;
    color: #124e62;
    clear: both;
    position: relative;
    overflow: auto;
}

#page-content h1 {
	font: normal 20pt "Georgia", "Times New Roman", serif;
	color: #e60018;
	padding: 20px 30px 0px 38px;
	margin: 0;
}

#bold {
	font: 12pt "Georgia", "Times New Roman", serif;
	font-weight: bold;
	line-height: 18pt;
	color: #e60018;
}

#page-content p {
	font: normal 12pt "Georgia", "Times New Roman", serif;
	line-height: 18pt;
	color: #124e62;
	padding: 20px 30px 15px 38px;
	margin: 0;
}

#page-content a {
	color: #e60018;
	text-decoration: none;
}

#page-content a:hover {
	color: #71bbcd;
}

#page-copy {
    border-top: 6px solid #bde3e4;
    background-image: url(./img/bg-stopka.gif);
    background-repeat: repeat-x;
    height: 288px;
    clear: both;
    position: relative;
}

/* PAGE CONTAINERS */
.content {
    width: 1008px;
    line-height: 18pt;
    display: block;
    text-align: left;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.content-col-left {
    float: left;
    width: 344px;
	padding-bottom: 20px;
    background-image: url(./img/blok-lew-str.png);
    background-repeat: no-repeat;
}

.content-col-left-eng {
    float: left;
    width: 344px;
    height: 530px;
    background-image: url(./img/blok-lew-str-eng.png);
    background-repeat: no-repeat;
}

.content-col-left520 {
    float: left;
    width: 520px;
    height: 1050px;
    background-image: url(./img/blok-lew-kontakt.gif);
    background-repeat: no-repeat;
}

.content-col-right450 {
    float: left;
    width: 440px;
    padding-left: 10px;
    padding-top: 10px;
}

.content-col-right580 {
    float: left;
    width: 580px;
    padding-left: 30px;
    padding-top: 30px;
}

.content-col-right640 {
    float: left;
    width: 600px;
    margin-left: 0px;
    margin-top: 0px;
}


a.but,.but_act{
	display: block;
	background: url(img/gradient-blue.gif) repeat-x 0px 0px;
	height: 29px;
	font-size: 14px;
	color: #fff !important;
	font-family: Arial;
	float: left;
	padding: 4px 20px 0px 20px;
}
a.but:hover{
	background-image: url(img/gradient-red.gif);
}
.but_act{
	background-image: url(img/gradient-red.gif);
	cursor: default;
}

.thumb{
	width: 108px;
	height: 108px;
	background-color: #fff;
	border: 1px solid #6D9FA9;
	margin: 0 5px 5px 0;
	display: inline-block;
}
