﻿/* CSS */

body {
margin: 0px;
padding: 0px;
font-family: "Trebuchet MS", Arial, Tahoma;
font-size: 13px;
color: #ffffff;
background: #ff6600 url(../images/bg.jpg) repeat-x top left;
}

h1 {
color: #ffffff;
font-weight: normal;
margin: 20px 0px 15px 0px;
}

.whole {
width: 960px;
min-height: 505px;
background: url(../images/hbg.png) no-repeat top center;
}

.top{
width: 960px;
height: 34px;
}

.blog {
width: 300px;
float: left;
padding-left: 25px;
text-align: left;
}

a {
text-decoration: none;
color: #ffffff;
}

a:hover {
text-decoration: underline;
}

.langs{
width: 300px;
float: right;
padding-right: 25px;
text-align: right;
}

.clearfix {
height: 1px;
clear: both;
}

.logo {
width: 960px;
height: 103px;
}

.header {
margin-top: 10px;
width: 960px;
height: 280px;
background: url(../images/header.png) no-repeat top center;
}
.headeren {
margin-top: 10px;
width: 960px;
height: 280px;
background: url(../images/headeren.png) no-repeat top center;
}
.headerru {
margin-top: 10px;
width: 960px;
height: 280px;
background: url(../images/headerru.png) no-repeat top center;
}
.content {
width: 880px;
margin: 0px 40px 0px 40px;
text-align: justify;
line-height: 25px;
}

.footer {
width: 940px;
padding-right: 20px;
text-align: right;
}

/* other */

caption, th, td {
font-weight:normal;
text-align:left;
}
blockquote:before, blockquote:after, q:before, q:after {
content:"";
}
blockquote, q {
quotes:"" "";
}
a{
cursor: pointer;
text-decoration:none;
}
br.both{
clear:both;
}
#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1100;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:384px;
width:408px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:1200;
padding:12px;
font-size:13px;
text-align: left;
color: #454545;
}
#popupContact h5{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}
#button{
text-align: left;
margin: 9px 0px 0px 0px;
}