body {
	background-color: white;
	font-family: "Comic Sans MS", cursive;
	font-size: 62.5%;
	color: navy;
	margin: 0px;
	text-align: center;
}
.mceContentBody {
	font-size: 14px;
	background-color: rgb(255,232,197);
}
#oblast {
	position: relative;
	width: 945px;
	background-color: rgb(104,51,204);
	border-top: rgb(11,0,27) solid 1px;
	border-left: rgb(11,0,27) solid 1px;
	border-right: rgb(11,0,27) groove 3px;
	border-bottom: rgb(11,0,27) groove 3px;
	margin: 60px 0px 0px 36px;
	margin: 60px auto 0px;
	padding-top: 107px;
}
#obsah {
	font-size: 1.4em;
	background-color: rgb(255,232,197); /* #ffe8c5 */
	width: 800px; 
	margin: 0px auto 0px auto;
	border-top: rgb(115,69,105) solid 1px;
	border-left: rgb(115,69,105) solid 1px;
	border-right: rgb(206,169,163) solid 1px;
	border-bottom: rgb(206,169,163) solid 1px;
	/*min-height: 507px;*/
	min-height: 515px;
	height: auto !important;
	height: 515px;
}
#adresa {
	width: 945px;
	text-align: center;
	color: rgb(104,51,204);
	font-size: 11px;
	margin: 0.5em auto;
}
#adresa a {
  color: rgb(104,51,204);
  font-weight: normal;
}
.logo {
position: absolute;
left: -35px; top: -60px;
z-index: 2;
}
.forkids {
position: absolute;
left: -15px; top: -35px; 
width: 420px; height: 130px;
z-index: 3; 
border: none;
}
.tyden {
position: absolute;
left: 852px; top: -18px; 
width: 110px; height: 90px;
z-index: 3; 
border: none;
}
.kazdy {
position: absolute;
/*left: 460px; top: 70px;*/
left: 370px; top: 70px;
width: 25em;
color: rgb(233,195,6);
font-size: 2em;
font-weight: bold;
font-style: italic;
z-index: 3; 
}
/*vnitrek obsahu*/
h1 {
	font-size: 2em;
	/*line-height: 107px;*/
	font-weight: bold;
	color: rgb(204,0,0);
  text-align: center;
  margin: 0px;
  padding: 0px;
}
h3 {
margin-bottom: 0px;
}
a {
  color: rgb(204,0,0);
  font-weight: bold;
}
a img {border: none;}
.bread {
  display: block;
  color: rgb(204,0,0);
  text-transform: uppercase;
  font-weight: bold;
  text-align: right;
  padding-top: 4px;
}
.obrazek2 {
  padding-top: 2px;
  height: 125px;
}
div.obrazek {
  text-align: right; 
  float: right;
  padding-top: 10px;
  width: 125px;
}
.obrazek img {
width: 73px; height: 68px;
border: none;
}
/*kvizy*/
h2.kviz {
  color: rgb(204,0,0);
  text-transform: uppercase;
  text-align: center;
}
.vyhodnoceni {
border-top: solid rgb(255,153,0) 1px;
text-align: center;
margin-top: 20px;
}
h3.kviz {
  text-align: center;
  padding-bottom: 0px;
  /*color: rgb(255,153,0);*/
}
.spravne {
  color: seagreen;
  font-size: large;
}
.spatne {
  color: red;
  font-size: large;
}
h2.kviz img, h3.kviz img {
  vertical-align: middle;
}
/*poradna / otazky a odpovedi*/
#poradna .text {
  text-align: center;
  margin: 0.4em auto; 
    }
