body {
	margin: 0px;
	padding: 0px;
	background: #333;
}
#pozadi {
        position: relative;
        width: 760px;
        margin-bottom: 40px;
}

#header {
        width: 760px;
        background-image: url('images/l_l.jpg');
        background-repeat: repeat-y;
}

#top {
        position: relative;
        height: 40px;
        width: 760px;
        left: 0px;
        top: 0px;
        background-image: url('images/l_t.jpg');
        background-repeat: repeat-x;
}

#bottom {
        position: relative;
        height: 40px;
        width: 760px;
        left: 0px;
        top: 0px;
        background-image: url('images/l_b.jpg');
        background-repeat: repeat-x;
}

#logo {
        position: absolute;
        right: 70px;
        bottom: 70px;
}

#pozaditab {
        padding-top: 1.2em;
}

img {
        border: 0;
}

.lf {
        position: relative;
        float: left;
}

.rf {
        position: relative;
        float: right;
}

.mainlogo {
        position: absolute;
        left: 60px;
        top: 60px;
       
}

.obsah {
        margin: 0;
        padding: 0;
        padding-top: 120px;
        padding-bottom: 50px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #242424;
        text-decoration: none;
        width: 600px;
        height: 100%;
        text-align: justify;
        line-height: 150%; 
}

.obsah a {
        color: #0099d8;
        text-decoration: none;
}

.obsah a:hover {
        color: white;
        background-color: #0099d8;
        text-decoration: underline;
}

h3 {
        padding-top: 0.4em;
}



p.klimatizace {padding:10px; border: 1px solid #DDF1A0; background:#F8FCEB;}


.pcopy {
	font-size: 11px;
	padding-top: 5em;
}