@font-face {
    font-family: 'Yanone Kaffeesatz';
    src: url('fonts/YanoneKaffeesatz-Regular.otf');
    src: local('☺'),
        url("fonts/YanoneKaffeesatz-Regular.woff") format("woff"),
        url("fonts/YanoneKaffeesatz-Regular.otf") format("opentype"),
        url("fonts/YanoneKaffeesatz-Regular.ttf") format("truetype");
}
.navbar .brand, h1, h2, h3, h4, h5, h6{
    font-family: 'Yanone Kaffeesatz', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
}


h1,
h2,
h3,
h4,
h5,
h6{
    color: #004f9f;
}
.row-fluid.text-success{
    color: #000;
}
.progress-success .bar, .progress .bar-success {
    background-color: #9ab3ef;
    background-image: -moz-linear-gradient(top,#a9bef1,#8ba8ed);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#a9bef1),to(#8ba8ed));
    background-image: -webkit-linear-gradient(top,#a9bef1,#8ba8ed);
    background-image: -o-linear-gradient(top,#a9bef1,#8ba8ed);
    background-image: linear-gradient(to bottom,#a9bef1,#8ba8ed);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa9bef1',endColorstr='#ff8ba8ed',GradientType=0);
}

.alert.alert-custom {
    background-color: #e9eef8;
    border: 1px solid #004f9f;
}
.alert.alert-custom,
.alert.alert-custom h4 {
    color: #004f9f;
}


.background {
/*    max-width: 900px;*/
    margin: auto;
    position: relative;
    overflow: hidden;
    padding-bottom: 40px;
/*    background-image: url('../img/128-16.jpg');*/
    min-width: 900px;
}

#site {
    border-radius: 10px;
    width: 100%;
    max-width: 760px;
    margin: auto;
    background-color: #fcf6ee;
    padding: 30px;
    margin-top: 24px;
}

.header {
    width: 870px;
    height: 115px;
    margin: auto;
    position: relative;
}
.header_background{
    background-image: url('../img/banner_top.png');
}
.header_logo {
    margin-top: 11px;
    margin-left: 16px;
}

.header_links {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #2c5895;
    font-weight: bold;
}

.header_links a {
    color: #FFFFFF;
}
.bread.crumb{
    background-color: #e9eef8;
}