
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License

Title      : Foundation
Version    : 1.0
Released   : 20070503
Description: A three-column with variable width design suitable for large blogs or community websites.
*/

* {
	margin: 0;
	padding: 0;
}

/* Document level adjustments */
html {
  font-size: 0.777em;
}
@media (max-width:999px) {
#  html { font-size: 0.625em; }
  p { line-height: 121%; }
}
/*@media (max-width:777px) {
  html { font-size: 0.512em; }
  p { line-height: 111%; }
}*/


body {
	background: #FFFFFF url(images/img1.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
#	font-size: 0.77em;
	color: #000000;
}

h2 {
	color:	#999999;
	text-align: center;
	font-size: 1,11em;
}


p, blockquote, ul, ol, img  {
	margin-bottom: 1em;
	/*! width:  100%; */
	/*! text-align: center; */
}

h3 {
	color: #B8860B;
	font-size: 0.888em;
}

iframe {
    display: block;
    margin-right: auto;
    margin-left: auto;
	margin-bottom: 0.8em;
}


hr {
	background-color: silver;
	color: silver;
	border-width: 0px;
    height: 2px;
	margin-bottom: 0.8em;
}

a {
	font-weight: bold;
	text-decoration: underline;
	color: #570008; #red
#	color: #5BCB08;
}

a:hover {
	text-decoration: underline;
	color: #5BCB08;
}

.video {
	color: #999999;
	font-size: 3.4em;
	font-weight: bold;
	margin-top: 2.2em;
	line-height: 130%;
#	background: url(images/podvod.png);
}

.boxed {
	padding:  20px 10px;
	background: url(images/menu.png) repeat-x;
}

.heading {
	margin-bottom: 40px;
	text-transform: uppercase;
	font-style: italic;
	letter-spacing: 2px;
	font-size: 16px;
#	text-align: center;
	color: #B8860B;
	font-family: "Tahoma CE", "Verdana CE", "Arial CE";
	padding-right: 0.7em;
}


.gold {
	color: #B8860B;
}

.silver {
	color: #999999;
}

.red {
	color: #570008;
}

.white {
	color: white;
}

.note {
	color: purple;
}

.warning {
	color: red;
#	font-weight: bold;
	font-size: 1.1em;
}

.center
{
  text-align: center;
}

.plus
{
 margin-top: 0.3em;
}

.land
{
  font-size: 1.23em;
}

.bold
{
  font-size: 1.1em;
  font-weight: bold;
}

.uppercase  {
	text-transform: uppercase;
}

.reference {
    display: block;
    margin: 1em 21px;
	font-style: italic;
}

ol.a {
  list-style-type:lower-alpha;
}
ol.d {list-style-type:decimal;}

ul.n {
  list-style-type:none;
  text-align: justify;
  margin-right: 2.34em;
}

ul.bold li {
#  margin-left: 2.34em;
  margin-top: 0.34em;
}

.obchsde
{
  margin: 7 7 7 98px;
  text-align: center;
  font-size: 0.88em;
}

p.date {
  background: url(images/cal.jpg) repeat-x;
  padding: 0.2em;
  color: #570008;
  font-weight: bold;
  text-align: center;
  margin-left: -10px;
}

.links {
	margin: 0;
	padding: 10px 0 0 5px;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: normal;
	color: #B8860B;
}

.head li {
	display: inline;
	margin-bottom: 0.6em;
}


img.center {   display: block;   margin-left: auto;   margin-right: auto; }


/* action button */
#action a { text-decoration: none; color: #9933FF; } 
#action a:visited { color: #2E82BC; }
#action a:hover { color: #B8860B; }
#action { display: block;   margin-left: auto;    margin-right: auto;
font-size: 210%;
font-family: "Arial CE", "Helvetica CE", Arial, sans-serif;
font-weight: bold;
    color: #9933FF; #000099;
    border: 0px;
    padding: 1.21em 1.42em; 
    background: linear-gradient(to bottom, silver 21%, gold 100%) repeat scroll 0% 0% transparent;
    width: 100%;
    border-radius: 7px;
    text-shadow: 2px 2px 3px black;
	margin-bottom: 21px;
}



/* Header */

#header {
	width: 100%;
	height: 171px;
	background: url(images/img2.jpg) no-repeat;
	text-align: center;
}

#header a {
	text-decoration: none;
	text-transform: uppercase;
	color: gold;
}

#header h1 {
	padding: 10px 5px 0px; 
	letter-spacing: 0.25em;
	font-size: 2.0em;
}

#header h2 {
	padding: 5px 5px; /* top, left,right, bottom */
	letter-spacing: 0.15em;
	font-size: 1.5em;
}

/* Columns */

/*
.left { float: left; padding: 0% 2% 0% 0%; width: 12%; }
.center {top: 10px; margin-left: 14%; margin-right: 14%; }
.right { float: right; padding: 0% 0% 0% 2%; width: 12%; }
*/

#contentwrapper{
float: left;
width: 100%;
}

#left {
	float: left;
	width: 50%;
#	margin-left: 10px;
	color: #570008;
}

#right {
	float: right;
	width: 100%;
#	margin-right: 10px;
	font-size: 0.625em;
}

#left ul, #left ol, #right ul, #right  {
	list-style-position: inside;
	list-style-type: none;
}

