* {
  margin: 0px;
  padding: 0px;
  border: 0px solid red;
  font-family: Verdana, Tahoma, sans-serif;
  font-size: small; }

a:link {
  color: black; text-decoration: none;
  }

a:visited {color: black; text-decoration:none;}
a:active {color: black; text-decoration:none;}
a:hover {color: rgb(23,88,123); text-decoration: underline; }

h1 {
  padding-bottom: 5px;
  font-size: medium;
}

h2 {
  font-size: medium;
  padding-top: 30px;
  margin-bottom: 25px;
}
h3 {
  font-size: medium;
  margin-top: 30px;
  margin-bottom: 25px;
}

body {
  text-align: center;
  background-image: url(img/pozadi2.gif);
  background-repeat: x; 
  padding-top: 10px; 
}

table.hlavni {
  margin:0px auto 0px; 
}

.menu {
  background-image: url(img/pozadi_menu.png);
  background-repeat: repeat-x;
  height: 36px;
  padding-top: 5px;
  padding-left: 15px;
  font-variant: small-caps;
  font-weight: bolder;
  
}
.odkazy {
 
}
.levo {
  background-image: url(img/pozadi2.jpg);
}

.stin_p {
  background-image: url(img/stin_p_op.png);
  background-repeat: repeat-y;
}

.stin_l {
  background-image: url(img/stin_l_op.png);
  background-repeat: repeat-y;
}

.pole {
  background-image: url(img/pozadi_text.png);
  background-position: left top;
  background-repeat: repeat-x; 
  vertical-align: top;
  text-align: left;
  background-color: white;
  padding: 15px;
}
.profil{
 padding-bottom:65px;
 font-variant: small-caps;
  font-weight: bolder;
  

}

.profil li{
  float: left;
  margin-right: 15px;
  list-style-type: none
  
}

.profil a:hover {color: rgb(23,88,123); text-decoration:bold;}
#seznam_login a:hover {color: rgb(0,102,0); text-decoration:bold;}

#seznam_g ul{
  margin-bottom: 15px;
  
}

#seznam_g li{
  color: rgb(23,88,123);
  float: left;
  margin: 5px;
  list-style-type: none;
}

.seznam_b {
  color: #408937;
}
#seznam_login {
  margin-bottom: 15px;
  position: absolute;
  right: 250px;
}
#seznam_login li {
  color: rgb(51,102,204);
  float: left;
  margin: 5px;
 list-style-type: none;
}
#line {
  background-image: url(img/line.bmp);
  background-position: left bottom;
  background-repeat: no-repeat;
  font-variant: small-caps;
  padding-left: 30px;
}
p {
  text-align: left;
}

.ikona {
  margin-top: 20px;
  position: relative;
  left: 40px;
}

#table2 {
 text-align: left;
 vertical-align: top;
}
#table3 td{
  text-align: left;
 vertical-align: top;
}

#table3 a:link {
  color: blue;
}

#table3 a:visited {
  color: blue;
}

#text {
  padding-left: 30px;
  vertical-align: top;
}

.podpis {
  margin-top: 60px;
}
#dokumenty ul {
  margin-left: 30px;
}
#dokumenty li {
  list-style: none url();
}
.jmeno span{
  font-size: 11px;
}
td.fce {
 font-size: 11px;
}
td.email {
 font-size: 11px;
}
td.tel {
 font-size: 11px;
}
#pocitadlo {
  position: relative;
  left: 70px;
  top: 30px;
}
#zapati {
  text-align:left;
}

input {
  border: 1px #888 solid;
}

textarea {
  border: 1px #888 solid;
}

legend {
	padding: 2px 10px;
	font-weight: bold;
	border: 1px solid #888;
	background-color: #eee;
	color: #000;
}

fieldset {
	position: relative;
	width: 550px;
	margin: 20px auto;
	padding: 15px;
	border: 2px solid #888;
	background-color: #fafafa;
	color: #000;
}