body {
    margin: auto;
    padding: 0;
    background: #757475 url(../img/body-bg.png) repeat-x;
    text-align: center;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 14px;
    text-align: left;
}

/* [] OVERALL SETTINGS*/
a:link, a:visited, a:active, a:hover {
    color: #e03122;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
strong, b {
    font-weight: bold;
}
h1,h2,h3,h4,h5,h6 {
    color: black;
    margin-bottom: 10px;
    font-weight: bold;
}
h1 {
/*    color: #314b99;*/
    color: #36226f;
    font-size: 18px;
}
h2 {
    font-size: 16px;
}
h3 {
    font-size: 14px;
}
h4 {
    font-size: 14px;
}
p {
    margin-bottom: 20px;
}
label {
    display: block;
    margin-bottom: 3px;
    padding: 3px 0;
}
label span {
    font-style: italic;
    font-size: 12px;
    margin-left: 10px;
}
input[type=text], textarea {
    padding: 7px;
    background: #fff;
    color: black;
    border: 0;
    width: 95%;
    font-size: 14px;
    margin-bottom: 10px;
}
input[type=submit] {
    padding: 5px;
}
select {
    margin-bottom: 10px;
}
legend {
    font-weight: bold;
}
textarea {
    height: 120px;
}


/* [] LAYOUT */
#wrapper {
    width: 976px;
    margin: 30px auto 30px auto;
    overflow: hidden;
}
#header {
    position: relative;
    width: 100%;
    height: 110px;
}
.header-Pages {
    height: 364px !important;
}
div#message {
    background: #e0e7ee;
    color: black;
    font-weight: bold;
    padding: .5em;
    margin: 0;
    text-align: center;
}
#flashMessage {
    text-align: center;
    color: red;
    font-size: 16px;
    font-weight: bold;
    margin: 10px;
}
.error-message {
    color: red;
    font-weight: bold;
}
.hidden {
    display: none;
}
#hidden-navigation {
    display: none;
}
a.button {
    color: white;
    background: url(../img/button-bg.gif) no-repeat;
    padding: 5px;
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
    width: 126px;
    display: block;
}
.button a:hover {

}


/* [] HEADER */
#logo {
    display: block;
    background: url(../img/header-picture2.png) no-repeat;
    width: 976px;
    height: 228px;
}
.en #logo {
    background: url(../img/header-picture3.png) no-repeat;
}
#logo h2, #logo h1 {
    display: none;
}



/* [] NAVIGATION */
#navigation{
    color: white;
    width: 960px;
    background: #314d9b url(../img/menu-bg.png) repeat-x;
    margin-left: 16px;
    overflow: auto;
}
#navigation ul li {
    float: left;
}
#navigation ul.nav li a, #navigation .nav a:active, #navigation .nav a:visited {
    color: white;
    display: block;
    padding: 18px 20px 18px 20px;
    text-decoration: none;
}
#navigation .nav .last a {
    background: none;
    padding-right: 39px;
}
#navigation ul.nav li a:hover, #navigation .nav .active {
    background: url(../img/menu-active-bg.gif) bottom center no-repeat;
}

#languages {
    float: right;
    margin: 17px 17px 0 0;
}
#languages li {
    float: left;
    margin-left: 5px;
}
#languages li a {
    display: block;
    text-align: left;
    width: 28px;
    height: 20px;
    text-indent: -5000px;
}
#languages .sk a, #languages .sk a:hover {
    background: url(../img/sk-flag.gif) no-repeat;
}
#languages .en a, #languages .en a:hover {
    background: url(../img/en-flag.gif) no-repeat;
}


/* [] CONTENT */
#content {
    background: #dcdcdc url(../img/content-bg.gif) right repeat-y;
    color: black;
    overflow: hidden;
    width: 960px;
    margin-left: 16px;
}
#content-inner {
    width: 654px;
    overflow: auto;
    float: left;
    margin: 20px;
}
.content {
    text-align: justify;
}
.content ul {
    margin: 0 20px 20px 20px;
}
.content li {
    list-style: disc;
    margin-bottom: 10px;
}
.article h1 {
    font-size: 30px;
    margin-bottom: 20px;
}


/* [] BREADCRUMBS */
#crumbs {
    background: #c8c7c7;
    overflow: auto;
    padding: 10px 10px 10px 10px;
    font-size: 12px;
    margin-bottom: 20px;
    color: #565555;
}
#crumbs li {
    float: left;
}
#crumbs li:last-child {
    font-weight: bold;
    font-style: italic;
}
#crumbs li:after {
    content: '»';
    color: #116ca8;
    margin: 10px;
}
#crumbs li:last-child:after {
    content: '';
}

