/*
Theme Name: DDM Blansko Oblázek
Theme URI: 
Description: Grafický layout pro web prezentaci DDM Blansko Oblázek
Version: 1.OO
Author: Marek Langr, DiS.
Author URI: http://www.mareklangr.cz/
Tags: 
*/

body {
    margin: 0px;
    background: #EA8130 url(images/background.gif) repeat-x top;
    text-align: center;
    /* font-family: Trebuchet MS; */
    font-family: Arial;
    font-size: 15px;
    color: #000000;
}

img {
    border: none;
}

a {
    text-decoration: none;
    color: #000000;
}

a:link {
    text-decoration: none;
    color: #000000;
}

a:hover {
    text-decoration: underline;
    color: #373737;
}

#page {
    width: 880px;
    text-align: left;
    margin: 0 auto;

}

#pageHeader {
    position: relative;
    margin-top: 0px;
    height: 214px;
    background-image: url(images/bg-header.gif);
    background-repeat: no-repeat;
}

#divBannerTop {
    position: absolute;
    right: 22px;
    bottom: 20px;
    width: 622px;
    height: 99px;
    /*background: url(images/banner.png) no-repeat top;*/
}

#swfBannerTop {
    width: 622px;
    height: 99px;
}

#divMainMenu {
    position: absolute;
    bottom: -2px;
    width: 750px;
    height: 18px;
    right: 25px;
    text-align: right;
    color: #000000;
    font-weight: bold;
}

#divMainMenu a, #divMainMenu a:link {
    text-decoration: none;
    color: #000000;
}

#divMainMenu a:hover {
    text-decoration: none;
    color: #EA8130;
}

#pageMiddle {
    min-height: 600px;
    height: auto !important;
    height: 600px;
    background-image: url(images/bg-middle.gif);
    background-repeat: repeat-y;
    padding-left: 30px;
    padding-right: 50px;
}

#divMiddleContainer {
    width: 850px;
    padding-bottom: 15px;
}

#divMiddleLeft {
    float: left;
}

#divMiddleLeftContent {
    width: 200px;
    padding-top: 55px;
}

.divMiddleLeftMenuItem {
    padding: 1px 0px 1px 10px;
    font-weight: bold;
    font-size: 16px;
}

.divMiddleLeftMenuStats {
    padding-left: 30px;
}

.divMiddleLeftMenuItem a, .divMiddleLeftMenuItem a:link {
    text-decoration: none;
    color: #000000;
}

.divMiddleLeftMenuItemColored a, .divMiddleLeftMenuItemColored a:link {
    text-decoration: none;
    color: #FF9900;
}

.divMiddleLeftMenuItem a:hover {
    text-decoration: none;
    color: #EA8130;
}

#divMiddleBgRight {
    width: 15px;
    height: 87px;
    background: url(images/bg-right.gif) no-repeat top;
    float: right;
}

#divMiddleRight {
    padding-left: 205px;
}

#divMiddleRightContent {
    width: 600px;
    padding: 20px 10px 10px 10px;
    text-align: justify;
}

h1 {
    margin: 0px;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
}

h2 {
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
/*    text-align: right;*/
}

#divMiddleReset {
    border:  0px none;
    margin:  0px;
    padding: 0px;

    float: none;
    clear: both;

    width: 0px;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
}

#pageFooter {
    height: 68px;
    background-image: url(images/bg-footer.gif);
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 50px;
    text-align: right;
    font-size: 10px;
}

#divFooterContent {
    width: 760px;
    /* border-top: 1px #EA8130 solid; */
    padding-top: 2px;
    padding-right: 10px;
}

