/* general reset */
html,body {
    height: 100%;
    margin: 0;
}
body{
    font:12px/14px Arial, Helvetica, sans-serif;
    background:url("../resources/images/bg-body.gif") repeat-x scroll 0 -300px #B6B6B6;
}
img{border:0;}
a{
    text-decoration:none;
    color:#21a2cd;
}
a:hover{
    text-decoration:underline;
}
input, textarea, select{
    font:100% arial,sans-serif;
    vertical-align:middle;
    color:#000;
}
form, fieldset{
    margin:0;
    padding:0;
    border-style:none;
}
/* wrapper */
#wrapper {
    min-height: 100%;
    width:780px;
    margin:0 auto;
}
#wrapper.inner {
    background:#fff;
}
* html #wrapper {
    height: 100%;
}
.w1 {
    padding:92px 0 70px;
    position:relative;
}
/* header */
#header {
    position:absolute;
    height:92px;
    width:980px;
    top:0;
    left:0;
}
#header .panel {
    width:100%;
    overflow:hidden;
    padding:15px 0 13px;
}
/* lang */
#header .panel .lang {
    list-style:none;
    margin:0 12px 0 0;
    padding:3px 0 0;
    float:right;
    overflow:hidden;
    display:inline;
}
.lang li {
    float:left;
    background: url(resources/images/divider01.gif) no-repeat 0 50%;
    padding:0 8px;
    margin-left:-2px;
}
.lang li a {
    color:#212121;
}
.lang li a:hover,
.lang li.active a {
    color:#21a2cd;
    text-decoration:none;
}
/* topnav */
#header .topnav {
    list-style:none;
    margin:0 103px 0 0;
    padding:0;
    float:right;
}
.topnav li {
    float:left;
}
.topnav li a {
    float:left;
    margin-right:22px;
    color:#212121;
    padding-top:1px;
}
.topnav li a.login {
    background: url(/WebAdmin/resources/images/ico-login.gif) no-repeat ;
    padding-left:17px;
    margin-right:28px;
}
.topnav li a.login:hover {background-position:0 -86px;}
.topnav li a.sitemap {
    background: url(/WebAdmin/resources/images/ico-sitemap.gif) no-repeat;
    padding-left:21px;
}
.topnav li a.sitemap:hover {background-position:0 -87px;}
.topnav li a.contact {
    background: url(/WebAdmin/resources/images/ico-contact.gif) no-repeat 0 3px;
    padding-left:20px;
}
.topnav li a.contact:hover {background-position:0 -86px;}
.topnav li a:hover {
    color:#727272;
    text-decoration:none;
}
.topnav li.active a {color:#21a2cd;}
#header .nav-bar {
    background: url(/WebAdmin/resources/images/bg-nav-bar.gif) no-repeat;
    width: 960px;
    height: 39px;
    border-bottom:8px solid #21a2cd;
    padding-right:20px;
}
/* navigation */
#nav {
    list-style:none;
    margin:0;
    padding:0;
    float:left;
    font-size:15px;
}
#nav li {
    float:left;
    background: url(/WebAdmin/resources/images/divider02.gif) no-repeat 100% 1px;
    position:relative;
}
#nav li a {
    color:#fff;
    display:block;
    padding:12px 15px 13px 14px;
}
#nav li a:hover {
    background: url(/WebAdmin/resources/images/bg-nav-hover.gif) repeat-x;
    text-decoration:none;
}
#nav li:first-child a:hover,
#nav li.first-child a:hover {
    background: url(/WebAdmin/resources/images/bg-hover-first.gif) no-repeat;
}
#nav li.active a,
#nav li.active a:hover{
    color:#21a2cd;
    background: url(/WebAdmin/resources/images/bg-arrow.gif) no-repeat 50% 100%;
    text-decoration:none;
}
/* drop-down menu */
#nav li .drop {
    position:absolute;
    left:0;
    top:47px;
}
#nav li .drop-holder {
    background: url(/WebAdmin/resources/images/bg-drop.png);
    border-bottom:8px solid #21a2cd;
    width:940px;
    overflow:hidden;
    padding:27px 20px 20px;
}
#nav li .drop-holder ul.sections {
    list-style:none;
    margin:0;
    padding:0;
    width:100%;
    overflow:hidden;
    font-size:14px;
    font-weight:bold;
}
#nav .sections li {
    display:inline-block;
    vertical-align:top;
    width:165px;
    margin:0 40px 23px 0;
    background:none;
}
#nav .sections li a {
    background: url(/WebAdmin/resources/images/bullet04.gif) no-repeat 100% 4px;
    padding:0 10px 3px 0;
    color:#212121;
    border-bottom:1px solid #21a2cd;
}
#nav .sections li a:hover {
    background: url(/WebAdmin/resources/images/bullet04.gif) no-repeat 100% 4px;
    color:#21a2cd;
}
#nav .sections ul {
    list-style:none;
    margin:0;
    padding:5px 0 0;
    font-weight:normal;
    font-size:12px;
    line-height:18px;
}
#nav .sections ul li {
    margin:0;
}
#nav .sections ul li a {
    background: url(/WebAdmin/resources/images/bullet03.gif) no-repeat 0 6px;
    padding:0 0 0 8px;
    border:0;
}
#nav .sections ul li a:hover {
    background: url(/WebAdmin/resources/images/bullet03.gif) no-repeat 0 6px;
    color:#21a2cd;
}
#nav .sections ul ul {
    padding:0 0 0 7px;
}
#nav .drop .close {
    position:absolute;
    top:10px;
    right:15px;
    background: url(/WebAdmin/resources/images/btn-close.gif) no-repeat 100% 2px;
    padding:0 18px 0 0;
    font-size:12px;
    color:#212121;
}
/* search form */
#header .search {
    float:right;
    padding-top:7px;
    width:205px;
}
.search legend {display:none;}
.search .btn-search {
    float:left;
    margin:8px 10px 0 0;
}
.search .text {
    float:left;
    background: url(/WebAdmin/resources/images/bg-text.gif) no-repeat;
    width:179px;
    height: 21px;
    padding:2px;
    overflow:hidden;
}
.search .text input {
    background:none;
    border:0;
    margin:0;
    padding:0 7px;
    color:#aaa;
    font-size:15px;
    line-height:18px;
    width:165px;
    float:left;
}
/* promo */
.promo {
    width:980px;
    overflow:hidden;
    position:relative;
}
.promo .logo {
    width: 272px;
    height: 108px;
    text-indent:-9999px;
    overflow:hidden;
    top:30px;
    left:20px;
    position:absolute;
}
.promo .logo a {
    display:block;
    height:100%;
    background: url(/WebAdmin/resources/images/logo.png) no-repeat;
}
/* menu */
.promo .menu {
    list-style:none;
    margin:0;
    padding:0;
    position:absolute;
    right:20px;
    bottom:20px;
    border:solid #000;
    border-width:1px 1px 0;
    width:200px;
}
.promo .menu li {
    border-top:1px solid #646464;
    border-bottom:1px solid #000;
    width:100%;
    overflow:hidden;
    float:left;
}
.promo .menu li a {
    background:#4b4b4b url(/WebAdmin/resources/images/bg-menu.gif) repeat-x;
    padding:4px 8px 5px;
    float:left;
    width:184px;
    color:#fff;
    font-size:12px;
    text-transform:uppercase;
    cursor:pointer;
}
.promo .menu li a span {
    background: url(/WebAdmin/resources/images/bullet01.gif) no-repeat 0 1px;
    padding:0 10px 0 14px;
    display:block;
}
.promo .menu li a:hover {
    background:#5d5d5d url(/WebAdmin/resources/images/bg-menu-hover.gif) repeat-x;
    text-decoration:none;
}
/* main */
#main {
    width:940px;
    overflow:hidden;
    padding:35px 20px;
    position:relative;
}
/* about-box */
#main .about-box {
    float:left;
    width:260px;
    line-height:15px;
}
#main .about-box h1 {
    font-size:25px;
    line-height:25px;
    font-weight:normal;
    color:#2691b7;
    margin:0 0 15px;
}
#main .about-box h1 span {color:#555;}
#main .about-box p {margin:0 0 14px;}
/* news-list */
#main  .news-list {
    list-style:none;
    margin:0 -40px 0 0;
    padding:14px 0 0 20px;
    width:671px;
    float:left;
    position:relative;
}
#main  .news-list:after {
    content:"";
    display:block;
    clear:both;
}
.news-list li {
    float:right;
    background: url(/WebAdmin/resources/images/bg-news.png) no-repeat;
    width:203px;
    height:212px;
    padding:10px 17px 18px 11px;
    margin:0 -4px;
}
.news-list li a {
    float:left;
    padding:20px 17px 32px 20px;
    color:#242424;
    height:160px;
    position:relative;
    cursor:pointer;
}
.news-list li a .heading {
    font-size:18px;
    font-weight:normal;
    display:block;
    color:#2691b7;
    margin-bottom:16px;
    text-transform:uppercase;
}
.news-list li a .text {
    display:block;
    margin-bottom:17px;
}
.news-list li a .link {
    background: url(/WebAdmin/resources/images/bullet02.gif) no-repeat 0 5px;
    padding-left:9px;
    color:#21a2cd;
    position:absolute;
    bottom:32px;
}
.news-list li a:hover {text-decoration:none;}
.news-list li a:hover  .link {
    color:#727272;
    background-position:0 -48px;
}
/* main inner */
#main.inner {
    background:#fff url(/WebAdmin/resources/images/registration.jpg) no-repeat;
    padding:136px 0 0;
    position:relative;
    width:100%;
}
#main .logo {
    width: 208px;
    height: 82px;
    text-indent:-9999px;
    overflow:hidden;
    position:absolute;
    top:30px;
    left:20px;
}
#main .logo  a {
    background: url(/WebAdmin/resources/images/logo02.png) no-repeat;
    display:block;
    height:100%;
}
/* content */
#content {
    float:right;
    width:780px;
    border-top:1px solid #21a2cd;
}
/* breadcrumbs */
#content .breadcrumbs {
    list-style:none;
    margin:0;
    padding:7px 20px 8px;
    background: url(/WebAdmin/resources/images/bg-breadcrumbs.png);
    height:1%;
    overflow:hidden;
    color:#21a2cd;
    font-size:11px;
}
* html #content .breadcrumbs {margin:0 0 0 1px;}
.breadcrumbs li {
    float:left;
    margin-right:8px;
}
.breadcrumbs li a {
    color:#000;
    float:left;
    background: url(/WebAdmin/resources/images/bullet05.gif) no-repeat 0 50%;
    padding-left:8px;
    position:relative;
}
.breadcrumbs li span {
    background: url(/WebAdmin/resources/images/bullet03.gif) no-repeat 0 50%;
    padding-left:8px;
}
/* sidebar */
#sidebar {
    float:left;
    width:201px;
}
#sidebar .menu-holder {
    border-bottom:8px solid #21a2cd;
}
/* sidebar menu */
#sidebar .menu {
    list-style:none;
    margin:0;
    padding:0;
    border:solid #000;
    border-width:0 1px;
    height:1%;
    overflow:hidden;
}
#sidebar .menu li {
    width:100%;
    float:left;
}
#sidebar .menu li a {
    background:#4b4b4b url(/WebAdmin/resources/images/bg-menu.gif) repeat-x;
    padding:0 9px 0 19px;
    line-height:23px;
    color:#fff;
    float:left;
    width:171px;
    border-top:1px solid #646464;
    border-bottom:1px solid #000;
}
#sidebar .menu a span {
    display:block;
    background: url(/WebAdmin/resources/images/bullet08.gif) no-repeat 100% 6px;
}
#sidebar .menu a:hover {
    color:#21a2cd;
    text-decoration:none;
}
#sidebar .menu a.open {
    color:#21a2cd;
}
#sidebar .menu a.open span {
    background: url(/WebAdmin/resources/images/bullet09.gif) no-repeat 100% 8px;
}
#sidebar .menu .submenu {
    list-style:none;
    margin:0;
    padding:0;
    background:#212121;
    width:100%;
    overflow:hidden;
}
#sidebar .menu .submenu a {
    background:none;
    border:0;
    width:162px;
    line-height:21px;
}
#sidebar .menu .submenu ul {
    list-style:none;
    margin:0;
    padding:0 0 4px;
    width:100%;
    overflow:hidden;
    background:#212121;
}
#sidebar .menu .submenu ul li a {
    padding-left:28px;
    line-height:18px;
}
#sidebar .menu .submenu ul li a.active {
    background: url(/WebAdmin/resources/images/bullet04.gif) no-repeat 19px 4px;
    color:#21a2cd;
}
#sidebar .menu .submenu ul li a:hover {color:#909090;}
/* main-holder */
.main-holder {
    width:100%;
    overflow:hidden;
    margin-top:96px;

    position:relative;
    padding-bottom:140px;
}
.content-holder {
    padding:15px 20px;
    width:739px;
}
/* aside */
.content-holder .aside {
    float:right;
    width:240px;
    margin-left:83px;
    font-size:11px;
    padding-top:38px;
    overflow:hidden;
}
/* visual */
.content-holder .aside .visual {
    width:100%;
    overflow:hidden;
    position:relative;
    margin-bottom:4px;
}
.aside .visual img {
    display:block;
}
.aside .visual .plus {
    position:absolute;
    background: url(/WebAdmin/resources/images/bg-plus.gif) no-repeat;
    width: 19px;
    height: 19px;
    text-indent:-9999px;
    overflow:hidden;
    bottom:0;
    right:0;
}
.aside p {margin:0 0 17px;}
/* data */
.content-holder .data {
    height:1%;
    overflow:hidden;
    line-height:15px;
}
.data h1 {
    font:18px/20px Arial, Helvetica, sans-serif;
    color:#2691b7;
    margin:0 0 12px;
    text-transform:uppercase;
}
.data p {
    margin:0 0 12px;
}
/* features-list */
.features-list {
    list-style:none;
    margin:0 0 32px;
    padding:14px 0 0;
}
.features-list li {
    padding:0 0 14px 16px;
    background: url(/WebAdmin/resources/images/bullet06.gif) no-repeat 0 3px;
}
/* files-list */
.files-list {
    list-style:none;
    margin:0;
    padding:0;
    border-top:1px solid #21a2cd;
}
.files-list li {
    width:100%;
    overflow:hidden;
    border-bottom:1px solid #21a2cd;
    vertical-align:top;
}
.files-list li a {
    height:1%;
    padding:3px 0 2px 6px;
    overflow:hidden;
    display:block;
    cursor:pointer;
}
.files-list li a .text {
    float:left;
    background: url(/WebAdmin/resources/images/bullet07.gif) no-repeat 0 3px;
    padding-left:10px;
    width:80%;
}
.files-list li a .name {
    display:block;
    font-weight:normal;
}
.files-list li a .description {
    font-size:11px;
    line-height:13px;
    color:#242424;
}
.files-list .doc-info {
    float:right;
    overflow:hidden;
    margin-right:-2px;
}
.doc-info em {
    font-style:normal;
    background: url(/WebAdmin/resources/images/divider03.gif) no-repeat 0 2px;
    padding:0 8px;
    margin-left:-1px;
}
.files-list li a:hover {
    text-decoration:none;
    background:#e8e8e8;
}
.files-list li a:hover .text {background: url(/WebAdmin/resources/images/bullet04.gif) no-repeat 0 3px; }
.main-holder .bfs-logo {
    background: url(/WebAdmin/resources/images/logo-bfs.gif) no-repeat;
    width: 160px;
    height: 126px;
    text-indent:-9999px;
    overflow:hidden;
    position:absolute;
    bottom:0;
    left:20px;
}
.bfs-logo a {
    display:block;
    height:100%;
}
/* comments form */
#content .comments {
    width:100%;
    overflow:hidden;
    padding-top:6px;
    line-height:13px;
}
#content .comments .twocolumns {

    overflow:hidden;

}
#content .comments legend {display:none;}
#content .comments .column {
    float:left;
    width:350px;
}
#content .comments label,
#content .comments .label {
    float:left;
    width:140px;
    color:#000;
    padding-top:2px;
}
#content .comments .vorn {
    padding-top:10px;
    width:130px;
}
#content .comments .row {
    width:100%;
    overflow:hidden;
    padding-bottom:10px;
}