/* [] BOXES */
#boxes {
    float: right;
    width: 266px;
    color: white;
}
#boxes a, #boxes a:active, #boxes a:visited {
    color: white;
}
#boxes .content {
    margin-left: 36px;
}
#boxes .section {
    margin-top: 20px;
}
#boxes h3 {
    background: url(../img/box-header-bg.gif) no-repeat;
    color: white;
    padding: 13px 20px 27px 36px;
    margin-bottom: 0;
}
#boxes .map {
    width: 210px;
    height: 70px;
    background: url(../img/map.jpg) no-repeat;
    position: relative;
    margin: 20px 20px 20px 36px;
}
#boxes .map a {
    display: block;
    position: absolute;
    top: 20px;
    left: 45px;
    background: black;
    opacity: .7;
    /*    filter:alpha(opacity=70);*/
    -moz-opacity: .7;
    color: white;
    padding: 10px;
    text-decoration: none;
    font-weight: bold;
}
#boxes .map a:hover {
    text-decoration: underline;
}

/* [] HOMEPAGE */
.welcome-text {
    width: 370px;
    margin-right: 30px;
    float: left;
    line-height: 23px;
}
.welcome-text h1 {
    font-size: 18px;
    margin-bottom: 10px;
}
.homepage-news {
    width: 240px;
    float: left;
    margin-bottom: 30px;
}
.homepage-news h2 {
    color: #314b99;
}
.homepage-news h3 {
    font-size: 14px;
    color: black;
    margin-bottom: 5px;
}
.homepage-news h3 a, .homepage-news h3 a:active, .homepage-news h3 a:visited {
    color: black;
    font-weight: bold;
    text-decoration: none;
}
.homepage-news h3 a:hover {
    text-decoration: underline;
}

.homepage-news .time {
    color: #565555;
    font-size: 13px;
    margin-bottom: 5px;
}
.homepage-news .article {
    margin-bottom: 20px;
}
.machines {
    clear: both;
}
.machines h2 {
    color: #314b99;
}
.machines a {
    display: block;
    text-indent: -5000px;
    height: 140px;
}
.machines .item1 a {
    width: 200px;
    background: url(../img/machine-1.jpg) no-repeat;
}
.machines .item2 a {
    width: 166px;
    background: url(../img/machine-2.jpg) no-repeat;
}
.machines .item3 a {
    width: 158px;
    background: url(../img/machine-3.jpg) no-repeat;
}
.machines li {
    float: left;
    margin-right: 30px;
}


/* [] FOOTER */
#footer {
    width: 960px;
    overflow: auto;
    margin-left: 16px;
    background: #c8c7c7;
    color: #565555;
}
#footer span {
    font-weight: bold;
    display: block;
    padding: 20px;
}
#footer .copyright {
    float: left;
}
#footer .author {
    float: right;
    font-size: 13px;
}
#footer a,#footer a:visited, #footer a:active {
    color: #565555;
    font-weight: normal;
}
#footer a:hover {
    text-decoration: none;
}


/* [] NEWS */
.news .time {
    font-style: italic;
    margin-bottom: 10px;
    font-size: 13px;
    color: #565555;
    display: block;
}
.news .article {
    margin-bottom: 30px;
}


/* [] CONTACT */
#contact-form {
    width: 600px;
    margin: 0 10px 10px 0;
    clear: both;
}
#contact-form fieldset {
    padding: 10px;
    /*    background: #f0f0f0;*/
    background: #c8c7c7;

}
#contact-form ul {
    margin: 0;
    padding: 0
}

#kontakt dl {
    margin-bottom: 20px;
}
#kontakt dt {
    float: left;
    clear: left;
    width: 70px;
    font-weight: bold;
    margin-bottom: 5px;
}
#kontakt dd {
    margin-bottom: 5px;
    overflow: auto;
}
#kontakt .info {
    float: left;
    /*    margin-right: 40px;*/
    width: 210px;
    overflow: auto;
}
#kontakt .headquarter {
    line-height: 19px;
}


/* [] FORM ERRORS */
.error-message {
    margin-bottom: 10px;
}
.form-error {
    border: 1px solid red !important;
}


/* [] CO ROBIME */
#co-robime .section {
    margin-bottom: 50px;
}