html, body {
    margin: 0px; padding: 0px;
    width: 100%; height: 100%;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px; color: #444444;
    background-color: #BBBFC2;
    background-image: url("../img/bg.jpg");
    background-repeat: repeat-x;
    text-align: center;
}
a {
    color: #948B8C;
    text-decoration: none;
}
a:hover {
    color: #000;
}
img {
    border: 0px;
}
h1 {
    color: #1F426C;
    margin: 0px 0px 15px 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: bold;
}
p {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    line-height: 1.2;
}
.global {
    width: 950px;
    margin: auto;
    text-align: left;
}

.navigation {
    width: 100%; height: 101px;
    float: left;
    font-size: 14px;
}

.top {
    position: relative;
    right: 30px;
    float: right;
    margin: 66px 0px 0px 0px; padding: 0px;
    height: 44px;
    list-style: none;
}

.top li {
    float: left;
    height: 100%;
    margin: 0px 20px 0px 0px;
}

.top li a {
    position: relative;
    top: 20px;
    color: #FFF;
}

.top .off {
    color: #948B8C;
}

.top .blue .l { width: 16px; height: 100%; float: left; background-image: url("../img/bluenav_l.jpg");}
.top .blue .m { height: 100%; float: left; background-image: url("../img/bluenav_m.jpg");}
.top .blue .r { width: 16px; height: 100%; float: left; background-image: url("../img/bluenav_r.jpg");}

.top .darkblue .l { width: 16px; height: 100%; float: left; background-image: url("../img/darkbluenav_l.jpg");}
.top .darkblue .m { height: 100%; float: left; background-image: url("../img/darkbluenav_m.jpg");}
.top .darkblue .r { width: 16px; height: 100%; float: left; background-image: url("../img/darkbluenav_r.jpg");}

.top .grey .l { width: 16px; height: 100%; float: left; background-image: url("../img/greynav_l.jpg");}
.top .grey .m { height: 100%; float: left; background-image: url("../img/greynav_m.jpg");}
.top .grey .r { width: 16px; height: 100%; float: left; background-image: url("../img/greynav_r.jpg");}

.top .black .l {    width: 16px; height: 100%; float: left; background-image: url("../img/blacknav_l.jpg");}
.top .black .m {    height: 100%; float: left; background-image: url("../img/blacknav_m.jpg");}
.top .black .r {    width: 16px; height: 100%; float: left; background-image: url("../img/blacknav_r.jpg");}

.head {
    width: 100%; height: 113px;
    float: left;
}
.head div {
    width: 100%; height: 113px;
    float: left;
}
.head .blue .l { width: 24px; height: 100%; float: left;    background-image: url("../img/blue_l.jpg");}
.head .blue .m { width: 902px; height: 100%; float: left; background-image: url("../img/blue_m.jpg");}
.head .blue .r { width: 24px; height: 100%; float: left;    background-image: url("../img/blue_r.jpg");}

.head .darkblue .l { width: 24px; height: 100%; float: left;    background-image: url("../img/darkblue_l.jpg");}
.head .darkblue .m { width: 902px; height: 100%; float: left; background-image: url("../img/darkblue_m.jpg");}
.head .darkblue .r { width: 24px; height: 100%; float: left;    background-image: url("../img/darkblue_r.jpg");}

.head .grey .l { width: 24px; height: 100%; float: left;    background-image: url("../img/grey_l.jpg");}
.head .grey .m { width: 902px; height: 100%; float: left; background-image: url("../img/grey_m.jpg");}
.head .grey .r { width: 24px; height: 100%; float: left;    background-image: url("../img/grey_r.jpg");}

.head .black .l { width: 24px; height: 100%; float: left;   background-image: url("../img/black_l.jpg");}
.head .black .m { width: 902px; height: 100%; float: left; background-image: url("../img/black_m.jpg");}
.head .black .r { width: 24px; height: 100%; float: left;   background-image: url("../img/black_r.jpg");}

.body {
    width: 100%; 
    /*height: 521px;*/
    background-image: url("../img/bg-new.png");
    float: left;
}
.body .l {
    width: 7px; height: 100%;
    float: left;
    background-image: url("../img/bg-l.jpg");
}
.body .m {
    width: 936px; height: 100%;
    float: left;
    margin-left: 6px;
    border-top: 1px #9C9C9C solid;
}
.body .r {
    width: 7px; height: 100%;
    float: left;
    background-image: url("../img/bg-r.jpg");
}

.image {
    width: 737px; height:193px;
    background-image: url("../img/head-01.jpg");
    background-repeat: no-repeat;
    float: left;
}
.content {
    width: 717px;
    float: left;
    padding: 0px 10px;

}
.content .c1 {
    width: 400px;
    float: left;
}
.content .c2 {
    float: left;
    margin-left: 20px;
}
.footer {
    width: 100%; height: 20px;
    float: left;
    background-image: url("../img/footer.png");
    background-repeat: no-repeat;
}

.input {
    border: 1px solid #999;
}
.textarea {
    border: 1px solid #999;
    width: 280px;
    height: 100px;
}

#teaser .topic {
    font-size: 23px;
    font-weight: bold;
    font-variant: small-caps;
    letter-spacing: 2px;
    margin-left: 27px;
}
#teaser div {
    padding-top: 9px;
    /*padding: 20px 0 0 30px;*/
    color: #FFF;
}
#teaser span {
  
    font-variant: normal;
   font-size: 14px;
    font-weight: 100;
       margin-left: 27px;
}

.kon {
   margin: 350px 0px 0px 30px;
}
.kon p {
   line-height: 1.6;
   font-size: 10px;
}