#poradna .blok {
  width: 736px;
  background: rgb(255,255,255);
  padding: 1.5em;
  text-align: left;
}
#poradna .seznam {
  width: 736px;
  padding: 1.5em;
  text-align: left;
}
#poradna h3 {
  font-style: italic;
  margin: 5px;
}
#poradna .obrazek2 {
  height: 100px;
}
#poradna table.menu {
  border: darkorange solid 1px;
  table-layout: fixed
}
#poradna table.menu td {
border: darkorange solid 1px;
}
#poradna table.menu a {
text-decoration: none;
font-size: smaller; 
text-transform: uppercase;
line-height: 200%;
}
.napisnam {
border-style: solid; 
border-color: rgb(153, 153, 153) rgb(221, 221, 221) rgb(221, 221, 221) rgb(153, 153, 153); 
border-width: 2px; 
padding: 2px 0px 4px 0px; 
}
.napisnam a {
border-style: solid; 
/*border-color: rgb(119, 187, 255) rgb(0, 119, 204) rgb(0, 119, 204) rgb(119, 187, 255);*/ 
border-color: rgb(104, 154, 204) rgb(104, 104, 204) rgb(104, 104, 204) rgb(104, 154, 204); 
border-width: 2px; 
margin: -2px 0px -4px 0px;
padding: 1px 6px; 
/*font-family: 'Trebuchet MS',Verdana,Helvetica,sans-serif;*/ 
font-style: normal; font-variant: normal; font-weight: normal; 
line-height: normal; font-size-adjust: none; 
font-stretch: normal; -x-system-font: none; text-decoration: none; 
color: rgb(255, 255, 255);
/*background-color: rgb(0, 153, 255);*/
background-color: rgb(104,51,204); 
}
/*formulare*/
legend {
    color: #696969;
  }
label {
    display: block;
    float: left;
    clear: left;
    width: 10em;
    padding-right: 1em;
    text-align: right;
    line-height: 1.8em;
}
label.hit { /*hitparada*/
    display: block;
    float: none;
    clear: none;
    width: 100%;
    padding: 0px;
    text-align: left;
    line-height: 120%;
}
textarea {
    float: left;
}
fieldset input {
    display: block;
    float: left;
}
fieldset br {
    clear: both;
}
fieldset select {
    display: block;
    float: left;
}
.past {
  visibility: hidden;
}

/*horni menu*/
.horni_menu {
position: absolute;
left: 410px; top: -21px;
list-style: none;
z-index: 5;
}
.horni_menu ul {
margin: 0px; padding: 0px;
position: relative;
}
.horni_menu li {
display: block;
margin: 0px; padding: 0 27px 0 0px;
position: relative;
float: left;
}
.horni_menu img {
width: 73px; height: 68px;
border: none;
}
/*leve menu*/
.leve_menu {
position: relative;
left: -3px; top: 0px;
float: left;
margin: 0 -10px -45px 0px; padding: 0px;
list-style: none;
width: 73px;
}
.leve_menu img {
width: 73px; height: 68px;
border: none;
}
.leve_menu ul {
margin: 0px; padding: 0px;
}
.leve_menu li {
margin: 0px; padding: 0 0 23px 0px;
display: block;
position: relative;
}
/*prave menu*/
.prave_menu {
position: relative;
right: -6px; top: 0px;
float: right;
margin: 0 0 -45px -10px; padding: 0px;
list-style: none;
width: 73px;
}
.prave_menu img {
width: 73px; height: 68px;
border: none;
}
.prave_menu ul {
margin: 0px; padding: 0px;
}
.prave_menu li {
margin: 0px; padding: 0 0 23px 0px;
display: block;
position: relative;
}
/*spodni menu*/
.spodni_menu {
  margin: 0 0 0 71px;
  padding: 5px 0 1px 0;
  list-style: none;
  text-align: center;
  width: 874px;
  font-size: 14px;
	font-weight: bold;
}
.spodni_menu img.tim {
  border: none;
  vertical-align: middle;
  width: 61px;
}
.spodni_menu ul {
  margin: 0 auto 0 auto; padding: 0px; 
  list-style: none;
  text-align: center;
  width: 100%
}
.spodni_menu li {
display: inline;
}
.spodni_menu a {
  padding: 0.4em 2.5em 0.4em 0;
}
.spodni_menu a:link, .spodni_menu a:visited, .spodni_menu a:hover, .spodni_menu a:active {
	color: white;
	text-decoration: none;
}
/*smajlici*/
  #samjlici {text-align: center;}
  #samjlici div {text-align: center; width: 100%; margin: 0px auto;}
  #smajlici input {
  background-color: white;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 25px; height: 25px;
  }
