body {
    text-align: center;
    background-color: #e5e5e5;
    font-family: "Lucida Sans", "Arial";
}

#wrapper {
    width: 1025px;
    margin-left: auto;
    margin-right: auto;
    border: 8px solid #cccccc;
    background-color: white;
    text-align: left;
}

#header {
    height: 275px;
    background-image: url('header.png');
}

#header h1, #header h2 {
    margin: 0px;
    padding: 0px;
    font-family: "Lucida Sans", "Arial";
}

#header h1#header_left {
    float: left;
    font-size: 40px;
    padding-top: 20px;
    padding-left: 35px;
    color: #d80000;
}

#header h1#header_middle {
    font-size: 40px;
    text-align: left;
    padding-top: 50px;
    margin-left: 400px;
}

#header h1#header_cez {
    font-size: 27px;
    float: left;
    margin-top: 20px;
    margin-left: 35px;
    _margin-left: 18px;
    padding-left: 48px;
    background: url('cez.png') no-repeat;
}

#header_logo {
    float: right;
    width: 300px;
    margin-right: 35px;
    text-align: center;
}

#header_logo h2 {
    font-size: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
}

ul#menu {
    display: block;
    position: absolute;  /*nebyla*/
    float: left;
    width: 950px;        /*640*/
    _float: none;
    margin: 0px;
    padding: 0px;
    margin-top: 130px;   /*82*/
    margin-left: 35px;
    clear: left;         
}

ul#menu li {
    list-style-type: none;
    display: inline;
    /*margin-right: 15px;*/ 
}

ul#menu li a {
    background-color: #333333;
    color: white;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    float: left;
    display: block;
    margin-right: 15px;
}

ul#menu li a:hover {
    background-color: #d80000;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}

ul#menu li a.active {
    background-color: #d80000;
}

ul#menu li a#loxone_a:hover {
    background-color: #84b818;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}

ul#menu li a#loxone_a.active {
    background-color: #84b818;
}

#content {
    padding: 20px;
    padding-left: 35px;
    padding-right: 35px;
    line-height: 150%;
}

#content a {
    text-decoration: underline;
    color: black;
}

#content a:hover {
    text-decoration: underline;
    color: #d80000;
}

#content-veos {
    line-height: 150%;
}

table, table tr, table tr td {
    border: 0px;
}

table {
    border-collapse: collapse;
}

table td {
    vertical-align: top;
    padding-right: 20px;
}

#footer {
    margin-left: auto;
    margin-right: auto;
    width: 1025px;
    font-size: 10px;
}

#footer #copyright {
    float: left;
}

#footer #links {
    float: right;
}

#footer a {
    text-decoration: none;
    color: black;
}

#footer a:hover {
    text-decoration: underline;
    color: #d80000;
}

#loxone_img {
    width: 400px;
    float: right;
    margin-left: 20px;
}

p {
  text-align: justify;
}

#content .loxone_text_green:hover {
  color: #84b818;
}