html, body {
     margin:0; padding:0;
     height:100%;
     background-image: url(../img/podklad1.jpg);
     background-repeat: repeat-x;
     background-color: #1f1f1f;
}

body {
     font-family: Georgia, Times New Roman, Arial, Courier New, MS Sans Serif, Verdana, Geneva, Helvetica, Serif, Garamond, Lucida Grande, System, Arial, Courier, sans-serif, Courier, monotype, sans-serif;
     text-align: center;
     color: #f7eec2;
     font-size: 16px;
}

#mainpage {
     width: 1060px;
     min-height: 700px;
     _height: 700px;
     background-image: url(../img/podklad2.jpg);
     background-repeat: repeat-y;
     position: relative;
     margin: 0px auto; 
}

#page {
	 width: 1000px;
	 _width: 1060px;
     min-height: 700px;
     _height: 700px;
     background-repeat: no-repeat;
     position: relative;
     float: left;
     margin: 0px auto;
     padding: 0px 30px 0px 30px;
     
}

#topbar {
     width: 1000px;
     height: 150px;
     position: relative;
     float: left;
     text-align: left;
     margin: 0px 0px 0px 0px;
     /* background-color: #1f1f1f; */
}

#topbar_home {
     width: 350px;
     height: 150px;
     position: relative;
     float: left;
     margin: 0px 0px 0px 0px;
     cursor: pointer;
     /* background-color: white; */
}

#topbar_menu {
     width: 600px;
     height: 80px;
     position: relative;
     float: left;
     font-size: 15px;
     font-family: Geneva, Times New Roman, Arial;
     margin: 0px 0px 0px 50px;
     /* background-color: blue; */
}

a.topbar_menu_polozka {
     width: 150px;
     height: 48px;
     _height: 80px;
     position: relative;
     float: left;
     color: black;
     text-decoration: none;
     text-align: center;
     margin: 0px 0px 0px 0px;
     padding: 32px 0px 0px 0px;
     /* background-color: blue; */
}

a.topbar_menu_polozka:hover {
     color: #0086c9;
}

a.topbar_menu_polozka2 {
     width: 150px;
     height: 48px;
     _height: 80px;
     position: relative;
     float: left;
     color: black;
     text-decoration: none;
     text-align: center;
     margin: 0px 0px 0px 0px;
     padding: 32px 0px 0px 0px;
     background-image: url(../img/tlacitko.png);
     background-repeat: no-repeat;
     /* background-color: blue; */
}

a.topbar_menu_polozka2:hover {
     color: #0086c9;
}

#topbar_podmenu {
     /* width: 650px; */
     /* height: 70px; */     width: 602px;
     height: 70px;
     position: relative;
     float: left;
     font-family: Geneva, Times New Roman, Arial;
     font-size: 14px;
     margin: 0px 0px 0px 48px;
     /* background-color: red; */
}

p.topbar_podmenu {
     margin: 30px 0px 0px 36px;
     float: left;
     text-align: left;
     color: f7eec2;
     /* background-color: blue; */
}

a.topbar_podmenu_polozka {
     /* width: 90px; */
     min-height: 40px;
     _height: 70px;
     position: relative;
     float: left;
     text-decoration: none;
     text-align: left;
     color: f7eec2;
     margin: 0px 0px 0px 36px;
     padding: 30px 0px 0px 0px;
     /* background-color: blue; */
}

a.topbar_podmenu_polozka:hover {
     color: #0086c9;
}



#main {
     width: 1000px;
     min-height: 550px;
     _height: 550px;
     position: relative;
     background-repeat: no-repeat;
     float: left;
     /* margin: 0px 0px 0px 0px; */
     /* background-color: white; */
}

#main_leva {
     width: 700px;
     position: relative;
     float: left;
     margin-top: 25px;
     margin-right: 25px;
     margin-bottom: 10px;
     _margin-bottom: 25px;
     margin-left: 25px;
     font-family: Geneva, Times New Roman, Arial;
     font-size: 14px;
     text-align: justify;
     /* color: #f6e9ae; */
     /* background-color: gray; */
}

#main_prava {
     width: 205px;
     /* width: 250px; */
     position: relative;
     float: left;
     margin: 15px 0px 15px 45px;
     font-family: Geneva, Times New Roman, Arial;
     font-size: 12px;
     text-align: left;
     color: white;
     /* background-color: white; */
}

#main_uvod {
     width: 966px;
     _width: 999px;
     height: 130px;
     position: relative;
     font-family: Geneva, Times New Roman, Arial;
     font-size: 12px;
     float: left;
     margin: 550px 0px 0px 34px;
     _margin: 550px 0px 0px 0px;
     _padding: 0px 0px 0px 34px;
     /* background-color: red; */
}

.aktualita {
	 width: 160px;
     height: 100px;
     position: relative;
     float: left;
     margin: 15px 33px 0px 0px;
     text-align: center;
     color: f7eec2;
     cursor: pointer;
     /* background-color: blue; */
}

.aktualita:hover {
	 color: white;
}

.aktualita img {
     margin: 5px 0px 0px 0px;
}




#pata {
     width: 985px;
     _width: 1060px;
     height: 25px;
     _height: 45px;
     position: relative;
     background-image: url(../img/pata.jpg);
     background-repeat: no-repeat;
     float: left;
     font-family: Arial;
     font-size: 11px;
     text-align: right;
     color: gray;
     margin: 0px 0px 0px 0px;
     padding: 20px 40px 0px 35px;
     /* border-top: 2px solid black; */
     background-color: #1f1f1f;
}

#pata a {
	 text-decoration: none;
	 color: gray;
}

#pata a:hover {
	 text-decoration: none;
	 color: white;
}

a {
	 text-decoration: none;
	 color: gray;
}

a:hover {
	 text-decoration: none;
	 color: white;
}

h1 {
	 font-size: 48px;
	 font-weight: normal;
	 font-family: Georgia, Times New Roman, Arial;
	 /* color: #f6e9ae; */
	 margin: 0px 0px 15px 0px;
}

h2 {
	 font-weight: normal;
	 font-family: Georgia, Times New Roman, Arial;
	 color: white;
	 text-decoration: underline;
	 /* margin: 0px 0px 15px 0px; */
}

p {
    margin: 0px 0px 0px 0px;
    /* text-indent: 20px; */
    letter-spacing: 0px;	
}

.obr {
	/* border: 5px #f8f3dd solid; */
	float: left;
	margin: 8px 0px 30px 0px;
}

table {
     font-size: 14px;
}

.tab {
     font-size: 13px;
     border-collapse: collapse;
     border: 1px solid black;
}

.tab td {
     border: 1px solid #BBBBBB;
     padding: 2px;
}

.tabx {
     font-size: 12px;
}

.hand { 
	 cursor: pointer;
}

.cleaner {
font-size: 0px;
line-height: 0px;
height: 0px;
clear: both;
}


