html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    font: 11px verdana, arial, sans-serif;
    background: #e1e1e1;
}
html {
    overflow-y: scroll;
}
* {
    position: relative;
     margin: 0;
     padding: 0;
     border: 0;
}
a {
    font: bold 11px verdana, arial, sans-serif;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    text-decoration: underline;
}
h1 {
    margin: 10px 0 30px 0;
    padding: 0;
    font: bold 20px verdana, arial, sans-serif;
    color: #0064aa;
}
h2 {
    font: bold 16px verdana, arial, sans-serif;
    color: #039cdd;
}
img {
    border: 0 !impotant;
}
p {
    margin: 0 0 10px 0;
    color: #5c5c5c;
    line-height: 18px;
}
ol,
ul,
li {
    list-style: none;
}
#wrap {
    clear: both;
    margin: 0 auto;
    width: 1024px;
    background: #fff;
    overflow: show;
}
#falderal {
    width: 804px;
    height: 12px;
    background: #039cdd;
}
#head {
    width: 1024px;
    height: 94px; 
    background: url('/images/bg_head.jpg') #0066ab no-repeat;
}
#logo {
    float: left;
    top: 22px;
    left: 27px;
    width: 219px;
    height: 58px;
    background: url('/images/logo.png') no-repeat;
}
#nav1 {
    float: right;
    width: 224px;
    top: 3px;
}
#nav1 li {
    float: left;
    border-left: 1px solid #fff;
}
#nav1 li:first-child,
#nav1 li.first-child {
    border-left: 0;
}
}
#nav1 li:first-childh,
#nav1 li.first-childh a {
    border-left: 0; color: #039cdd;
}
#nav1 li a {
    display: block;
    padding: 2px 5px;
    font: bold 9px verdana, arial, sans-serif;
    color: #fff;
    text-decoration: none;
}
#nav1 li a:hover,
#nav1 li.h a {
    color: #039cdd;
}
#nav2 {
    padding: 0 0 0 290px;
    height: 54px;
    background: url('/images/bg_nav2.png') 0 34px repeat-x;
}
#nav2 ul {
    height: 34px;
    border-left: 1px solid #0064aa;
}
#nav2 li {
    float: left;
    height: 34px;
    border-right: 1px solid #0064aa;
}
#nav2 li a {
    display: block;
    padding: 7px 15px;
    height: 20px;
    font: bold 15px verdana, arial, sans-serif;
    color: #039cdd;
    text-decoration: none;
}
#nav2 li.h a:hover,
#nav2 li.h a {
    color: #fff;
    background: #0064aa;
}
#nav2 li a:hover {
    color: #fff;
    background: #039cdd;
}
#nav3 {
    float: left;
    padding: 65px 50px 20px 20px;
    width: 220px;
}
#nav3.image {
    padding: 65px 0 20px 0 !important;
    width: 290px !important;
}
#nav3 ul {
    width: 220px;
    border-top: 1px solid #aaa;
}
#nav3 li {
    height: 34px;
    border-bottom: 1px solid #aaa;
}
#nav3 li a {
    display: block;
    padding: 7px 15px;
    height: 20px;
    font: bold 15px verdana, arial, sans-serif;
    color: #5c5c5c;
    text-decoration: none;
}
#nav3 li.h a:hover,
#nav3 li.h a {
    background: #e1e1e1;
}
#nav3 li a:hover {
    background: #efefef;

}
#nav4 {
    float: right;
    padding: 65px 0 0 0;
    width: 220px;
}
#nav4 ul {
    width: 219px;
    border-left: 1px solid #aaa;
}
#nav4 li {
    padding: 10px 20px;
    border-top: 1px solid #aaa;
}
#nav4 li:first-child,
#nav4 li.first-child {
    border-top: 0;
}
#nav4 li a {
    display: block;
    padding: 7px 15px;
    height: 20px;
    font: bold 15px verdana, arial, sans-serif;
    color: #aaa;
    text-decoration: none;
}
#nav4 li a:hover,
#nav4 li.h a {
    text-decoration: underline;
}
#nav4 p {
    margin: 0;
    padding: 0;
}
#nav4 li.image {
    padding: 0 !important;
}
#nav4 li.image img {
    display: block;
}
#content {
    float: left;
    padding: 0 50px 20px 0;
    width: 464px;
}
#content_big {
    float: left;
    padding: 0 50px 20px 0;
    width: 664px;
}
p.teaser {
    font-weight: bold;
    color: #039cdd;
}
.form
{  font-weight: bold;
color: #039cdd;
text-align: left;
}
.form1
{  color: #5c5c5c;
width:280px;
background: #e1e1e1;
text-align: left;
}
.form2
{  color: #5c5c5c;
width:80px;
background: #e1e1e1;
text-align: center;
}
.break {
    clear: both !important;
}
.hide {
    display: none;
}
.cF:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.cF {
    display: inline-block;
}
html[xmlns] .cF {
    display: block;
}
* html .cF {
    height: 1%;
}
.fL {
    float: left;
}
.fR {
    float: right;
}
.cT {
    text-align: center;
}
.rT {
    text-align: right;
}
.bT {
    font-weight: bold;
}