body {
    padding: 0;
    margin: 0;
    background: #483344;
    font-family: 'Merienda', cursive;
}

h1 {
    margin: 0;
    color: #483344;
    padding: 50px 0 0;
    text-align: center;
    font-size: 33px;
}

.logo {
    position: absolute;
    margin: 0;
}

a:hover, .info a:hover, .mainmenu li a:hover {
    color: #3D6FA9;
}

.info {
    position: absolute;
    margin: 40px 0 0 750px
}

.info p, .info a {
    margin: 0;
    padding: 0;
    color: #666;
    font-size: 14px;
    text-decoration: none;
}

.undertitle {
    text-align: center;
    padding: 5px 0 50px 0;
    font-size: 14px;
    color: #666;
}

h2 {
    color: #483344;
    margin: 0 0 40px;
    text-align: center;
}

.section h3 {
    color: #483344;
    margin: 0;
    padding-bottom: 20px;
}

h4 {
    margin: 5px 0 20px;
}

hr {
    border: 0;
    background: url(../img/separator.png) center no-repeat;
    padding: 20px 0;
    margin: 0;
}

.section {
    margin: 20px 0 0 0;
}

.section .top {
    background: url(../img/cbb1.png);
    height: 11px;
}

.section2 .top {
    background: url(../img/cbb2.png);
    height: 11px;
}

.section .content {
    background: url(../img/bg1.png);
}

.section2, .section2 h2 {
    color: #FFFFFF;
}

.section2 .container {
    padding: 20px 0;
}

.container {
    width: 1024px;
    margin: 0 auto;
}

.gallery {
    text-align: center;
    background: #FFF;
    padding: 10px;
    box-shadow: 0px 6px 12px -8px;
    width: 1004px;
    margin: 0 auto 20px auto;
}

.malice {
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
}

.malice .day {
    float: left;
    width: 20%;
    color: #6e4666;
    font-size: 90%;
}

.malice .day.today {
    color: #000;
    font-weight: bold;
}

.malice .day ul {
    padding: 0;
    margin: 0 15px;
}

.malice .today ul {
    background: none repeat scroll 0 0 rgba(110, 70, 102, 0.10);
}

.malice .day ul li {
    padding: 5px 0;
}

.malice table {
    width: 70%;
    margin-left: 15%;
    padding: 20px 0 40px 0;
}

.mainmenu {
    font-size: 14px;
    height: 50px;
    list-style: none outside none;
    margin: 0 0 20px;
    padding: 0 0 10px;
    text-align: center;
    background: url(../img/separator.png) center bottom no-repeat;
}


.mainmenu li {
    list-style: none outside none;
    position: relative;
    float: left;
    width: 25%;
}

.mainmenu li a {
    color: #000000;
    border: medium none;
    font-family: 'Merienda One',cursive;
    font-size: 21px;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    outline: medium none;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.section2 h2 {
    margin-top: 20px;
    margin-bottom: 0;
}

h2.bigTop {
    padding-top: 40px;
}

h2.sep {
    background: url(../img/separator.png) center bottom no-repeat;
    padding-bottom: 20px;
}

.specialOffer {
    position: relative;
    overflow: hidden;
    padding-top: 20px;
}

.specialOffer .special {
    float: left;
    width: 432px;
    padding: 0 40px;
    font-size: 14px;
    text-align: center;
}

.specialOffer .special.middle {
    border-right: 1px dashed rgba(255,255,255,.3);
    border-left: 1px dashed rgba(255,255,255,.3);
}

.special img {
    width: 200px;
    height: 150px;
    border: 10px solid #FFFFFF;
    box-shadow: 0px 6px 12px -8px #000000;
}

.special p {
    text-align: justify;
}

.map {
    width: 650px;
    padding: 10px;
    background: #FFFFFF;
}

.newsLetter {
    margin: 0;
    padding: 0 0 10px 0;
}

strong {
    color: #483344;
}

.dvorana {
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.dvorana img {
    width: 400px;
    margin: 20px;
}

.footer {
    margin-top: 20px;
    padding-bottom: 20px;
}

.data {
    float: left;
    padding-bottom: 20px;
}

.info2 {
    float: right;
    padding-bottom: 20px;
}

.data p, .info2 p, .info2 a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #FFFFFF;
}