/*E-cards*/
#ecard {
margin-left: 14px;
text-align: center;
}
#ecard input, textarea {
    FONT-FAMILY: "Comic Sans MS";
    margin: 2px 0px;
    FONT-SIZE: 15px;
  }
#ecard .buttonky {
    position: relative;
  	margin: 1em auto 0px auto;
		width:90%
		padding-top: 0.5em;
		text-align: center;
		clear: both;
  }
#ecard #wrap {
    position: relative;
		background: #E6E6FA;
		margin: 0px auto;
		width: 600px;
		border: #A9A9A9 solid 1px; 
		padding: 3px;
		text-align: left;
	}
#ecard .znamka {
  background-color: #A9A9A9;  
  float: right;
  margin: 10px;
  padding: 0px;
}
#ecard .znamka div {
  background-color: #A9A9A9;
  border: dotted 2px #FFF0F5;
  color: white;
  width: 49px; height: 75px;
  text-align: right;
  padding: 5px;
  font-size: 9px;
  font-family: "Comic Sans MS";
}
#ecard #main {
		background: #E6E6FA;
		float: left;
		padding: 0px 5px 15px 8px;
		width: 56%;
		min-height: 120px;
    height: auto !important; height:120px; 
    /*border: LavenderBlush solid 3px;*/
    clear: none;
	}
#ecard #sidebar {
    clear: right;
		background: #E6E6FA;
		float: right; 
		/*margin-left: 400px;*/
		width: 35%;
    padding: 5px 5px 20px 8px;	
    /*border: LavenderBlush solid 3px;*/	
	}
#ecard img {}	
/* graf - teplomer*/
  div.bar {
    position: relative;
    /*margin: 0px auto;*/
    text-align: right;
    float: right;
  }
  div.teplomer {
    position: relative;
    /*margin: 0 auto;*/
    height: 10px;
    background-color: #ff0000;
    border: solid 1px darkgrey;
  }
  div.procenta {
    position: relative;
    float: left;
    margin: 0px; padding: 0px;
    text-align: left;
    height: 100%;
    background-color: darkgreen;
    border-right: solid 1px darkgrey;
  }
  .bar .popisek {
  font-size: 11px;
  margin: 0px; padding: 0px;
  }
.c {
  width: 1024px;
  text-align: center;
  font-size: 6px;
  position: fixed;
  left: -1024px;
  top: -1024px;
  color: white;
}
.c a {
  color: white;
}

.obrazek_vlevo {
float: left;
margin: 0 10px 5px 0px;
}

.obrazek_vpravo {
float: right;
margin: 0 0px 5px 10px;
}

.cervena {
color: rgb(204,0,0);
}
h2.cervena {
 font-size: 1.2em;
}

.ibutton {
 padding-left: 5px; padding-right: 5px; color: #cc0000; font-weight: bold; font-size: 20px;
}

#prvni-strana {
 text-align: center;
 color: #FFCC00;
}
#prvni-strana h1, #prvni-strana h2 {
 color: #FFCC00;
}
#prvni-strana h1 {
 padding-top: 30px;
}
#prvni-strana h2 {
 margin-top: 10px;
}
#prvni-strana a {
 color: #000080;
 text-decoration: none;
 font-weight: bold;
}
#prvni-strana table {
  width: 790px;
  height: 380px;
  padding: 0px;
  margin: 0px auto;
}
#prvni-strana table td{
  vertical-align:top;
}
#prvni-strana table img {
  width: 100px;
  padding: 0px;
  margin: 0px;
}

#prvni-strana table a:hover img {
  width: 108px;
  padding: 0px;
  margin: 0px;
}

#prvni-strana tr.h100 {
  height: 100px;
}
#prvni-strana td.w100 {
  width: 80px;
}
#prvni-strana td.p16 {
  width: 16.6%;
}
#prvni-strana a.orange {
  color: #FFCC00;
  text-decoration: underline;
  font-size: 1.2em;
}
