/* ÌüH ôàéë css */

html, body {
background: #333 url("../images/fon.jpg") repeat;
margin : 0;
padding : 0;
}

.top-menu {
background : #101616;
height : 44px;
margin : 0;
padding : 0 6px 0 6px;
border-bottom : 1px solid #325980;
}

.top-menu a{
color : #4C80B0;
margin : 0;
padding : 0 0px 0 0px;
font : bold 13px Arial;
text-decoration : none;
}

.top-menu a:hover{
color : #758497;
margin : 0;
padding : 0 0px 0 0px;
font : bold 13px Arial;
text-decoration : underline;
}

.header {
position : relative;
height : 160px;
background : #4675A3 url("../images/top.jpg") no-repeat;
width : 100%;
}

.right {
width : 290px;
}

.container{
background: url("../images/b-c.jpg") repeat-y;
}

.content {
background: #E2F3F3 url("../images/b-bc.png") no-repeat bottom right;
width : 630px;
padding : 1px 0 28px 0;
}
.content p{
font:13px verdana;
margin:0;
padding:6px 22px 6px 22px;
line-height:1.5;
color:#111;
text-align:justify;
}
.footer {
width : 920px;
height : 100px;
background : url("../images/bb.jpg") no-repeat;
clear : both;
margin : 0;
padding : 0;
}
a.valid:visited {
font : 11px verdana;
color : #5A8CBE;
text-decoration : none;
padding : 0 11px;
}
a.valid:hover {
font:11px verdana;
color:#5A8CBE;
text-decoration:underline;
padding : 0 11px;
}
h1 {
font:16pt verdana;
color:#426F9B;
margin:0;
padding: 6px 20px;
font-weight:normal;
text-align: center;
line-height:1,5;
}
h2 {
font:12pt verdana;
color:#365F83;
margin:0;
padding: 6px 20px;
font-weight:normal;
text-align:center;
line-height:1;
}
h3 {
font:9pt verdana;
color:#111;
margin:0;
padding: 6px 20px;
font-weight:normal;
text-align:center;
line-height:1;
}
h4 {
font:11pt verdana;
color:#365F83;
margin:0;
padding: 6px 20px;
font-weight:bolt;
text-align:left;
line-height:1,5;
}
.footer p {
font : 11px verdana; 
color : #5A8CBE;
text-align : center;
}
.text p {
font : 11px Verdana;
font-weight:normal;
color : #4D859F;
margin : 0;
padding : 6px 0 0 0;
}
.text {
font : 11px Verdana;
background : #1E333E;
text-align : center;
margin : 0 auto;
padding : 20px;
}

ul.menu {
list-style-type:none;
line-height:1.3;
margin:12px 0 0 12px;
padding:0;
}

.menu li a {
color:#66CCFF;
font:12px verdana;
text-decoration:none;
font-weight:900;
line-height:1.9;
}
.menu li a:visited {
color:#758497;
font:12px verdana;
font-weight:900;
line-height:1.9;
}
.menu li a:hover,.menu li a:active {
color:#8A98A8;
font:12px verdana;
font-weight:900;
line-height:1.9;
text-decoration:underline;
}
HTML:root .search{ 
position:relative;
float:left;
margin:2px 0 0 8px; 
width:270px;height:30px; 
background:url("../images/bodsea.png") no-repeat;
}
HTML:root .input_t{ 
position:absolute;left:19px; top:6px; 
border:0px; height:12px;width:197px; 
line-height:16px;font-size:11px; 
background: transparent;padding:2px 0 0 5px;
color:#4A7E9B;
}
HTML:root .img_s{ 
position:absolute; left:232px; top:4px;
}

@media print {
.right {
display : none;
}
.content {
width : 100%;
float : none;
}
}