<!--
body {
background: #ffffff;
margin: 0px;
padding: 0px;
cursor: default;
}

#layout {
background: #ffffff;
width: 800px;
}

#logo {
background: url(../img/ptps.gif);
width: 800px;
height: 129px;
cursor: pointer;
}

#belka {
background: #ECE9DA;
width: 800px;
height: 23px;
}

#belka img {
border: 0px;
}

#belka2 {
background: #ECE9DA;
width: 800px;
height: 23px;
position: relative;
right: 5px;
}

#belka2 img {
border: 0px;
}

.kontakt {
font-family: trebuchet ms;
font-size: 11px;
font-weight: bold;
color: #9D1117;
margin-right: 15px;
text-decoration: none;
}

.kontakt:hover {
font-family: trebuchet ms;
font-size: 11px;
font-weight: bold;
color: #FF7401;
margin-right: 15px;
}

.english {
font-family: trebuchet ms;
font-size: 11px;
font-weight: bold;
color: #9D1117;
margin-right: 15px;
text-decoration: none;
}

.english:hover {
font-family: trebuchet ms;
font-size: 11px;
font-weight: bold;
color: #FF7401;
margin-right: 15px;
}

#left {
float: left;
width: 209px;
}

#left img {
border: 0px;
}

#menu {
background: #F9F8F3;
width: 209px;
height: 240px;
margin-top: 1px;
}

.menu_link {
width: 209px;
height: 19px;
cursor: pointer;
font-family: trebuchet ms;
font-size: 13px;
font-weight: bold;
color: #9D1117;
text-indent: 36px;
}

.menu_link_hover {
background: url(../img/link_hover.gif);
width: 209px;
height: 19px;
cursor: pointer;
font-family: trebuchet ms;
font-size: 13px;
font-weight: bold;
color: #FF7401;
text-indent: 36px;
}

.menu_link_active {
background: url(../img/link_hover.gif);
width: 209px;
height: 19px;
cursor: pointer;
font-family: trebuchet ms;
font-size: 13px;
font-weight: bold;
color: #FF7401;
text-indent: 36px;
}

#right {
float: right;
width: 591px;
margin-top: 1px;
}

#content {
position: relative;
left: 10px;
top: 10px;
width: 488px;
font-family: arial;
font-size: 13px;
color: #000000;
margin-top: 0px;
}

#link {
border-left: 4px solid #FD7401; 
width: 500px;
padding: 4px;
}

#content a {
text-decoration: none;
color: #055B96;
}

#content a:hover {
text-decoration: underline;
color: #055B96;
}

h1 {
font-family: arial;
font-size: 24px;
color: #055B96;
font-weight: normal;
}

ul {
position: relative;
left: -25px;
}

#copyrights {
float: left;
position: relative;
top: 5px;
left: 50px;
font-family: trebuchet ms;
font-size: 11px;
color: #A18E87;
width: 120px;
}

#lastup {
float: left;
position: relative;
top: 5px;
left: 150px;
font-family: trebuchet ms;
font-size: 11px;
color: #A18E87;
}

.rights_note {
font-family: trebuchet ms;
font-size: 11px;
font-weight: bold;
color: #A18E87;
margin-right: 15px;
text-decoration: none;
}

.rights_note:hover {
font-family: trebuchet ms;
font-size: 11px;
font-weight: bold;
color: #A18E87;
margin-right: 15px;
text-decoration: underline;
}

-->