/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
  font-family: "Arial ce", "Helvetica ce", Arial, Helvetica, Sans-serif, Tahoma, Verdana;
	color: #000;
  background-color: #3b5170;
	font-size: small;
	text-align: center;
	min-width: 780px;
	line-height: 1.5;
}
html > body {
	font-size: medium;
}
#null {
 	width: 780px;
	margin: 0 auto;
	text-align: left;
 	background: #fff;
	min-height: 100%;
	height: 100%;
	position: relative;
}
body > #null {
 	height: auto;
}

#header {
  position: relative;
 	color: #fff;
	height: 160px;
	background-color: #3b5170;
}

/*** counter ***/
.counter{
  left: 0px;
  top: 10px;
  position: absolute;
  width: 14px;
  height: 14px;
  z-index: -1;
}

/*** logo ***/
.lista{
  clear: both;
  width: 780px;
  line-height: 5px;
}
#lista-top{
  height: 8px;
  background: #3b5170 url("img/lista-top.gif") repeat-x;
}
#lista-bottom1{
  height: 20px;
  background: white url("img/lista-bottom.gif") repeat-x;
}
#lista-bottom2{
  height: 13px;
  background: #3b5170 url("img/lista-bottom.gif") repeat-x;
}
.logo{
  float: left;
  width: 260px;
  height: 116px;
}
#logo-left {
  background: #F0F0F0 url("img/logo-left.jpg") no-repeat;
}
#logo-center {
  background: #F0F0F0 url("img/logo-center.jpg") no-repeat;
}
#logo-right {
  background: #F0F0F0 url("img/logo-right.jpg") no-repeat;
}
/*** slogan ***/
#slogan {
  position: absolute;
  left: 30px;
  top: 13px;
  width: 420px;
  height: 27px;  
  color: black;
  /*font-size: 84%;*/
  font-weight: bold;
  letter-spacing: 4px;
  font-style: italic;
}
#header > #slogan {
  top: 11px;
}

/*** menu ***/
#menu {

}
#administrace{
  position: absolute;
  left: 657px;
  top: 96px;
  width: 103px;
  height: 27px;
}
#header > #administrace{
  top: 94px;
}
#menu a, #administrace a{
	
	list-style-type: disc;
	list-style-position: inside;
  display: list-item;
  float: left;
  height: 35px;
  /*width: 80px;*/
	padding-left: 11px;
  color: white;
	text-decoration: none;
  text-align: center;
  vertical-align: middle;
  line-height: 35px;
  font-weight: bold;
}
#menu a:hover{
  text-decoration: underline;
  color: black;
}
#administrace a{
	color: black;
	background: none;
	display: block;
  font-size: 84%;
	padding-left: 0;
  width: 100px;
}
#administrace a:hover {
  text-decoration: underline;
  color: #3b5170;
}
/*** obsah ***/
#content {
	clear: both;
 	padding: 15px 15px 30px 15px;
 	background: #fff;
}
/*** struktura textu ***/
#content a {
  text-decoration: none;
}
#content a:hover {
  text-decoration: underline;
}
#content h1, #content h2  {
  padding: 5px 0 15px 0;
 	font-size: 130%;
 	color: #3b5170;
 	text-align: left;
}
#content p {
	padding: 0 0 15px 0;
  text-align: justify;
}
#content .right {
  width: 100%;
	text-align: right; 
}
/** seznamy **/
#content ul.sluzby{
  padding-left: 40px;
  padding-bottom: 10px;
}
#content ul.download{
  padding-left: 20px;
}
#content ul li {
  list-style-type: square;
  list-style-position: outside;
}
#content ul.download li {
  list-style-image: url("img/odrazka.jpg");
}
/** tabulky **/
table {
  margin-bottom: 5px;
}
table td {
  padding-left: 3px;
  padding-right: 3px;
}
table th {
background-color: #F0F0F0
}
table.kontakt td.prvni{
  text-align: right;
  padding-right: 5px;
  font-weight: bold;
  font-size: 88%;
}
table.cenik{
  border-collapse: collapse;
  border: 1px solid black;
}
table.cenik td{
  border: 1px solid black;
  padding-right: 10px;
}
table.cenik td.prvni{
  font-weight: bold;
}
table.cenik td.cena{
  text-align: right;
}
/** formulare **/
input, select, textarea, button.editovat{ 
  display: block; 
  width: 150px; 
  float: left; 
  margin: 5px 5px 5px 0;
  border: 1px solid #282828;
  background: #fff;
}
button.editovat, input.submit, input.upload{
  background: #eee;
  border: outset 1px;
}
button.editovat {
  position: relative;
  left: 600px;
  width: 150px;
  margin-top: 0px;
}
textarea{ 
  width: 750px; 
  height: 300px;
} 
label{ 
  display: block; 
  width: 70px; 
  float: left; 
  margin-bottom: 5px; 
  text-align: right; 
  margin-top: 4px;   
  padding-right: 20px; 
}
br {
  clear: both;
}
/*** paticka ***/
#footer {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 760px;
 	height: 25px;
	overflow: hidden;
 	margin: 0 10px 10px 10px;
 	padding: 2px 10px 0 10px;
  border-top: 3px solid #3b5170;	
	background-color: #F0F0F0;
	color: #3b5170;	
	text-align: left;
	font-size: 70%;
	font-weight: bold;
}
#null > #footer {
  width: 740px;
}
.author {
  position: absolute;
  right: 10px;
}
#footer a {
  text-decoration: none;
  color: #3b5170;
}
#footer a:hover {
  text-decoration: underline;
  color: #000;
}
