body {
  margin:0 0 0 0;
  padding:0;
  background:url(/img/bg.jpg) repeat-x #e3f1fe;
  font:75% arial, tahoma, verdana, sans serif;
  color:#000;
  text-align:center;
}


/*** default ***/
td, th {
	_font-size /**/:80%;
	padding:0;
}
a {
  text-decoration:underline;
}
a:hover {
  text-decoration:none;
}
img {
	border:0;
}
hr {
	border-top:1px solid #999;
	border-bottom:1px solid #eee;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
form {
	margin:0;
	padding:0;
}
input.submit {
	font-weight:bold;
	width:auto!important;
	cursor:hand;
	cursor:pointer;
	text-transform:uppercase;
	font-size:90%;
}
input.kod {
	width:198px!important;
}
.check {
	width:auto!important;
	border:0;
	margin:0;
	padding:0;
	background:none;
}
a.to-home {
	display:block;
	position:absolute;
	top:0;
}
a.to-home span {
	display:none;
}
.hidden {
	display:none;
}
p {
	margin:0 0 0 0;
	padding:0 0 7px 0;
}
.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
}
.t-center {
	text-align:center!important;
}
.t-left {
	text-align:left!important;
}
.t-right {
	text-align:right!important;
}
.no-float {
	float:none!important;
}
.f-right {
	float:right!important;
}
.f-left {
	float:left!important;
}
.small {
	font-size:90%!important;
}
.big {
	font-size:110%!important;
}
.no-bord {
	border:0!important;
}
.no-r-mg {
	margin-right:0!important;
}
.no-padd {
	padding:0!important;
}
ul.def {
	margin:5px 0 5px 25px;
	padding:0;
}
ul.def li {
	margin:0 0 4px 0;
	padding:0;
	list-style-type:square;
}
.v-top {
	vertical-align:top;
}
.v-bott {
	vertical-align:bottom;
}


/*** default define ***/
a {
  color:#000;
}
a.to-home {
	width:205px;
	height:80px;
	margin:131px 0 0 531px;
}
input, select, textarea {
	background:#fff;
	border:1px solid #333333;
}
input.submit {
	background:#008000!important;
	color:white;
	border:1px solid #008000!important;
}
h1 {
	display:none;
}
h2 {
	position:absolute;
	margin:0 0 0 15px; 
	padding:0;
	width:190px;
	font-size:130%;
	line-height:17px;
}
h3 {
	padding:5px 0 0 0;
	font-size:130%;
	margin:10px 0 5px 0;
	color:#cf5315;
	border-top:1px solid #e5e5e5;
}
h4 {
	padding:0 0 0 0;
	font-size:100%;
	margin:0 0 3px 0;
	color:#000;
}


/*** page ***/
div.screen {
	width:920px;
	margin:0 auto 0 auto;
	padding:0 0 15px 0;
	text-align:left;
}
div.l {
	float:left;
	width:800px;
	background:url(/img/screen_bg.jpg) repeat-y top left;
}
div.screen-bg {
	background:url(/img/head.jpg) no-repeat top;
}
div.l div.l-l {
	float:left;
	width:200px;
	margin:130px 0 0 0;
}
div.l div.l-l div.l-l-in {
	margin:0 0 0 30px;
}
div.l div.l-r {
	margin:195px 0 0 0;
	float:right;
	width:569px;
}
div.l div.l-r div.l-r-in {
	margin:81px 42px 0 0;
	background:url(/img/text_bg.jpg) repeat-x top #fff;
	border:1px solid #e5e5e5;
}
div.l div.l-r div.l-r-in div.text {
	margin:15px;
	position:relative;
}
div.r {
	width:120px;
	height:600px;
	margin:132px 0 0 0;
	float:right;
}
div.foot {
	padding:20px 0 0 0;
	margin:0;
	min-height:30px;
	_height:30px;
	background:url(/img/foot.jpg) no-repeat top left #e3f1fe;
}
div.top-bann {
	width:745px;
	height:100px;
	position:absolute;
	top:10px;
	margin:0 0 0 19px;
	background:#cccccc;
}
div.full-bann {
	text-align:center;
	margin:30px 0 0 0;
}


/*** menu ***/
ul.menu {
	margin:0;
	padding:0;
	width:166px;
	border:1px solid #e88452;
	background:url(/img/menu_bg.jpg) repeat-y;
}
ul.menu li {
	margin:0;
	padding:0;
	list-style:none;
	line-height:29px;
	background:url(/img/menu_hl_bg.jpg) repeat-x;
	border-left:1px solid #fdaa7e;
	border-right:1px solid #fdaa7e;
	border-top:1px solid #d45c1e;
	border-bottom:1px solid #d45c1e;
	_height:1px;
}
ul.menu li a {
	display:block;
	line-height:29px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	color:#461C04;
	text-decoration:none;
	_height:1px;
}
ul.menu li a:hover, ul.menu li a.act {
	color:#fff;
}

ul.menu li ul {
	margin:4px 0 0 0;
	padding:0;
}
ul.menu li ul li {
	background:url(/img/menu_bord.jpg) no-repeat left bottom;
	border:0;
	line-height:normal;
}
ul.menu li ul li a {
	line-height:normal;
	text-transform:none;
	text-align:right;
	color:#e3f1fe;
	padding:4px 10px 6px 10px;
}
ul.menu li ul li a:hover, ul.menu li ul li a.act {
	color:#fff;
	background:url(/img/li.jpg) no-repeat 0 6px;
}



