body {
    background: url(../img/layout/body-background.jpg) repeat-x #e3e7e9;
    font-family: "Trebuchet MS", Sans-serif;
}

#stones {
    position: absolute;
    float: left;
    top: 0px;
    left: 0px;
    width: 796px;
    height: 574px;
    background: url(../img/layout/stones.jpg) no-repeat;
}

#container {
    width: 900px;
    margin: auto;
    position: relative;
    z-index: 2;
}

h1, h2, h3, h4 {
    font-family: "Georgia", Sans;
}

a {
    color: #ff7200;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
    color: #ffb67b;
}

/**
 * #header
 */
#header {
    position: relative;
    width: 900px;
    height: 150px;
    background: url("../img/layout/header-background.png");
}

#header .contact {
    position: absolute;
    left: 750px;
    top: 0px;
    color: white;
}

#header .contact a {
    width: 100px;
    height: 30px;
    text-align: center;
	line-height: 30px;
    color: white;
    text-decoration: underline;
	border-bottom: 1px solid white;
	display: block;
	background: url(../img/layout/white-20-percent.png) repeat;
}
#header .contact a:hover {
	text-decoration: none;
	
}

#header h1 {
    display: block;
    float: left;
    overflow: hidden;
    position: absolute;
    margin: 0;
    padding: 0;
    width: 350px;
    height: 60px;
    font-size: 1.3 em;
    color: #fff;
    z-index: 3;
    left: 10px;
    top: 20px;
}

#header h1 a {
    border: none;
    color: #fff;
    text-decoration: none;
}

#header h1 a span.text {
    display: none;
}

#header h1 span.logo {
    position: absolute;
    width: 350px;
    height: 60px;
    background-image: url("../img/layout/h1-logo-background.png");
    cursor: pointer;
    z-index: 3;
}

/* mainmenu */
#header .mainmenu {
    width: 900px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 90px;
    left: 0px;
    z-index: 2;
    background: url(../img/layout/mainmenu-background.png);
}

#header .mainmenu ul {
    position: relative;
    left: 0px;
    padding-left: 20px;
}

#header .mainmenu ul li {
    float: left;
}

#header .mainmenu ul li a {
    float: left;
    text-decoration: none;
    color: white;
    font-size: 10px;
    display: block;
    height: 40px;
    padding-left: 13px;
    padding-right: 13px;
}

#header .mainmenu ul li a:hover {
    background: url(../img/layout/mainmenu-background.png);
    color: white;
}

#header .mainmenu ul li a span {
    position: relative;
    top: 12px;
    font-family: "Georgia", Serif;
    font-size: 13px;
    color: white;
}

#header .mainmenu ul li a:hover span {
    text-decoration: underline;
    color: white;
}

#header .mainmenu ul li.menuactive a {
    background: url(../img/layout/mainmenu-background.png);
    color: white;
}

#header .mainmenu ul li.menuactive a span {
    text-decoration: underline;
    color: white;
    z-index: 3;
}

/* SLIDESHOWCONTAINER */
#slideShowContainer {
    width: 900px;
    height: 300px;
    background: url(../img/layout/slideshow-background.png);
}

/* BODY */
#body h2 {
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid white;
    color: #53e0ff;
}

#body h2 a {
    font-size: 24px;
    color: #53e0ff;
    font-family: "Georgia", Sans;
}

#body h2 a:hover {
    color: #9feeff;
}

#body-top {
    width: 900px;
    padding-top: 10px;
    padding-bottom: 30px;
    color: #ecf0f1;
    background: url(../img/layout/body-top-background.jpg) repeat-x;
	
}


#body-top h3 a {
    color: #ff7200;
    text-decoration: underline;
    font-family: "Georgia", Serif;
    font-size: 14px;
    margin: 3px 0;
}

#body-top h3 {
    color: #ff7200;
    font-family: "Georgia", Serif;
    font-size: 14px;
    margin: 3px 0;
}

#body-top h3 a:hover {
    text-decoration: none;
    color: #ffb67b;
}

