/* CSS Document */

/*__________//////////||||||||||\\\\\\\\\\__________*/
/*__________//////////||||||||||\\\\\\\\\\__________*/
/*__________//////////||||||||||\\\\\\\\\\__________*/
/* základní layout stránky: */
/*__________//////////||||||||||\\\\\\\\\\__________*/
/*__________//////////||||||||||\\\\\\\\\\__________*/
/*__________//////////||||||||||\\\\\\\\\\__________*/
.telo{
width: 800px;
_height: 600px; /* tohle pro IE */
min-height: 600px; /* tohle pro ostatní prohlížeče */
margin: 0 auto;
text-align: left;
background-color: #f2f2d4;
}

.okoli{ /* tento div především zacentrovává stránku pro IE, pro jiné prohlížeče je center zbytečný */
background-color: white;
background-position: left top;
background-repeat: repeat;
text-align: center;
}

.sloupce{
width: 800px;
_height: 600px; /* tohle pro IE */
min-height: 600px; /* tohle pro ostatní prohlížeče */
}

* html body .levy {width:122px;} /* pro IE 5.0 a nižší */
* html body .obsah {width:678px;} /* pro IE 5.0 a nižší */

.levy{
width: 122px;
float: left;
text-align: center;
background-color: #f2f2d4;
_height: 600px; /* tohle pro IE */
min-height: 600px; /* tohle pro ostatní prohlížeče */
}

.obsah{
border: solid #797765 3px;
background-color: white;
background-position: right bottom;
background-image: url("./imgs/web/background.png");
background-repeat: no-repeat;
_height: 600px; /* tohle pro IE */
min-height: 600px; /* tohle pro ostatní prohlížeče */
width: 642px;
padding-left: 15px;
padding-right: 15px;
float: right;
}

.paticka{
border: dashed #797765 1px;
clear: both;
color: #807f37;
background-color: #e1dcb5;
min-height: 50px;
_height: 50px;
text-align: center;
font-size: 0.9em;
width: 800px;
}

.patickove{
font-size: 0.78em;
text-align: center;
}

input{
background-color: #e1dcb5;
}
/*__________//////////||||||||||\\\\\\\\\\__________*/
/*__________//////////||||||||||\\\\\\\\\\__________*/
/*__________//////////||||||||||\\\\\\\\\\__________*/
/*__________//////////||||||||||\\\\\\\\\\__________*/
/* konec základního layoutu stránky */
/*__________//////////||||||||||\\\\\\\\\\__________*/
/*__________//////////||||||||||\\\\\\\\\\__________*/
/*__________//////////||||||||||\\\\\\\\\\__________*/
/*__________//////////||||||||||\\\\\\\\\\__________*/


/*__________//////////||||||||||\\\\\\\\\\__________*/
/*__________//////////||||||||||\\\\\\\\\\__________*/
/*__________//////////||||||||||\\\\\\\\\\__________*/
/*__________//////////||||||||||\\\\\\\\\\__________*/
/* Formátování stránek: */
/*__________//////////||||||||||\\\\\\\\\\__________*/
/*__________//////////||||||||||\\\\\\\\\\__________*/
/*__________//////////||||||||||\\\\\\\\\\__________*/
/*__________//////////||||||||||\\\\\\\\\\__________*/
a.menu{
width: 110px;
height: 37px;
display: block;
margin: 0 auto;
}

.razeni{
text-decoration: blink;
}

a#dotaznik {background-image: url(./imgs/web/test.gif);}
a#dotaznik:hover {background-image: url(./imgs/web/test_hover.gif);}

a#info {background-image: url(./imgs/web/info.gif);}
a#info:hover {background-image: url(./imgs/web/info_hover.gif);}
  
a#ukazka {background-image: url(./imgs/web/ukazka.gif);}
a#ukazka:hover {background-image: url(./imgs/web/ukazka_hover.gif);}

a#clanky {background-image: url(./imgs/web/clanky.gif);}
a#clanky:hover {background-image: url(./imgs/web/clanky_hover.gif);} 
  
a#kontakt {background-image: url(./imgs/web/kontakt.gif);}
a#kontakt:hover {background-image: url(./imgs/web/kontakt_hover.gif);}
  
