/* ---- Základní formátovaní stránky ------------------------------- */
blok {  margin: auto;
        width: 1150px;
     

}
body {
	font-family: "Trebuchet MS", Tahoma, "Geneva CE", lucida, sans-serif;
	font-size: 0.7em;
	color: #817c7b;
	padding: 15px;
	margin: 0px;
	background: #ffffff;
        vertical-align: top;

}
div { overflow: -moz-scrollbars-horizontal; overflow: "visible"; overflow-x: auto 
}   

.top
{
vertical-align: top;
}

/* ---------- menu ------------------------- */

a {
color: #817c7b;
text-decoration: none;

}

a:hover {
color: #DCDCDC;
text-decoration: none;

}

a:focus {
color: #DCDCDC;
text-decoration: underline;

}



/* ---- Texty ------------------------------- */
h1 {
	color: #bc2523;
	text-align: left;
	font-size: 26px;
	font-weight: normal;
	text-decoration: underline;
	margin-top: 10px;
	margin-bottom: 25px;
}
h2 {
	font-size: 135%;
	font-weight: bold;
/*	background-color: #303033;
/*  border-top: 1px solid #4f4f54;
  border-right: 1px solid #4f4f54;
  border-bottom: 1px solid #4f4f54;*/
	padding: 5px 0 5px 5px;
	margin: 0px;
	text-decoration: underline;
}

.hr {
	color: #808080;
	clear: both;
	height: 1px;
	border: 0px none;
	background: url('img/hr.gif') repeat-x;
	margin: 15px 0px;
}
li {
	list-style-image: url('img/li.gif');
	margin-bottom: 5px
}

img {
	border: 0px;
	background: none;
}
.center {
	text-align: center;
}
.none {
	display: none;
}
#navr {
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}

form {
	color: #d85e0d;
	text-align: left;
	font-weight: bold;
}
input, textarea, select {
	background-color: #FFF;
	border: #9f9f9f 1px solid;
	display: block;
	margin-bottom: 13px;
}
input.white {
	border: #FFF;
}
input.tlacitko {
	border: medium none;
	text-align: left;
	font-weight: bold;
	font-size: 10px;
	background: url('img/search.gif') no-repeat;
	width: 80px;
	color: #707070; padding-left:22px; padding-right:2px; padding-top:4px; padding-bottom:2px
}
input.tlacitko.left {
	float: left;
	margin-right: 20px;
}