#body-top .offer {
    margin-top: 10px;
}

#body-top .offer li {
    padding-left: 70px;
    background: url(../img/layout/testing-main-img.jpg) no-repeat;
    margin-top: 10px;
    clear: left;
    position: relative;
}

#body-top .offer li.zaluzie-img-01 {
    background: url(../img/layout/main/main-img-horizontalni-zaluzie.jpg) no-repeat;
}

#body-top .offer li.zaluzie-img-02 {
    background: url(../img/layout/main/main-img-vertikalni-zaluzie.jpg) no-repeat;
}

#body-top .offer li.zaluzie-img-03 {
    background: url(../img/layout/main/main-img-venkovni-zaluzie.jpg) no-repeat;
}

#body-top .offer li.rolety-img-01 {
    background: url(../img/layout/main/main-img-rolety-1.jpg) no-repeat;
}

#body-top .offer li.rolety-img-02 {
    background: url(../img/layout/main/main-img-rolety-2.jpg) no-repeat;
}

#body-top .offer li.site-proti-hmyzu-img-01 {
    background: url(../img/layout/main/main-img-site-1.jpg) no-repeat;
}

#body-bottom {
    position: relative;
    left: 10px;
    width: 880px;
    background: #f8f7f7;
    display: block;
    padding-top: 10px;
    padding-bottom: 30px;
    border: 1px solid #c8d3d8;
    border-bottom: 3px solid #c8d3d8;
}

#body-bottom h2 {
    color: #22606f;
    border-bottom: 1px solid #d1d8da;
}

#body-bottom .grid_4.omega h3 {
    font-weight: bold;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-family: "Georgia", Serif;
    margin-top: 10px;
}

p.telefon, p.telefon a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    Serif;
    margin-top:
    10px;
}

/** SUBPAGE*/
#subPage {
}

#subPage .breadcrumbs {
    position: relative;
    width: 900px;
    height: 60px;
    background: url(../img/layout/breadcrumbs-background.png);
}

#subPage .breadcrumbs h1 {
    color: white;
    line-height: 60px;
    text-indent: 30px;
}

#subPage .breadcrumbs h1 a, #subPage .breadcrumbs h1 span {
    color: white;
    font-family: "Georgia", Sans;
    font-size: 18px;
}

#subPage #body {
    width: 880px;
    min-height: 200px;
    position: relative;
    left: 10px;
    margin-top: 10px;
    background: white;
    padding-top: 20px;
    padding-bottom: 30px;
}

#subPage #body #menuwrapper li a {
    display: block;
    width: 100%;
    border-bottom: 1px solid #d1d8da;
    text-decoration: none;
}

#subPage #body #menuwrapper li a span {
    display: block;
    font-size: 14px;
    font-family: "Georgia", Sans;
    padding: 5px;
}

#subPage #body #menuwrapper li.menuactive a span {
    font-weight: bold;
    color: #d53d00;
}

#subPage .submenu .leading {
    height: 50px;
}

#subPage #body h2 {
    color: #00a3c7;
}

#subPage #body h3 {
    margin-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    color: #00a3c7;
}

#subPage strong {
    font-weight: bold;
    font-size: 110%;
    color: #D53D00;
}

#subPage #body #obsah p {
    margin-top: 10px;
}

#subPage #body #obsah ul {
    list-style: disc;
    list-style-position: inside;
}

#subPage #body #obsah ul li {
    padding-left: 40px;
}

/** NEWS*/
.novinka h3, .novinka h3 a {
    font-size: 15px;
    color: #071b20;
    font-family: "Georgia", Serif;
    font-weight: bold;
}

/* FOOTER */
#footer {
    color: #ecf0f1;
    background: url(../img/layout/body-top-background.jpg) 100px repeat-x;
    padding: 20px 0;
    margin-bottom: 100px;
    border-top: 3px solid orange;
}

#footer strong {
    color: white;
}

#footer .grid_4.omega {
    text-align: right;
}
