body {
/*font-family: Georgia, "Times New Roman", Times, serif;*/
  font-family: 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
  font-size: 80%;
  line-height: 1.7;
}

#container {
  max-width: 900px;
  border: 1px solid #ccc;
  padding: 10px;
  background-color: #FFFFCC;
  margin: 20px auto 0 auto;
  padding: 0;
}

h1 a {
  font-weight: bolder;
  font-size: 1.3em;
  margin: 0;
  color: white;
  padding-left: 20px;
  text-decoration: none;
}

h1 {
   padding-top: 120px;
}


h2 {
  font-weight: normal;
  color: #FF6600;
  border-bottom: 1px dotted silver;
  margin-bottom: 10px;
}

h3 {
  font-weight: normal;
  color: #FF6600;
  border-bottom: 1px dotted silver;
  margin-bottom: 10px;
  margin-top: 30px;
}

p {}

p a {
  color: #4973BC;
  font-weight: bold;
  text-align: justify;

}

#main {
  padding: 20px;
  background: silver;
}

#sidenav {

}

#login {
  float: right;
  background: #66FF99;
  padding: 5px;
  border-bottom: solid 1px white;
}

#header {
  clear: both;
  background: url(/checker/style/images/bg-header.jpg) no-repeat #ffffff;
  border-bottom: solid 1px white;
  height: 270px;
}

#jazyky {
  padding-left: 5px;
}


.index_text li {
  padding: 4px 5px 4px 20px;
  margin-left: 28px;
}

.index_text {


}
.succesful {}

.logout {
  float: right;
}

#blinks_list {
border: solid 1px black;
text-align: left;
background-color: #FFFFCC;
}

td {
border: solid 1px black;
text-align: left;
background-color: #FFFFFF;
padding: 3px;
}

.terms_text {
  white-space: normal;
}

*{
  	list-style:circle;
	margin:0px;
	padding:0px;
}

#sidenav_list {
	width: 170px;
	border-style: solid solid none solid;
	border-color: #D76100;
	/*border-size: 1px;*/
	border-width: 1px;
	}

#sidenav_list li a{
  	height: 32px;
  	voice-family: "\"}\"";
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}

#sidenav_list li a:link, #sidenav_list li a:visited {
	color: #9E3C02;
	display: block;
	background: url(images/menu4.gif);
	padding: 8px 0 0 30px;
}

#sidenav_list li span{
	color: #9E3C02;
	display: block;
	background: url(images/menu4.gif) 0 -64px;
	padding: 8px 0 4px 30px;
	}

#sidenav_list li a:hover {
	color: #fff;
	background: url(images/menu4.gif) 0 -32px;
	padding: 8px 0 0 30px;
	}

#sidenav_list li a:active {
	color: #fff;
	background: url(images/menu4.gif) 0 -64px;
	padding: 8px 0 0 30px;
	}


.invertedshiftdown2{
padding: 0;
width: 100%;
border-top: 5px solid #D10000; /*Highlight red color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.invertedshiftdown2 ul{
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.invertedshiftdown2 a{
float: left;
display: block;
font: bold 12px Arial;
color: black;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px 5px 10px; /*Padding within each menu item*/
background-color: lightblue; /*Default menu color*/
border-bottom: 8px solid white;
}

.invertedshiftdown2 a:hover{
background-color: #D10000; /*Highlight red color theme*/
padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: #D10000; /*Highlight red color theme*/
color: white;
}

.invertedshiftdown2 .current a{ /** currently selected menu item **/
background-color: #D10000; /*Highlight red color theme*/
padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: #D10000; /*Highlight red color theme*/
color: white;
}

#myform{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
margin-top: 2px;
padding: 0;
}

#myform .textinput{
width: 190px;
border: 1px solid gray;
}

#myform .submit{
font: normal 12px Verdana;
height: 22px;
border: 1px solid #D10000;
background-color: black;
color: white;
}

