/** WRAPPER */

#wrapper {
}

/** HEADER */

#header {
}

/** PAGE */

#page {
}

/** CONTENT */

#content {
}

.aktualita{
    border-bottom:1px dotted;
    margin-bottom:10px;
}
.aktualita h3{
    margin-bottom:7px;
}
.aktualita span.datum{
    margin-left:10px;font-weight:bold;font-size:0.8em;
}
.aktualita p
{
    text-align:justify;
}

/** SIDEBAR */

#sidebar {
}

/** FOOTER */

#footer {
}


.content-login 
{
    border: 2px solid #A10C10;
    margin-top: 60px;
    width: 950px;
    text-align: center;
    background-color: #fff;
    margin-bottom: 5px;
    padding: 5px !important;
    border-radius: 5px;
    color: #000;
}

.content-login .row 
{
    margin: 10px 0;
}

.content-login .row label
{
  display: block;
}

.content-login .row .inline *
{
  display: initial;
}