body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #EAFFC4;
	font-family: Tahoma, Arial;
	color: Black;
	font-size: 0.8em;
}

#center {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 27px 0px;
	clear: both;
}

#head {
	float: left;
	width: 650px;
	height: 158px;
	background-color: #BCF448;
	position: relative;
}

#line_out {
	border: 2px solid #C1E486;
	border-top: none;
	float: left;
	
  margin-bottom: 80px;
}
    
#main {
	width: 646px;
	height: auto;
	text-align: center;
	padding: 0px;
	background-color: White;
	float: left;
	display: inline;
}

#logo-text {
	margin:0px; padding:0px;
	position:relative;
	left:0px; top:0px;
	width:650px; height:158px;
	overflow:hidden;
}
		
#logo-text span {
  display:block;
  position:absolute; left:0; top:0; z-index:1;
  width:650px; height:158px;
  margin:0; padding:0;
	background:url(../images/logo.jpg) no-repeat;
	cursor: pointer;
}


#content {
	width: 646px;
	height: auto;
	float: left;
	background-image: url(../images/content_back.gif);
	background-repeat: repeat-y;
	background-color: White;
	text-align: left;
}


#odsazeni {
	float: left; 
	padding: 30px 70px;
}

#footer {
	text-align: center;
	width: 646px;
	float: left;
	color: black;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 2px dashed #C1E488;
	background-color: #ffffff;
}  
  
a {
	font-size: 1em;
	font-family: Tahoma;
	color: #0000FE;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	font-size: 1em;
	font-family: Tahoma;
	color: #0000FE;
	text-decoration: none;
	font-weight: bold;
}

h1 {
	font-family: Tahoma;
	font-size: 1.8em;
	background-color: White;
	color: #EA2401;
	text-align: center;
	margin: 18px 15px;
}

h2 {
	font-family: Tahoma;
	font-size: 1.4em;
	font-weight: bold;
	color: #0000FE;
	margin: 20px 0px 10px 0px;
}

h3 {
	font-family: Tahoma;
	font-size: 1.4em;
	font-weight: bold;
	color: #EA2401;
	margin: 20px 0px 10px 0px;
}

h3 a {
  color: black;
}

h3 a:hover {
  color: #CF2609;
}

.zvyrazneni {
  background-color: #FFFE30;
}

table {
	font-family: Tahoma, Arial;
	font-size: 1em;
	color: #000000;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
	line-height: 150%;
}

strong.blue {
  color: #0000FE;
}

strong.red {
  color: #EA2401;
}

.top {
  padding: 5px;
}

img.kniha {
  margin: 30px 40px 20px 40px;
  vertical-align: middle;
}

ul {
  margin-top: 5px;
  margin-left: 15px;
  padding-left: 15px;
}

ul li {
  line-height: 180%;
}

ul#top li {
  font-weight: bold;
} 

.text {
	width: 150px;
	margin-top: 0px;
	border: solid 1px #BEBEBE;
	color: #000000;
	font-size: 1em;
	font-weight: normal;
	vertical-align: middle;
}