#left li, #right li {
	margin-bottom: 1.2em;
	/*! display: flex; */
	/*! flex-direction: column; */
	/*! justify-content: center; */
}

#left img {
# border:1px solid green;
# max-width: 77px;
  height: auto;
}

#left img a:hover {
	text-decoration: underline;
	color: #5BCB08;
}

#center {
	width: 100%;
}

#center ul, #center ol {
	margin-left: 2em;
}

#center li {
	margin-bottom: 0.34em;
}

#center h2 {
	margin: 0.8em 0 1.0em 0;
}

#head li {
	display: inline;
}


/* Footer */

#footer {
	background: url(images/img3.jpg) repeat-x;
	text-align: center;
	font-size: 77%;
	color: #000000;
}

#legal {
	margin: 0;
	padding: 1.5em 0 2em 0;
	line-height: normal;
}
#legal span {
	padding: 0 5em;
}

.video-container {
margin-bottom: 11px;
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.priklad {
background-image: linear-gradient(to right, #B8860B, gold, silver);
}


/* Images */

/*

.img {
background-color: white;
max-width: 100%;
height: auto;
}

.img2 {
border:1px solid green;
}

.img3 {
background-color: white;
	margin-bottom: 0;
#	margin-left: -10px;
#	margin-top: -10px;
}

.img4 {
	margin-left: -15px;
#	margin-right: -5px;
}

.img5
{
float:left;
margin:7px 17px 0 0 ;
# border:1px solid green;
text-align:center;
}


.img6
{
float:right;
# border:1px solid green;
text-align:center;
}

*/

.imgphoto {
border:1px solid green;
background-color: white;
}

.cclogo
{
background-color: purple;
border:1px solid silver;
}

.imglogo
{
max-width: 100%;
height: auto;
border:1px solid silver;
}

.neuro {
	margin-top: 8px;
}

.cowork {
  width: 180px;
  border:1px solid green;
}

.afill_box
{
text-align: center;
}


.afill_item {
#	margin-left: -10px;
    display:inline-block;
	margin: 10px 15px 20px 25px;
}


/* Tables */

.contacts {
  table-layout: fixed;
  width: 70%;
#  margin: 0 auto;
  margin-top: 10px;
}

.photo {width: 85px;}
.pin {width: 180px;}
.data {
  width: 200px;
  color: #B8860B;
  font-weight: bold;
}

.table {
  table-layout: fixed;
  width: 70%;
#  margin: 0 auto;
  margin-top: 10px;
}

#inflace tr > td:first-child { font-weight: bold; }

#inflace
{
  width: 60%;
  border-collapse:collapse;
  margin: 10px 0;
  border:10px solid silver;
}
#inflace caption
{
  font-size: 1em;
  font-weight: bold;
#  caption-side: bottom;
  color: #999999;
}

#inflace td, #inflace th
{
  font-size:1em;
  border:1px solid silver;
  padding:3px 7px 2px 7px;
}
#inflace th
{
  font-size:1.1em;
  text-align:left;
  padding-top:5px;
  padding-bottom:4px;
  background-color:#B8860B;
  color:#ffffff;
}
#inflace tr.alt td
{
  color:#000000;
  background-color:#EAF2D3;
}



/*setting a flexbox for parent container and spacing*/

body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10px;
}

/*order setting of child containers*/
#header {
  order: 0;
}
#center {
  order: 1;
}
#left,
#right {
  order: 2;
}
#footer {
  order: 3;
}

/*child containers responsivity and alignment*/
#center,
#boxed,
#left,
#right {
  margin: 0;
  padding: 0;
}
#left,
#right {
  width: 100%;
}

#left a, 
#right a  {
	display:flex;
	flex-direction: column;
}

#left a > img, 
#right a > img {	
	max-width: 100%;
	width: 80%;
	align-self: center;
}

#right li , 
#left li {
	text-align: center;}

/*header navigation*/

#center ul.head {
  margin-left: 0px;
}
.head {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding: 0;
  overflow-x: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}


/* Hide scrollbar for Chrome, Safari and Opera */
.head::-webkit-scrollbar {
  display: none;
}

/*footer*/

#footer {
  display: flex;
  flex-direction: column;
}
#footer span,
#footer p {
  padding: 10px 0;
  line-height: 1.8;
}

/*typography*/

h3, h3 > a {
  font-size: 1.9rem;
}

p, cite, .ident > a  {
  font-size: 1.5rem;
  line-height: 1.7;
}
li, em {
  font-size: 1.2rem;
  line-height: 1.6;
}

pre {
  overflow-x: scroll;
}

/*tables */

table {
  display: flex;
  flex-direction: column;
  width: 100%;
  height:auto;
  margin: 0;
  

}
tr {
  display: flex;
  flex-direction: column;
  height: auto;
}

/*action button*/
#action {
  margin: 0;
  padding: 0px;
  display: flex;
}
#action > a {
  text-align: center;
  padding: 10px 15px;
}

/*responsivity for images and iframes (youtube, etc ... )*/
#center iframe,
#center img,
#center embed {
  max-width: 100%; 
	width:100%;
  height: auto;
}

/*overrides across the web*/

/*forms alignment*/
form {
  max-width: 100%;
  margin: 0 !important;
  padding: 0;
}



