﻿* {
    margin: 0;
    padding: 0;
    border: 0;
}

html,
body {
    height: 100%;
    min-height: 100%;
}

body {
    font-family: 'Istok Web', 'Droid Sans', Verdana, Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.25em;
    color: #333;
    position: relative; 
    background-color: #e5dfda;
}

.clearSpace {
    clear: both;  
    display: block;
    height: 1px;
    line-height: 1em;
}


/* TOP BLOCK */

#topBlock {
    display: block;
    background: #0d0602 url(../img/bg-slider-wood-dark.jpg) 0 0 repeat-x;
    height: 200px;
}

#logo {
    float: left;
    margin-left: 20px;
}

#topBlockContent {
    width: 960px; 
    margin: 0 auto;
    border-top: 15px solid #bdd703;
    padding: 20px 0px;
}

#topAdress {
    float: right;
    display: block;
    position: relative;
    top: 0px;
    right: 20px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}

#topNav ul {
    float: right;
    display: table;
    list-style: none;
    margin: 40px 20px 0px 0px;
    padding: 0px 0px;
    font-size: 18px;
    font-family: 'PT Sans Narrow', Verdana, Arial, sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
}
#topNav li {
    display: table-cell;
    padding: 20px 0px;
}
#topNav li a {
    margin-left: 5px;
    padding: 15px 15px;
    background-color: transparent;
    text-decoration: none;
    text-transform: uppercase;
    color: #e5dfda;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
#topNav li a:hover {
    background-color: #402c20;
    color: #fff;
    text-shadow: 0px 0px 6px #000;
}

#topNav li.menu-current a,
#topNav li.menu-parent a {
    background-color: #fff;
    color: #261a13 !important;
}


/* SUBNAVIGATION */

.subNav ul {
    margin-top: 20px;
}
.subNav li {
    list-style: none;
    padding-left: 0 !important;
    background-image: none !important;
}
.subNav li a {
    padding-left: 24px;
    background: transparent url(../img/icon-subnav.png) 0 3px no-repeat;
    text-decoration: none;
    color: #595147 !important;
}
.subNav li a:hover,
.subNav li a.current,
.subNav li .menu_current a {
    background: transparent url(../img/icon-subnav-current.png) 0 3px no-repeat;
    color: #261a13 !important;
}



/* IMAGE SLIDER */

#imageSlider {
    display: block;
    margin: 0 auto;
    height: 420px;
    padding: 0px;
    background: transparent url(../img/bg-slider-wood.jpg) 0 0 repeat;
}
#imageSlider .slider {
    background: transparent url(../img/bg-slider-shadow.png) top center no-repeat;
    margin: 0 auto;
    width: 960px;
    height: 400px;
    padding-top: 20px;
    position: relative;
}
#myRoundabout {
    width: 600px;
    margin: 0 auto;
    padding: 0px;
}
#myRoundabout li img {
    border: 10px solid #fff;
}
.roundabout-holder {
    padding: 0; 
    margin: 0;
    height: 350px; 
    list-style: none;
}
.roundabout-moveable-item {
    height: 350px;
    width: 300px;
    cursor: pointer;
    background-color: #ffc;
}
.roundabout-in-focus { 
    cursor: auto;
}



/* CONTENT BLOCK */

#contentBlock {
    margin: 20px auto;
    width: 920px;
    background-color: #fff;
    padding: 40px 0px 0px 0px;
    -moz-box-shadow: 0px 0px 5px #bbb;
    -webkit-box-shadow: 0px 0px 5px #bbb;
    box-shadow: 0px 0px 5px #bbb;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

#columnLeft {
    float: left;
    width: 560px;    
    padding: 0px 0px 20px 40px;
    margin-right: 60px;
}
#columnRight {
    padding-left: 20px;
    float: left;
    width: 230px;
}

#contentBlock h1,
#contentBlock h2,
#contentBlock h3,
#contentBlock h4,
#contentBlock h5,
#contentBlock h6 {
    font-family: 'PT Sans Narrow', Verdana, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.5em;
    color: #261d17;
}
#contentBlock h2,
#contentBlock h3,
#contentBlock h4,
#contentBlock h5,
#contentBlock h6 {
    margin-top: 1em;
}
#contentBlock h1 {
    font-size: 32px;
    text-transform: uppercase;
    border-bottom: 1px solid #e5dfda;
    margin: 0 0 10px 0;
}
#contentBlock h2 {
    font-size: 28px;
}
#contentBlock h3 {
    font-size: 24px;
}
#contentBlock h4,
#contentBlock h5,
#contentBlock h6 {
    font-size: 20px;
}
#contentBlock p +  p {
    margin-top: 10px;
}
#contentBlock a {
    color: #879902;
}
#contentBlock a:hover {
    color: #5a6601;
}

#contentBlock ul,
#contentBlock ol {
    list-style-position: inside;
} 
#contentBlock li {
    margin: 5px 0px;
} 
#contentBlock #columnLeft img {
    border: 6px solid #e5dfda;
    margin-right: 10px;
    margin-bottom: 10px;
}

#contentBlock #columnLeft table {
        border-collapse: collapse;
}
#contentBlock #columnLeft table th {
    padding: 5px 10px;
    border: 1px solid #999;
    background-color: #999;
    color: #fff;
    font-weight: bold;
        border-collapse: collapse;
}

#contentBlock #columnLeft table td {
    padding: 5px 10px;
    border: 1px solid #999;
    border-collapse: collapse;
}

#contentBlock #columnRight ul {
    
}
#contentBlock #columnRight li {
    list-style: none;
    background: transparent url(../img/icon-list-ok.png) 0 2px no-repeat;
    padding-left: 22px;
    margin: 0.75em 0;
    line-height: 1.2em;
}



/* FORMULARE */

form table {
    margin-top: 20px;
}
form th,
form td {
    padding: 10px 5px;
    border: none !important;
}
form label {
    font-family: 'Istok Web', 'Droid Sans', Verdana, Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.25em;
    color: #333;
}
form input[type=text],
form textarea,
form select {
    border: 1px solid #333;
    font-family: 'Istok Web', 'Droid Sans', Verdana, Arial, sans-serif !important;
    font-weight: normal !important;
    font-size: 16px !important;
    line-height: 1em;
    width: 350px !important;
    padding: 0px 0px 0px 5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
form input[type=text]:focus,
form textarea:focus,
form select:focus {
    border: 1px solid #0d0602;
    background-color: #bdd703;
    color: #0d0602;

}
form input[type=submit] {
    border: 3px solid #bdd703;
    padding: 5px 15px;
    background-color: #0d0602;
    color: #bdd703;
    font-weight: bold;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
form input[type=submit]:hover {
    cursor: pointer;
    border: 3px solid #0d0602;
    background-color: #bdd703;
    color: #0d0602;
}

/* FOOTER BLOCK */

#footerBlock {
    color: #fff;
    font-size: 79%;
    margin-top: 30px;
    border: 2px solid #fff;
    -webkit-border-bottom-right-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-bottomright: 12px;
    -moz-border-radius-bottomleft: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}
#footerBlock a {
    color: #fff;
    text-decoration: none;
}
#footerBlock a:hover {
    text-decoration: underline;
}

#footerBlock .footerContent {
    margin: 0 auto;
}
#footerBlock .footerNav {
    background-color: #0d0602 ;
    padding: 10px 20px;
    margin: 0 auto;
    border-bottom: 10px solid #bdd703;
    -webkit-border-bottom-right-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-bottomright: 12px;
    -moz-border-radius-bottomleft: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}