#content .comments .radio {
    list-style:none;
    margin:0;
    padding:5px 0;
    float:left;
    overflow:hidden;
    width:195px;
}
#content .comments .radio li {
    float:left;
    margin-right:25px;
}
#content .comments .radio label {
    width:auto;
    padding:0;
}
#content .comments .radio input {
    float:left;
    width:16px;
    height:15px;
    padding:0;
    margin:0 5px 0 0;
}
#content .comments select {
    width:195px;
}
#content .comments .small {
    width:41px;
    margin-right:2px;
}
#content .comments .medium {
    width:125px;
}
#content .comments .check {
    list-style:none;
    margin:0;
    padding:2px 0 0;
    width:195px;
    overflow:hidden;
}
#content .comments .check li {
    float:left;
}
#content .comments .check li label {
    width:auto;
    padding:0;
    margin-right:14px;
}
#content .comments .check li input {
    float:left;
    width:16px;
    height:15px;
    padding:0;
    margin:0 4px 0 0;
}
#content .comments .submit {
    padding:0 7px;
    height:24px;
    overflow:hidden;
    float:right;
    font-weight: normal;
    text-shadow: none;
    box-shadow: none;
    background: url("../resources/images/btn-submit.gif") repeat-x scroll 0 -1px transparent;
    border: 1px solid #000000;
    color: #FFFFFF;
    cursor: pointer;
    height: 24px;
    line-height: 25px;
    padding: 0 9px 0 7px;
    text-align: center;
}
#content .comments .submit:hover {
    background-position:0 -27px;
    text-decoration:none;
}
#content .comments .submit span{
    padding: 0.1em 0.15em !important;
}
#content .comments .error{
    color:red;

}
#back a{
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}
#back a:focus{
    position:static;
    width:auto;
    height:auto;
}
/* footer */
#footer {
    text-align: center;
    position:relative;
    width: 100%;
    height: 70px;
    margin-top: -70px;
    font-size:11px;
}
#footer .footer-holder_CECDefault {
    background: url("../resources/images/bg-footer.gif") repeat-x scroll 0 100% rgba(0, 0, 0, 0);
    height: 20px;
    margin: 0 auto;
    overflow: hidden;
    padding: 38px 15px 12px;
    width: 751px;
}
#footer .footer-holder {
    width:940px;
    margin:0 auto;
    background: url(/WebAdmin/resources/images/bg-footer.gif) repeat-x 0 100%;
    overflow:hidden;
    padding:38px 20px 12px;
    height:20px;
}
#footer ul {
    list-style:none;
    margin:0;
    padding:0;
    overflow:hidden;
    float:left;
}
#footer ul li {
    float:left;
    padding:0 9px;
    background: url(/WebAdmin/resources/images/divider03.gif) no-repeat 0 2px;
    margin-left:-1px;
}
#footer ul address {
    font-style:normal;
    display:inline;
}
#footer ul span {color:#21a2cd;}
#footer .impr {
    float:right;
    color:#202323;
}
.hidden {display:none;}