a#ucet {background-image: url(./imgs/web/ucet.gif);}
a#ucet:hover {background-image: url(./imgs/web/ucet_hover.gif);} 


hr{
  width: 80%;
}

body{
font-family: Times New Roman, serif;
}

p{
text-align: justify;
text-indent: 3%;
}

p:hover{
background-color: #e5ffff;
}

img{
border: solid #c9c390 1px;
}

.right{
float: right;
clear: right;
}

div.paticka a:link       {color: #807f37;}
div.paticka a:visited    {color: #807f37;}
div.paticka a:active     {color: #807f37;}

.odsazeni{
padding-left: 200px;
}

p.spacing{
letter-spacing: 1px;
}

.highlight,h1{
text-align: center;
background-color: #fbfcb0;
font-size: 1.3em;
font-weight: bold;
padding-left: 0px;
}

.esemes{
color: red;
font-size: 2em;
font-family: "Verdana", "Arial CE", sans-serif;
}


.tinyright{
text-align: right;
font-style: italic;
font-size: 0.9em;
}

.centrtable {
	width: 500px;
	text-align: center;
  border-spacing: 4px 10px;
  background-color: #fffac0;
  margin-left: auto;
  margin-right: auto;
}

.tabulka_riasec{
text-align: center;
margin-left: auto;
margin-right: auto;
}

#p1, #p2, #p3, #p4, #p5, #p6
{float: left;}

ul.clanky
{font-size: 1.1em;
list-style-type: none;}

ul.clanky a:link{color: #000000;}
ul.clanky a:visited{color: #807f37;}
ul.clanky a:active{color: #FFFFFF;}
/*__________//////////||||||||||\\\\\\\\\\__________*/
/*__________//////////||||||||||\\\\\\\\\\__________*/
/*__________//////////||||||||||\\\\\\\\\\__________*/
/*__________//////////||||||||||\\\\\\\\\\__________*/
/* Konec formátování stránek: */
/*__________//////////||||||||||\\\\\\\\\\__________*/
/*__________//////////||||||||||\\\\\\\\\\__________*/
/*__________//////////||||||||||\\\\\\\\\\__________*/
/*__________//////////||||||||||\\\\\\\\\\__________*/



/*__________//////////||||||||||\\\\\\\\\\__________*/
/*__________//////////||||||||||\\\\\\\\\\__________*/
/*__________//////////||||||||||\\\\\\\\\\__________*/
/*__________//////////||||||||||\\\\\\\\\\__________*/
/* Formátování souboru results.php (vloženého): */
/*__________//////////||||||||||\\\\\\\\\\__________*/
/*__________//////////||||||||||\\\\\\\\\\__________*/
/*__________//////////||||||||||\\\\\\\\\\__________*/

td  {
  text-align: center;
  border: solid 1px black;
}

tr.header{
font-weight: bold;
font-size: 2em;
}

tr.header_riasec{
font-weight: bold;
}

tr.popis{
font-size: 0.8em;
font-style: italic;
}

tr.predpoklady{
background-color: #ccffc9;
}

tr.yes{
background-color: yellow;
}

.imgs{
width: 75px;
}

.imgs2{
width: 15px;
}

.table {
	width: 400px;
	clear: both;
	text-align: center;
  border-spacing: 4px 10px;
  background-color: #fffac0;
  margin-left: auto;
  margin-right: auto;

}

.table2{
	width: 500px;
	clear: both;
	text-align: center;
  border-spacing: 3px 3px;
  background-color: #fffac0;
  white-space: nowrap; /* NEzalamování řádek */
}
 
.koeficient{color:white; font-weight:bold; font-size: 1.4em;}

/*__________//////////||||||||||\\\\\\\\\\__________*/
/*__________//////////||||||||||\\\\\\\\\\__________*/
/*__________//////////||||||||||\\\\\\\\\\__________*/
/*__________//////////||||||||||\\\\\\\\\\__________*/
/* konec formátování souboru results.php */
/*__________//////////||||||||||\\\\\\\\\\__________*/
/*__________//////////||||||||||\\\\\\\\\\__________*/
/*__________//////////||||||||||\\\\\\\\\\__________*/
/*__________//////////||||||||||\\\\\\\\\\__________*/
