body {
    font-family: Arial, sans-serif;
    font-size: 1em;
    color: #000000;
    min-height: 400px;
    margin: 0;
    
    padding: 0;
    background-color: #F9F9F9;
}

h1, h2, h3, h4, h5, h6 {
    
}

h1 {
    padding: 5px;
    width: 40%;
}

h1.title {
    display: none;
}

h2 {

}

.main-layout {
    width: 900px;
    margin: 0 auto;
    position: relative;
    top: 0;
    
    background: url(../images/header.jpg) #4d4d4d no-repeat top center;
    border-left: 1px solid #a79c9c;
    border-right: 1px solid #a79c9c;
}

.auth-layout {
    width: 400px;
    margin: 0 auto;
    position: relative;
    padding: 50px 0;
}

.entry,
.single {
    border: 1px solid #cfc9c9;
    background-color: #f9f9f9;
    border-radius: 10px;
    
    margin: 30px;
    padding: 20px 30px;
}

a,
.block a,
.navigator a,
.entry a {
    text-decoration: none;
    color: #000000;
}

a:hover,
.block a:hover,
.navigator a:hover,
.entry a:hover {
    color: #54eeee
}

a.imglink img {
    border: 1px solid #FFFFFF;
}

a.imglink:hover img {
    border: 1px solid #000000;
}

.block a,
.entry a {
    font-weight: bold;
}

textarea {
    font-family: Arial, sans-serif;
    font-size: 1em;
}

table {
    margin-top: 5px;
    width: 100%;
    font-size: 12px;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 5px auto 5px auto;
}

table textarea {
    width: 100%;
}

th {
    padding: 5px;
    border-bottom: 1px solid;
    font-weight: normal;
}

th.title {
    background: none;
}

td {
    padding: 5px 2px 5px 2px;
}

.navigator {
    margin: 0px 0 16px 0;
    z-index: 1000;
    
    float: left;
    width: 100%;
}

.homelink {
    display: block;
    height: 200px;
    width: 220px;
    margin: auto;
}

.adminmenu {
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.adminmenu li {
    float: left;
    padding: 2px;
}

.contentmenu {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

.contentmenu li {
    /*float: left;*/
    padding: 2px;
    
    margin: 0 15px 0 15px;
    text-transform: uppercase;
    display: inline;
}

.lang {
    float: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.lang li {
    float: left;
    padding: 2px;
}

.lang li:first-child {
    border-left: none;
}

.lang a {
    border: none;
    background: none;
}

.lang a:hover {
    background: none;
}

.hidden {
    display: none;
}

.entry,
.single {
    
}

.content,
.lead {
    padding: 5px;
}

.more {
    margin-left: 10px;
    cursor: pointer;
}

td a {

}

.admin-buttons {
    padding: 5px;
    border-top: 1px dotted #000000;
}

.subtitle {
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    top: 0; right: 0;
    font-style: italic;
    
    display: none;
}

.logout {
    
}

a.img {
    padding: 10px;
    margin: 20px;
    display: inline-block;
    line-height: 1em;
}

a.img img {
    border-radius: 5px;
    height: 100px;
}

.center {
    text-align: center;
}

p {
    margin: 0 0 20px 0;
}

.faq-num {
    display: inline;
    font-size: 1.4em;
    font-weight: normal;
    left: -7px;
    margin: 0;
    padding: 2px 6px;
    position: relative;
    top: -5px;
}

textarea.message {
    height: 200px;
}

.imgbutton {
    display: inline-block;
}

.clr {
    clear: both;
}

.img-preview {
    height: 100px;
    margin: 2px;
}

.gallery {
    width: 100%;
    height: 400px;
    position: relative;
}

.gallery img {
    border: 1px solid white;
    position: absolute;
    bottom: 0;
}

.switch {
    display: block;
    margin-bottom: 5px;
}

.marked td {
    background: #EEEEEE;
}

.marked-all td {
    opacity: 0.5;
}

.sys-messages-wrapper,
.sys-messages-popup-wrapper {
    position: absolute;
    width: 100%;
}

.sys-messages-wrapper .sys-messages {
    position: relative;
    width: 500px;
    background: #EEEEEE;
    margin: 0 auto;
}

.sys-messages-popup-wrapper .sys-messages {
    position: relative;
    width: 100%;
    background: #EEEEEE;
    margin: 0 auto;
}

.sys-messages {
    list-style-type: none;
}

.sys-messages li.info {
    color: #449944;
}

.sys-messages li.error {
    color: #FF6666;
}

.register-wrapper {
    position: relative;
}

.countdown-wrapper {
    clear: both;
}

.block-wrapper {
    float: left;
    width: 100%;
    box-shadow: 0 9px 6px -6px black inset;
    background-color: #ececec;
}

.block {
    box-shadow: 0px -9px 6px -6px black inset;
    float: left;
    width: 100%;
}

.footer {
    clear: both;
    background-color: #333333;
    font-size: 0.8em;
    color: #808080;
    padding: 10px 50px;
}

.footermenu {
    list-style-type: none;
    float: left;
    margin: 0 0 15px 0;
    padding: 0;
}

.footermenu li {
    margin: 0;
    float: left;
    width: 33%;
}

.footermenu li:nth-child(3n+3) {
    text-align: right;
    float: right;
}

.footermenu li:nth-child(3n+2) {
    padding-left: 6%;
    width: 27%;
}

.footer a {
    font-size: 1.1em;
    text-decoration: none;
    color: #808080;
}

.footer a:hover {
    color: #FFFFFF;
}

.copyrightText {
    clear: both;
    color: #5c5c5c;
    margin: 15px 0 0 0;
    text-align: justify;
}

.copyrightSign {
    margin: 10px 0 0 0;
    text-align: center;
    color: #5c5c5c;
}

.sourceform {
    text-align: center;
}

.sourceform input {
    margin: 10px;
}

.emailpathInfo {
    text-align: center;
    margin: 5px;
}