body {
	background-color: #535353;
	font-family: Verdana CE, Verdana, sans-serif;
   font-size: 80%;
   color: white;
   margin: 0px;
   padding: 0px;
}
.pozadi { /* main container */
	width: 1000px;
   height: 745px;
	background-image: url("../images/pozadi.jpg");
   background-repeat: no-repeat;
/*   margin: 0 auto; // kvuli .main, ktery je absolute :-( */
}
.hidden {
	border: 0px;
   visibility: hidden;
}
.alpha {
   filter: alpha(opacity=70);
   -moz-opacity: 0.70;
}
.pres {
	position: relative;
   height: 0px;
   top: 10px;
   left: 10px;
   font-size: 12px;
}
.menu1 { width: 276px; margin-right: 6px; }
.menu2 { width: 207px; margin-right: 5px; }
.menu3 { width: 170px; margin-right: 7px; }
.menu4 { width: 141px; margin-right: 6px; }
.menu5 { width: 122px; margin-right: 6px; }
.inline {
	float: left;
   height: 705px;
}
.main {
/*	position: relative;
   top: -680px; */
   position: absolute;
   top: 70px;
   width: 980px;
/*   height: 630px; */
	min-height: 630px;
	height: auto;
   margin: 0 auto;
   background-color: #545454;
   filter: alpha(opacity=90);
   -moz-opacity: 0.9;
   padding: 10px;
   overflow: visible;
}
h1 { /* nazev */ visibility: hidden; }
h2 { /* slogan */ }
h3 { /* nadpis stranky */ }
h4 { /* pod-nadpis*/ }
a {
	color: #FF058C;
	text-decoration: none;
   font-weight: bold;
}
a:visited {
	color: #FF058C;
	text-decoration: none;
   font-weight: bold;
}
a:hover {
	color: #FF058C;
	text-decoration: underline;
   font-weight: bold;
}
.menu {
	color: #FFFFFF;	
	text-decoration: none;
}
.bold {
	font-weight: bold;
}
.small {
		font-size: 80%;
}
.pismena { /* seznamy */
	list-style-type: lower-alpha;
}
.cisla { /* seznamy */
	list-style-type: deciaml;
}
.cleaner {
   clear: both;
}
.video { /* velke */
	width: 400px;
   height: 331px;
   margin: 100px auto;
}
.sub {
	float: left;
	width: 130px;
   height: 20px;
   padding: 95px 30px 0px 0px;
   text-align: right;
   font-size: 12px;
   font-weight: bold;
}
.nahled {
	float: left;
	width: 150px;
   height: 120px;
   margin: 5px;
}
.thumb {
	border: 1px solid #E70780;
}
.home {
	border: 0px;
   margin: 10px;
}
.deco1 {
	float: left;
	width: 200px;
   height: 600px;
	background-image: url("../images/deco1.gif");
   background-repeat: no-repeat;
}
.deco2 {
	float: left;
	width: 200px;
   height: 600px;
	background-image: url("../images/deco2.gif");
   background-repeat: no-repeat;
}
.deco3 {
	float: left;
	width: 47px;
   height: 55px;
   margin: 5px 10px 5px 0px;
}
.deco4 {
	float: left;
	width: 46px;
   height: 52px;
   margin: 5px 10px 5px 0px;
}
.right {
	float: right;
}
.left {
	float: left;
}
.center {
	text-align: center;
}
.italic {
	font-style: italic;
}
.logo_csob {
	float: right;
   margin-left: 25px;
   margin-right: 25px;
}
.logo {
	margin: 10px;
}
.menu_dole {
   clear: both;
   height: 10px;
   padding: 19px 0 0 10px;
}
.paticka {}