/*** vtip ***/
div.vtip p {
	font-weight:bold;
	margin:0 0 0 0;
	line-height:18px;
	font-size:110%;
}
div.vtip div.vtip-id {
	font-weight:bold;
	float:right;
	font-size:120%;
	padding:0 4px 0 4px;
	background:#008000;
	margin:0 0 0 7px;
	color:#fff;
}
div.vtip div.info {
	background:#eee;
	padding:5px;
	border:1px solid #aaa;
	text-align:center;
}
div.info span.noscore {
	color:#666;
}
div.hodnoceni {
	border:1px solid #eee;
	padding:5px 50px 5px 50px;
	_height:1px;
	background:#fbfbfb;
	margin:0 0 10px 0;
}
a.butt-good {
	width:139px;
	height:28px;
	display:block;
	float:right;
	background:url(/img/good.jpg) no-repeat;
}
a.butt-bad {
	width:139px;
	height:28px;
	display:block;
	float:left;
	background:url(/img/bad.jpg) no-repeat;
}
a.butt-good span, a.butt-bad span {
	display:none;
}
div.vtip div.url, div.vtip div.na-email {
	color:#666;
	padding:4px;
	text-align:center;
	background:#eeeeee;
	border:1px solid #aaaaaa;
	margin:15px 0 5px 0;
	line-height:23px;
	_height:1px;
}
div.vtip div.na-email {
	margin-top:0;
	text-align:left;
}
div.vtip div.na-email input {
	width:128px;
}
div.vtip div.na-email table {
	border-collapse:separate;
	border-spacing:2px;
}
div.vtip div.na-email table td, div.vtip div.na-email table th {
	padding:1px 6px 1px 6px;
}
div.vtip div.na-email table th {
	text-align:left;
	background:#ccc;
	color:black;
}
div.vtip div.url span.link {
	padding:0 7px 0 7px;
	background:#008000;
	color:white;
	font-weight:bold;
	font-size:120%;
}
div.vtip div.url input.cislo {
	width:30px;
}
div.vtip div.url input.link {
	width:170px;
}
div.vtip div.url input.submit {
	width:25px!important;
	height:20px;
}
div.vtip div.url span.link a {
	color:white;
	text-decoration:none;
}

div.strankovani {
	text-align:center;
	font-size:160%;
	font-weight:bold;
	margin:15px 0 30px 0;
}


/*** form1 ***/
form.form1 {
	padding:5px;
	background:#eeeeee;
	border:1px solid #aaaaaa;
}
form.form1 table {
	border-collapse:separate;
	width:100%;
	border-spacing:2px;
}
form.form1 table td, form.form1 table th {
	padding:1px 6px 1px 6px;
}
form.form1 table th {
	text-align:left;
	background:#ccc;
	color:black;
	width:85px;
}
form.form1 table textarea {
	width:99%;
	height:150px;
}
form.form1 table input.kod {
	width:128px!important;
	margin:0 0 1px 0;
}


/*** hlasky a chyby ***/
.povinne {
	color:white!important;
	font-weight:bold!important;
}
tr.formerror label {
	color:red!important;
}
tr.formerror input, tr.formerror textarea {
	border:1px solid red!important;
}
.err {
	background:red;
	color:white;
	padding:4px;
	text-align:center;
	margin:1px 0 5px 0;
	letter-spacing:2px;
	font-weight:bold;
}
.ok {
	background:green;
	color:white;
	padding:4px;
	text-align:center;
	font-weight:bold;
	letter-spacing:2px;
	margin:0 0 5px 0;
}


/* hlink */

div#hlink {
	text-align: center;
	margin: 0;
	padding:10px 0 10px 0;
	font-size: 90%;
	line-height:19px;
}
div#hlink ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
div#hlink li {
	list-style: none!important;
	background-image: none!important;
	display: inline;
	padding: 0 3px;
	color: #3480b4;
}
div#hlink li a {
	color: #3480b4;
	font-weight:normal;
}


/* hlink END  */


/*** adfox ***/

div#adfox-l2 {
	margin:30px 0 10px 0;
	border-top:1px solid #e5e5e5;
}
div#adfox-l2 h2 {
	position:static;
	font-size:80%;
	margin:4px 0 0 0;
	padding:0;
	text-align:right;
	width:auto!important;
}
div#adfox-l2 h2 a {
	color:#777;
	text-decoration:none;
}
div#adfox-l2 h3 {
	font-size:120%;
	margin:0px 0 2px 0;
	padding:2px 0 2px 0;
	border-top:0;
}
div#adfox-l2 h3 a {
	color:#d25920;
}
div#adfox-l2 p {
	margin:0;
	padding:0 0 1px 0;
}
div#adfox-l2 div.adfox-box div {
	padding:0 0 10px 0;
	font-weight:normal;
}
div#adfox-l2 div.adfox-box div a {
  font-weight:normal;
  text-decoration:none;
  color:#3480b4;
}


/*** ikony ***/

div#ikony {
	text-align:center;
}
div#ikony img {
	border:0;
	margin:0 3px 5px 3px;
}