.ui-corner-all {
    border-radius: 0px;
}
.ui-corner-top {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.ui-button-text{
    padding-top: 3px !important;
}

.button_big{
    text-shadow:none !important;
    border: none !important;
    
    height: 50px;
    padding-left: 50px;
    padding-right: 50px;
    
}
.button_small{
    text-shadow:none !important;
    border: none !important;   
   
    padding-left: 20px;
    padding-right: 20px;
    
}
.button_green{
    color:white !important;
    background-color: green !important;
    background-image: none !important;
    background-repeat: repeat !important;
    background-attachment: scroll !important;
    background-position: 0% 0% !important;
    background-clip: border-box !important;
    background-origin: padding-box !important;
    background-size: auto auto !important;
}
.button_red{
    color:white !important;
    background-color: red !important;
    background-image: none !important;
    background-repeat: repeat !important;
    background-attachment: scroll !important;
    background-position: 0% 0% !important;
    background-clip: border-box !important;
    background-origin: padding-box !important;
    background-size: auto auto !important;
}


.noBorder{
    border: 0 none;
    border: 0 solid #FFFFFF !important;
}
.noBorder tr{
    border: 0 solid #FFFFFF !important;

}
.noBorder td:first-child {    
    border-left: 1px solid #FFFFFF !important;
}
.noBorder td:last-child {    
    border-right: 1px solid #FFFFFF !important;
}
.noBorder tr:last-child {    
    border-bottom: 1px solid #FFFFFF !important;
}
