/* general */

body {
     margin: 20px 0;
     padding: 0;
     background: #ffffff;
 	  font: 1.1em "Gentium", "Times New Roman", Times, serif;
 	  color: #66340a;
     font-weight: normal;
}

#hlavicka {
     width: 800px;
     height: 140px;
     margin: 10px auto;
     background: #ffffff url(hlavicka.png);
}

#obsah {
     width: 770px;
     margin: 60px auto;
}



#pata {
     clear: both;
     width: 800px;
     height: 70px;
     margin: 0 auto;
     padding: 100px 0px 0px 0px;
     text-align: center;
     
}

 #stlpec1 {
     float: left;
	  width: 550px;
}

#stlpec1 .text {
     text-align: justify;
}

#stlpec2 {
     width: 200px;
     float: right;
}

#stlpec2 .jazyk {
     text-align: right;
}

a {
     text-decoration: none;
     color: #e97800;
}

a:hover {
     color: #66340a;
}
a.a:hover {
	  color: #e97800;
}

li {
	  padding-bottom: 1em;
}

ul.square   {
	  list-style-type: square;
}

ul.none {
	list-style-type: none;
}
li.none {
	padding-bottom: 0;
}

dt	{
     font-weight: bold;
     padding: 1em;
     color: #e97800;
}

dd	{
	margin-right: 2em;
	padding-bottom: 1em;
}	

hr {
     border: 0px;
     border-top: 1px solid #eb7716;
     height: 0px;
     width: 40px;
     margin-top: 2em;
     margin-bottom: 3em;
}

p.hore {
     text-align: right;
}

p.bluefish {
     font-size: 0.7em;
}

/* /general */


/* menu */
a.block {
	   display: block;
}
a.block:hover {
	  text-decoration: none;
	  color: #66340a;
	  background-color: #e97800;
	  display: block;
}

/* /menu */
