body {
	font: 14px/1.5 "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	color: black;
	background-color: rgb(244,252,255); /*rgb(234,248,255);*/
	padding: 0;
	margin: 0;
}

a {
  color: black;
  font-size: 90%;
}

img {
  border: 0px;
}

h1 {
	font-size: 150%;
	color: black;
	margin-bottom: 5px;
}

h2 {
	font-size: 130%;
	color: #3484D2;
	margin-bottom: 5px;
        margin-top: 40px;
}

#ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: white url('../images/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}

#right_content p, #right_content li
{
  text-align: justify;
}

div.flash {
	color: black;
	background: #FFF9D7;
	border: 1px solid #E2C822;
	padding: 1em;
	margin: 1em 0;
}

div.flash.error {	
	background: #FFA3A9;	
}

div.questions.error {	
	background: #FFA3A9;	
}

div.questions.repair {	
	background: #FFA3A9;	
}

div.answers.correct_answer label {	
	background: lightgreen;	
}

a[href^="error:"] {
	background: red;
	color: white;
}

.page_top_banner {
  width: 100%;
  height: 130px;
  min-height: 130px;
  background-color: rgb(5,79,122);
  position: relative;
  margin-top: 0px;
  color: white;  
}

.test_starters
{
  float: right;  
  width: 138px;
  height: 30px; 
  margin: 12px 45px 13px 0 !important;
}

#loading_box
{
  text-align: center;
}

.citat {
  font-size: 23px;
  font-style: italic;
  position: relative;
  top: 20px;
  color: rgb(191,235,255);
}
.citat span {
  position: relative;
  top: 30px;
  left: -25px;
}

.menu {
  text-align: right;
  top: 94px;
  position: relative;
}

.menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.menu li {
  float: right;
}

.menu li a {
  border-bottom: 5px solid white;
  padding-right: 10px;
  padding-left: 10px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  padding-bottom: 1px;
}

.menu li a:hover, .menu li a.active {
  border-bottom: 5px solid rgb(239,54,1);
}

#logo {
  background-color: rgb(0,50,66);
}

#logo h1, #logo h1 a {
  font-size: 32px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: white;
  float: left;
  text-decoration: none;
}

#logo h1 span {
  font-size: 12px;
  margin-left: 20px;
}

.paticka {
  border-top: 2px solid rgb(143,143,143);
  font-size: 70%;
  text-align: right;
  color: rgb(143,143,143);
}

.paticka a {
  color: rgb(143,143,143);
}

.tbl_1 {
  width: 100%;
  border: 0px;
  font-size: 0.9em;
  border-spacing: 0px;
  border-collapse: collapse;
}

.tbl_1 th {
  background: rgb(226,241,245);
  border: 0px solid #6c8aac;
  text-align: center;
  height: 25px;
}

.tbl_1 td {
  border: 1px solid rgb(240,240,240);
  padding: 2px;
}

.row-1 {
  background: white;
}

.row-0 {
  background: rgb(246,246,246);
}

table td {
  text-align: left;
}

table th {
  text-align: left;
}

#frmsearchForm-ss
{
  position: relative;
  top: -22px;
  left: 144px;
}

#frmsearchForm-q
{
  padding-right: 25px;
  width: 137px;
  height: 17px;
}

#search_form
{
  float: right;
  position: relative;
  top: 11px;
}

li.search_result_courses
{
  padding-top: 10px;
}

#left_menu ul {
  padding: 0 0 0 23px;
  margin: 0;
  list-style-type: square; 
}

#left_menu a {
  color: white;
  text-decoration: none;
  display: block;
  width: 100%;  
}

#left_menu ul li.active {  
  color: #EE3601;
}

#left_menu ul li:hover {  
  color: #EE3601;
}

#left_menu ul li {
  padding: 3px 0 5px 0px;  
  color: white;
}

.correct_answers
{
  position: relative;
  top:1px;
  left: 1px;
  float: right;
}

.correct_answers input
{
  margin: 17px 0 17px 0;
}

textarea.answers
{
  display: block;
  width: 510px;
  height: 37px;
}

#frmtestForm-send_float
{
  position: fixed;
  bottom: 1px;
  width: 150px;
  left: 50%;
}


#frm-testForm fieldset
{
  border: none;
}

#frm-testForm fieldset legend
{
  display: none;
}

#result_value, #errors_count_value
{
  text-align: center;
  display: block;
  font-size: 30px;
  font-weight: bold;
}

#result_value.clear_game
{
  color: green;
}

#result_value.success
{
  color: orange;
}

#result_value.loser
{
  color: red;
}

.questions
{
  border: 1px solid !important;  
  margin-bottom: 4px;
  line-height: normal;
}

.answers
{
  
}

.question_texts, .answers
{
  padding: 0 0 2px 2px;
  display: block;
  width: 99%;
  text-align: justify;
}

.question_texts
{
  margin: 5px 0px 5px 3px;
  padding-right: 3px;
  width: 98.5%
}

.answers label
{
  display: block;
  width: 100%;
  cursor: pointer;
  border: 1px solid lightgrey;
  padding-bottom: 3px;
}

.answers label div
{
  display: inline-block;  
  cursor: pointer;
  text-align: justify;
  width: 90%;
  font-style: italic;
}

.answers label span
{
  vertical-align: top;
  display: inline-block;
}

.question_headings
{
  background-color: #054F7A;
  color: white;
  padding: 2px;
  font-weight: bold;
}

fieldset.questions legend
{
  display: inherit !important;
}


#left_menu h3 {
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  background-color: #003242;
  color: white;
  text-indent: 5px;
}

.skoda-vs-logo {
  width: 300px;
  float: left;
}

.skoda-vs-logo__image {
  margin: 10px 0 5px 20px;
  width: 270px;
}

.skoda-vs-logo__link {
  text-align: right;
  font-variant: small-caps;
  color: white;
  text-decoration: none;
  font-size: 15px;
  display: block;
}

/* Úprava tlačítek - učebnice - úvodní strana*/
#ucebnice {
  text-align: center;
}

.ucebnice {
  text-decoration: none;
  border: 2px solid black;
  border-radius: 15px;
  padding: 5px;
  color: #fff;
}

.ucebniceMikro {
  background-color: #00f;
}

.ucebniceMikro:hover {
  background-color: #00c;  
}

.ucebniceMakro {
  background-color: #344799;
  margin-left: 10px;
}
.ucebniceMakro:hover {
  background-color: #2b3b80;
}
