body {
    background-color: #f4f4f4;
}

div.container {
/*
    background-color: #fcfcfc;
*/
}

.header-stripe {
    background: url('/images/foto_domu_stripe.png') no-repeat center center;
/*
    background-size: 100% auto;
*/
    background-size: cover;

/*
    background: #5FA5AC;
*/
/*
    background: #3F888F;
*/
}

div.news-article {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

div.news-article-footer {
    color: #555;
}

.slide-carousel {
    width: 20%;
    float: left;
    display: inline-block;
}

.slide-carousel .carousel-indicators {
    margin-bottom: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
}

.slide-carousel .carousel-indicators li {
    border-radius: 0;
    width: 20px;
    height: 6px;
}

.slide-carousel .carousel-indicators .active {
    margin: 1px;
}

.slide-content {
    position: absolute;
    top: 0;
    left: 20%;
    display: block;
    float: left;
    width: 80%;
    max-height: 76%;
    padding: 1.5% 2% 2% 2%;
    overflow-y: auto;
}

.slide-content h4 {
    margin-bottom: 3px;
    margin-top: 0;
}

.slide-footer {
    position: absolute;
    bottom: 0;
    left: 20%;
    width: 78%;
    height: 20%;
    margin: 1%;
}

#newcontent {
    height: 400px;
    clear: both;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

div.toolbox {
    float: right;
    margin-right: 10%;
}

#mailtext {
    margin-top: 20px;
    width: 100ch;
    height: 20em;
}

.no-error {
    border: 1px solid #48E605;
}

.has-error {
    border: 1px solid #FF2C2C;
}

div.pages-list {
    text-align: center;
    font-size: 1.1em;
}

div.pages-list a {
    font-weight: bold;
    margin: 0 1ch;
}

a.active {
    color: #666;
}

p.formNotice {
    color: #f00;
}
