﻿/* zakladni prvky */
body {
	background-color: #FEDFB6;
	color: #333333;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: tahoma;
	font-size: 14px;
	background-image: url('../Images/Web-grafika/bck.gif');
    background-repeat: repeat-x;
}
h1 {
    font-size: 20px;
}
h2 {
    font-size: 17px;
}
h3 {
    font-size: 14px;
}
hr {
    color: #34C0F5;
}
/* tělo stránek */
.mainbody {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    background-color: #34C0F5;
    height:100%;
    min-height:100%;
    overflow: hidden;            
}
.top-main {
    height: 93px;
    width: 950px;
    background-image: url('../Images/Web-grafika/top-banner.jpg');
    background-repeat: no-repeat;
}
.ikony {
    width: 280px;
    height: 13px;
    float: right;
    position: relative;
    top: 65px; 
}

.left-column {
    width: 210px;
    float: left;
    position: relative;
    margin: 0;
	padding: 0;
	height: 100%; 
}
.right-column {
    height: 100%;
    width: 740px;
    background-color: white;
    float: right; 
    position: relative; 
}
.sitemap {
    height: 40px;
    width: 740px;
    line-height: 40px;
    vertical-align: middle;
    font-size: 11px;
    font-weight: bold;
    background-image: url('../Images/Web-grafika/banner/sitemap-bck.png');
    background-repeat: repeat-y;
}
.banner {
    height: 213px;
    width: 740px;
    background-color: white;
    background-image: url('../Images/Web-grafika/banner/baner1.jpg');
    background-repeat: no-repeat;
}
.banner-mezera {
    height: 173px;
    width: 740px;
}
.dolni-banner {
    height: 91px;
    width: 950px;
    font-size: 12px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    
}
.paticka {
    height: 65px;
    width: 950px;
    color: white;
    font-size: 12px;
    line-height: 65px;
    vertical-align: middle;
    text-align: center;
    background-color: #33CCFF;
    margin-left: auto;
    margin-right: auto;
    background-image: url('../Images/Web-grafika/paticka.jpg');
    background-repeat: no-repeat;
}
.polozka-menu{
    height: 40px;
    width: 210px;
}
.text-area {
    min-height: 350px;
    width: 740px;
    overflow: hidden;
    background-color: White;
}
.text-obsah {
    padding-right: 10px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-top: 10px;
}
.text-obsah-uvod {
    padding-bottom: 30px;
    padding-left: 10px;
    width: 430px;
    text-align: justify;
}
.menu-sluzby
{
    width: 100%;
    height: 20px;
    background-color: #7FD7F8;
    background-image: url('../Images/Web-grafika/btn2-bck.png');
    background-repeat: repeat-x;
    color: #FFFFFF;
}
.images
{
    float: right;
    border-style: solid;
    border-color: #34C0F5
}
.post
{
    border-color: #74D3F7;
    border-style: solid;
    background-color: #C1EBF9;
    padding-left: 10px;
    padding-right: 10px;
    width: 690px;
}
.language
{
    width:100px;
    height: 30px;
    line-height:30px;
    vertical-align: middle
}