
/* základní styly */
* {
    margin: 0px;
    padding: 0px;
}

body, html {
	background: #EEEEEE;
	background-image: url('img/pozadi.gif');
	text-align: center;
	font-size: 11px;
	margin: 0px;
	padding: 0px
}
p, table, td, div, a, ul, li, input, textarea {
	font-family: Arial, Verdana, serif;
	line-height: 1.35;
	font-size: 100%;
	text-align: justify;
	color: black;
	margin: 0px;
	padding: 0px;
}
input, textarea {
  border: 1px solid black;
  padding: 1px;
  background: white;
  padding-bottom: 2px;
}
p {
   margin-top: 10px
}
ul, li {
  margin-left: 15px;
  margin-top: 3px;
  margin-bottom: 3px;
  list-style-image: url('./img/odrazka.gif');
}
a {
	color: #00f;
	text-align: center;
	text-decoration: underline;
}
a:hover {
	color: #f00;
}
img {
	border: none;
	margin: 0px;
	padding: 0px;
}
h1 {
	text-align: left;
	color: black;
	font-size: 150%;
	font-weight: bold;
	font-family: Arial, serif;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
}

h2 {
	text-align: left;
	color: black;
	font-size: 120%;
	font-weight: bold;
	font-family: Verdana, Arial, serif;
	margin: 0px;
	padding: 0px;
}
hr {
  height: 1px;
  color: #AAAAAA;
  background-color: #AAAAAA;
  width: 80%;
  text-align: center;
  border: none;
  margin-top: 5px;
  margin-bottom: 5px;
  width:85%
}

/* třídy */
.small {
	font-family: Verdana, Arial, serif;
	font-size: 10px;
	text-align: left;
}
.cen {
	text-align: center;
}
.l {
	text-align: left;
}
.p {
	text-align: right;
}
.fl_l {
  float: left;
  margin: 7px;
}
.fl_p {
  float: right;
  margin: 7px;
}

.prerus_potrh {
  border-bottom: 1px black dashed;
  cursor: help;
}

/* reference, životopis, programy */
table.ref, table.zivot, table.progs {
  border-collapse: collapse;
  text-align: center;
  margin: auto;
}
table td {
  margin: 0px;
}
table.ref td {
  vertical-align: top;
  padding: 10px;
}
table.zivot td {
  vertical-align: middle;
  padding: 4px;
}
table.progs td {
  vertical-align: middle;
  padding: 3px;
}
td.prostredni {
  border-right: 1px #AAAAAA solid;
  border-left: 1px #AAAAAA solid;
  border-bottom: 1px #AAAAAA solid;
  text-align: center;
}
td.prostredni_posledni {
  border-right: 1px #AAAAAA solid;
  border-left: 1px #AAAAAA solid;
  text-align: center;
}
td.leva {
  text-align: center;
  border-bottom: 1px #AAAAAA solid;
  border-right: 1px #AAAAAA solid;
}
td.leva_posledni {
  border-right: 1px #AAAAAA solid;
  text-align: center;
}
td.prava {
  border-bottom: 1px #AAAAAA solid;
}

/* kontakt */
table.kontakt {
  margin-left: 40px;
}

table.kontakt td {
  height: 20px;
}
input.send {
  height: 20px;
	text-align: center;
}

/*  menu */
table.tabulka_menu {
	margin: 0px;
	padding: 0px;
	text-align: right;
	width:90px;
}
.menu_button {
	width: 90px;
	text-align: right;
	border: 0px;
}
.menu_button a {
	text-decoration: none;
	font-family: Arial, serif;
	font-size: 11px;
  color: black;
}
.menu_button a:hover {
  color: #555;
	text-decoration: underline;
}

/* pozicování */
#main {
	text-align: center;
	padding: 0px;
	margin: 20px auto;
	text-align: center;
	background-color: white;
	border: 1px dashed black;
	width: 850px;
}
#logo_nadpis {
	width: 850px;
	clear: both;
}
#logo {
  margin-top: 16px;
  margin-left: 16px;
  float: left;
	border-bottom: solid 1px black;
	border-right: solid 1px black;
	width: 95px;
	height: 92px
}
#img_logo {
	margin: 10px 5px 5px 10px;
}
#nadpis {
  float: right;
  margin-top: 16px;
  margin-right: 16px;
	border-bottom: solid 1px black;
	width: 706px;
	width /**/: 722px;
	height: 92px;
}
#telo {
	width: 850px;
	clear: both;
}
#menu {
  float: left;
  margin-left: 16px;
	text-align: right;
	width: 95px;
	min-height: 450px;
}
#obsah {
  float: right;
	width: 682px;
	width /**/: 698px;
	padding: 10px 20px;
	/*margin-top: 110px;*/
	border-left: 1px black solid;
	min-height: 450px;
	_height: 450px;
}
#paticka {
	clear: both;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: right;
	width: 840px;
	/*border: 1px solid black;*/
}

.invisible {
  display: none;
}
